OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |