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

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: 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 | « no previous file | chrome/chrome_browser.gypi » ('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 '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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 ['toolkit_uses_gtk == 1', { 195 ['toolkit_uses_gtk == 1', {
196 'dependencies': [ 196 'dependencies': [
197 '../build/linux/system.gyp:gtk', 197 '../build/linux/system.gyp:gtk',
198 ], 198 ],
199 }], 199 }],
200 ['OS=="android"', { 200 ['OS=="android"', {
201 'dependencies!': [ 201 'dependencies!': [
202 '../third_party/libusb/libusb.gyp:libusb', 202 '../third_party/libusb/libusb.gyp:libusb',
203 ], 203 ],
204 'sources!': [ 204 'sources!': [
205 'browser/devtools/adb/android_rsa.cc',
205 'browser/devtools/browser_list_tabcontents_provider.cc', 206 'browser/devtools/browser_list_tabcontents_provider.cc',
207 'browser/devtools/devtools_file_system_indexer.cc',
206 'browser/devtools/devtools_window.cc', 208 'browser/devtools/devtools_window.cc',
207 'browser/devtools/remote_debugging_server.cc', 209 'browser/devtools/remote_debugging_server.cc',
208 ], 210 ],
209 }], 211 }],
210 ['debug_devtools==1', { 212 ['debug_devtools==1', {
211 'defines': [ 213 'defines': [
212 'DEBUG_DEVTOOLS=1', 214 'DEBUG_DEVTOOLS=1',
213 ], 215 ],
214 }], 216 }],
215 ], 217 ],
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'sources': [ 1190 'sources': [
1189 'service/cloud_print/print_system_cups.cc', 1191 'service/cloud_print/print_system_cups.cc',
1190 ], 1192 ],
1191 }], 1193 }],
1192 ], 1194 ],
1193 }, 1195 },
1194 ], 1196 ],
1195 }], 1197 }],
1196 ], # 'conditions' 1198 ], # 'conditions'
1197 } 1199 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698