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

Unified Diff: chrome/common/extensions/api/api.gyp

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_renderer.gypi ('k') | content/common/find_match_rect_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index bb3806173bd1c24737a14ebb0c75fcc632f3ff7a..3365605d65a465a2eb7cafc8f407de14963470d6 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -120,8 +120,43 @@
],
'conditions': [
['OS=="android"', {
- 'schema_files!': [
- 'usb.idl',
+ 'sources!': [
+ 'autotest_private.idl',
+ 'bookmark_manager_private.json',
+ 'browsing_data.json',
+ 'chromeos_info_private.json',
+ 'command_line_private.json',
+ 'developer_private.idl',
+ 'dial.idl',
+ 'downloads_internal.idl',
+ 'echo_private.json',
+ 'enterprise_platform_keys_private.json',
+ 'experimental_accessibility.json',
+ 'experimental_discovery.idl',
+ 'experimental_dns.idl',
+ 'experimental_history.json',
+ 'experimental_identity.idl',
+ 'experimental_idltest.idl',
+ 'extension.json',
+ 'file_browser_handler_internal.json',
+ 'font_settings.json',
+ 'i18n.json',
+ 'identity.idl',
+ 'identity_private.idl',
+ 'idle.json',
+ 'infobars.json',
+ 'input_ime.json',
+ 'media_player_private.json',
+ 'music_manager_private.idl',
+ 'networking_private.json',
+ 'power.idl',
+ 'rtc_private.idl',
+ 'system_indicator.idl',
+ 'system_private.json',
+ 'terminal_private.json',
+ 'test.json',
+ 'top_sites.json',
+ 'webview.json',
],
}],
['OS!="chromeos"', {
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/common/find_match_rect_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698