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

Side by Side Diff: chrome/chrome.gyp

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't exclude vector_canvas 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | ui/ui.gyp » ('J')
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 ['toolkit_uses_gtk == 1', { 205 ['toolkit_uses_gtk == 1', {
206 'dependencies': [ 206 'dependencies': [
207 '../build/linux/system.gyp:gtk', 207 '../build/linux/system.gyp:gtk',
208 ], 208 ],
209 }], 209 }],
210 ['OS=="android"', { 210 ['OS=="android"', {
211 'dependencies!': [ 211 'dependencies!': [
212 '../third_party/libusb/libusb.gyp:libusb', 212 '../third_party/libusb/libusb.gyp:libusb',
213 ], 213 ],
214 'sources!': [ 214 'sources!': [
215 'browser/devtools/adb/android_rsa.cc',
215 'browser/devtools/browser_list_tabcontents_provider.cc', 216 'browser/devtools/browser_list_tabcontents_provider.cc',
217 'browser/devtools/devtools_file_system_indexer.cc',
216 'browser/devtools/devtools_window.cc', 218 'browser/devtools/devtools_window.cc',
217 'browser/devtools/remote_debugging_server.cc', 219 'browser/devtools/remote_debugging_server.cc',
218 ], 220 ],
219 }], 221 }],
220 ['debug_devtools==1', { 222 ['debug_devtools==1', {
221 'defines': [ 223 'defines': [
222 'DEBUG_DEVTOOLS=1', 224 'DEBUG_DEVTOOLS=1',
223 ], 225 ],
224 }], 226 }],
225 ], 227 ],
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'sources': [ 1201 'sources': [
1200 'service/cloud_print/print_system_cups.cc', 1202 'service/cloud_print/print_system_cups.cc',
1201 ], 1203 ],
1202 }], 1204 }],
1203 ], 1205 ],
1204 }, 1206 },
1205 ], 1207 ],
1206 }], 1208 }],
1207 ], # 'conditions' 1209 ], # 'conditions'
1208 } 1210 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698