Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: chrome/chrome_common.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 157d2e655a4a1e86065158fb698e23cb20052bd8..58c9463061e6a4860ba0ea940d2393c4a39632c2 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -572,6 +572,22 @@
['exclude', '^common/chrome_version_info_posix.cc'],
['exclude', '^common/service_'],
],
+ 'sources!': [
+ 'common/badge_util.cc',
+ 'common/extensions/api/extension_action/browser_action_handler.cc',
+ 'common/extensions/api/extension_action/page_action_handler.cc',
+ 'common/extensions/api/spellcheck/spellcheck_handler.cc',
+ 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
+ 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
+ 'common/icon_with_badge_image_source.cc',
+ 'common/importer/imported_bookmark_entry.cc',
+ 'common/importer/importer_bridge.cc',
+ 'common/importer/importer_data_types.cc',
+ 'common/importer/importer_url_row.cc',
+ 'common/net/url_util.cc',
+ 'common/pepper_permission_util.cc',
+ 'common/spellcheck_common.cc',
+ ],
'dependencies!': [
'<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698