summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-15 12:27:25 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-15 12:27:25 +0000
commitd02e3547ad1d0af42e93e5001615a09ccd9595e1 (patch)
tree940cc795e61dc22a32c6b56e4159b13754160402 /chrome/chrome_common.gypi
parentcc99c9f66dbce4965f80edc12d6a4081a341b964 (diff)
downloadchromium_src-d02e3547ad1d0af42e93e5001615a09ccd9595e1.zip
chromium_src-d02e3547ad1d0af42e93e5001615a09ccd9595e1.tar.gz
chromium_src-d02e3547ad1d0af42e93e5001615a09ccd9595e1.tar.bz2
Fix configuration_policy=1 Android build.
The chrome/browser/extension/api files are compiled in on Android, and when configuration_policy==0 then the managed_value_store_cache.cc file is excluded. But when it is included, then it depends on the storage_schema_manifest_handler. This regressed in http://crrev.com/211543. BUG=247435 Review URL: https://chromiumcodereview.appspot.com/19157002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi10
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 7fd45b3..18e250d8 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -489,12 +489,14 @@
['include', 'common/extensions/api/i18n/default_locale_handler.h'],
['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
- ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
- ['include', 'common/extensions/api/plugins/plugins_handler.h'],
- ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc',],
- ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h',],
['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
+ ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
+ ['include', 'common/extensions/api/plugins/plugins_handler.h'],
+ ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc'],
+ ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h'],
+ ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.cc'],
+ ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.h'],
],
}],
['OS=="win" or OS=="mac"', {