OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'test/ui/ui_perf_test.h', | 280 'test/ui/ui_perf_test.h', |
281 'test/ui/ui_test.cc', | 281 'test/ui/ui_test.cc', |
282 'test/ui/ui_test.h', | 282 'test/ui/ui_test.h', |
283 'test/ui/ui_test_suite.cc', | 283 'test/ui/ui_test_suite.cc', |
284 'test/ui/ui_test_suite.h', | 284 'test/ui/ui_test_suite.h', |
285 ], | 285 ], |
286 'conditions': [ | 286 'conditions': [ |
287 ['OS=="win"', { | 287 ['OS=="win"', { |
288 'dependencies': [ | 288 'dependencies': [ |
289 'chrome.gyp:crash_service', # run time dependency | 289 'chrome.gyp:crash_service', # run time dependency |
| 290 'chrome.gyp:crash_service_win64', # run time dependency |
290 ], | 291 ], |
291 }], | 292 }], |
292 ['toolkit_uses_gtk == 1', { | 293 ['toolkit_uses_gtk == 1', { |
293 'dependencies': [ | 294 'dependencies': [ |
294 '../build/linux/system.gyp:gtk', | 295 '../build/linux/system.gyp:gtk', |
295 ], | 296 ], |
296 }], | 297 }], |
297 ], | 298 ], |
298 }, | 299 }, |
299 { | 300 { |
(...skipping 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4128 # Use outputs of this action as inputs for the main target build. | 4129 # Use outputs of this action as inputs for the main target build. |
4129 # Seems as a misnomer but makes this happy on Linux (scons). | 4130 # Seems as a misnomer but makes this happy on Linux (scons). |
4130 'process_outputs_as_sources': 1, | 4131 'process_outputs_as_sources': 1, |
4131 }, | 4132 }, |
4132 ], # 'actions' | 4133 ], # 'actions' |
4133 }, | 4134 }, |
4134 ] | 4135 ] |
4135 }], # 'coverage!=0' | 4136 }], # 'coverage!=0' |
4136 ], # 'conditions' | 4137 ], # 'conditions' |
4137 } | 4138 } |
OLD | NEW |