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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/common/find_match_rect_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ], 113 ],
114 'cc_dir': 'chrome/common/extensions/api', 114 'cc_dir': 'chrome/common/extensions/api',
115 'root_namespace': 'extensions::api', 115 'root_namespace': 'extensions::api',
116 }, 116 },
117 'dependencies': [ 117 'dependencies': [
118 '<(DEPTH)/skia/skia.gyp:skia', 118 '<(DEPTH)/skia/skia.gyp:skia',
119 '<(DEPTH)/sync/sync.gyp:sync', 119 '<(DEPTH)/sync/sync.gyp:sync',
120 ], 120 ],
121 'conditions': [ 121 'conditions': [
122 ['OS=="android"', { 122 ['OS=="android"', {
123 'schema_files!': [ 123 'sources!': [
124 'usb.idl', 124 'autotest_private.idl',
125 'bookmark_manager_private.json',
126 'browsing_data.json',
127 'chromeos_info_private.json',
128 'command_line_private.json',
129 'developer_private.idl',
130 'dial.idl',
131 'downloads_internal.idl',
132 'echo_private.json',
133 'enterprise_platform_keys_private.json',
134 'experimental_accessibility.json',
135 'experimental_discovery.idl',
136 'experimental_dns.idl',
137 'experimental_history.json',
138 'experimental_identity.idl',
139 'experimental_idltest.idl',
140 'extension.json',
141 'file_browser_handler_internal.json',
142 'font_settings.json',
143 'i18n.json',
144 'identity.idl',
145 'identity_private.idl',
146 'idle.json',
147 'infobars.json',
148 'input_ime.json',
149 'media_player_private.json',
150 'music_manager_private.idl',
151 'networking_private.json',
152 'power.idl',
153 'rtc_private.idl',
154 'system_indicator.idl',
155 'system_private.json',
156 'terminal_private.json',
157 'test.json',
158 'top_sites.json',
159 'webview.json',
125 ], 160 ],
126 }], 161 }],
127 ['OS!="chromeos"', { 162 ['OS!="chromeos"', {
128 'schema_files!': [ 163 'schema_files!': [
129 'file_browser_handler_internal.json', 164 'file_browser_handler_internal.json',
130 'log_private.idl', 165 'log_private.idl',
131 'rtc_private.idl', 166 'rtc_private.idl',
132 ], 167 ],
133 }], 168 }],
134 ], 169 ],
135 }, 170 },
136 ], 171 ],
137 } 172 }
OLDNEW
« 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