| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3291 ], | 3291 ], |
| 3292 }], | 3292 }], |
| 3293 ['test_isolation_mode != "noop"', { | 3293 ['test_isolation_mode != "noop"', { |
| 3294 'targets': [ | 3294 'targets': [ |
| 3295 { | 3295 { |
| 3296 'target_name': 'browser_tests_run', | 3296 'target_name': 'browser_tests_run', |
| 3297 'type': 'none', | 3297 'type': 'none', |
| 3298 'dependencies': [ | 3298 'dependencies': [ |
| 3299 'browser_tests', | 3299 'browser_tests', |
| 3300 'chrome', | 3300 'chrome', |
| 3301 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:copy_TestNetscapePlugIn', | 3301 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi
n', |
| 3302 ], | 3302 ], |
| 3303 'includes': [ | 3303 'includes': [ |
| 3304 '../build/isolate.gypi', | 3304 '../build/isolate.gypi', |
| 3305 'browser_tests.isolate', | 3305 'browser_tests.isolate', |
| 3306 ], | 3306 ], |
| 3307 'sources': [ | 3307 'sources': [ |
| 3308 'browser_tests.isolate', | 3308 'browser_tests.isolate', |
| 3309 ], | 3309 ], |
| 3310 }, | 3310 }, |
| 3311 { | 3311 { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3397 'utility', | 3397 'utility', |
| 3398 ], | 3398 ], |
| 3399 'sources': [ | 3399 'sources': [ |
| 3400 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3400 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3401 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3401 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3402 ], | 3402 ], |
| 3403 }] | 3403 }] |
| 3404 }], | 3404 }], |
| 3405 ], # 'conditions' | 3405 ], # 'conditions' |
| 3406 } | 3406 } |
| OLD | NEW |