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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'browser/devtools/devtools_adb_bridge.h', | 189 'browser/devtools/devtools_adb_bridge.h', |
190 'browser/devtools/devtools_file_helper.cc', | 190 'browser/devtools/devtools_file_helper.cc', |
191 'browser/devtools/devtools_file_helper.h', | 191 'browser/devtools/devtools_file_helper.h', |
192 'browser/devtools/devtools_file_system_indexer.cc', | 192 'browser/devtools/devtools_file_system_indexer.cc', |
193 'browser/devtools/devtools_file_system_indexer.h', | 193 'browser/devtools/devtools_file_system_indexer.h', |
194 'browser/devtools/devtools_protocol.cc', | 194 'browser/devtools/devtools_protocol.cc', |
195 'browser/devtools/devtools_protocol.h', | 195 'browser/devtools/devtools_protocol.h', |
196 'browser/devtools/devtools_toggle_action.h', | 196 'browser/devtools/devtools_toggle_action.h', |
197 'browser/devtools/devtools_window.cc', | 197 'browser/devtools/devtools_window.cc', |
198 'browser/devtools/devtools_window.h', | 198 'browser/devtools/devtools_window.h', |
| 199 'browser/devtools/list_value_parser.h', |
199 'browser/devtools/remote_debugging_server.cc', | 200 'browser/devtools/remote_debugging_server.cc', |
200 'browser/devtools/remote_debugging_server.h', | 201 'browser/devtools/remote_debugging_server.h', |
201 'browser/devtools/tethering_adb_filter.cc', | 202 'browser/devtools/tethering_adb_filter.cc', |
202 'browser/devtools/tethering_adb_filter.h', | 203 'browser/devtools/tethering_adb_filter.h', |
203 ], | 204 ], |
204 'conditions': [ | 205 'conditions': [ |
205 ['toolkit_uses_gtk == 1', { | 206 ['toolkit_uses_gtk == 1', { |
206 'dependencies': [ | 207 'dependencies': [ |
207 '../build/linux/system.gyp:gtk', | 208 '../build/linux/system.gyp:gtk', |
208 ], | 209 ], |
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1199 'sources': [ | 1200 'sources': [ |
1200 'service/cloud_print/print_system_cups.cc', | 1201 'service/cloud_print/print_system_cups.cc', |
1201 ], | 1202 ], |
1202 }], | 1203 }], |
1203 ], | 1204 ], |
1204 }, | 1205 }, |
1205 ], | 1206 ], |
1206 }], | 1207 }], |
1207 ], # 'conditions' | 1208 ], # 'conditions' |
1208 } | 1209 } |
OLD | NEW |