| 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 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3041 'angle_unittests.isolate', | 3041 'angle_unittests.isolate', |
| 3042 ], | 3042 ], |
| 3043 'sources': [ | 3043 'sources': [ |
| 3044 'angle_unittests.isolate', | 3044 'angle_unittests.isolate', |
| 3045 ], | 3045 ], |
| 3046 }, | 3046 }, |
| 3047 { | 3047 { |
| 3048 'target_name': 'browser_tests_run', | 3048 'target_name': 'browser_tests_run', |
| 3049 'type': 'none', | 3049 'type': 'none', |
| 3050 'dependencies': [ | 3050 'dependencies': [ |
| 3051 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 3051 'browser_tests', | 3052 'browser_tests', |
| 3052 'chrome', | 3053 'chrome', |
| 3053 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi
n', | |
| 3054 ], | 3054 ], |
| 3055 'includes': [ | 3055 'includes': [ |
| 3056 '../build/isolate.gypi', | 3056 '../build/isolate.gypi', |
| 3057 'browser_tests.isolate', | 3057 'browser_tests.isolate', |
| 3058 ], | 3058 ], |
| 3059 'sources': [ | 3059 'sources': [ |
| 3060 'browser_tests.isolate', | 3060 'browser_tests.isolate', |
| 3061 ], | 3061 ], |
| 3062 }, | 3062 }, |
| 3063 { | 3063 { |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3206 'utility', | 3206 'utility', |
| 3207 ], | 3207 ], |
| 3208 'sources': [ | 3208 'sources': [ |
| 3209 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3209 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3210 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3210 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3211 ], | 3211 ], |
| 3212 }] | 3212 }] |
| 3213 }], | 3213 }], |
| 3214 ], # 'conditions' | 3214 ], # 'conditions' |
| 3215 } | 3215 } |
| OLD | NEW |