| 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3046 'sources': [ | 3046 'sources': [ |
| 3047 'angle_unittests.isolate', | 3047 'angle_unittests.isolate', |
| 3048 ], | 3048 ], |
| 3049 }, | 3049 }, |
| 3050 { | 3050 { |
| 3051 'target_name': 'browser_tests_run', | 3051 'target_name': 'browser_tests_run', |
| 3052 'type': 'none', | 3052 'type': 'none', |
| 3053 'dependencies': [ | 3053 'dependencies': [ |
| 3054 'browser_tests', | 3054 'browser_tests', |
| 3055 'chrome', | 3055 'chrome', |
| 3056 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi
n', | 3056 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 3057 ], | 3057 ], |
| 3058 'includes': [ | 3058 'includes': [ |
| 3059 '../build/isolate.gypi', | 3059 '../build/isolate.gypi', |
| 3060 'browser_tests.isolate', | 3060 'browser_tests.isolate', |
| 3061 ], | 3061 ], |
| 3062 'sources': [ | 3062 'sources': [ |
| 3063 'browser_tests.isolate', | 3063 'browser_tests.isolate', |
| 3064 ], | 3064 ], |
| 3065 }, | 3065 }, |
| 3066 { | 3066 { |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3209 'utility', | 3209 'utility', |
| 3210 ], | 3210 ], |
| 3211 'sources': [ | 3211 'sources': [ |
| 3212 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3212 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3213 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3213 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3214 ], | 3214 ], |
| 3215 }] | 3215 }] |
| 3216 }], | 3216 }], |
| 3217 ], # 'conditions' | 3217 ], # 'conditions' |
| 3218 } | 3218 } |
| OLD | NEW |