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 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2263 ], | 2263 ], |
2264 }], | 2264 }], |
2265 ], | 2265 ], |
2266 }], | 2266 }], |
2267 ], # conditions | 2267 ], # conditions |
2268 }, # target performance_browser_tests | 2268 }, # target performance_browser_tests |
2269 { | 2269 { |
2270 'target_name': 'performance_ui_tests', | 2270 'target_name': 'performance_ui_tests', |
2271 'type': 'executable', | 2271 'type': 'executable', |
2272 'dependencies': [ | 2272 'dependencies': [ |
2273 'browser', | |
Nico
2014/03/07 19:13:00
Since 'chrome' already depends on 'browser', I'd p
maniscalco
2014/03/07 23:44:37
I've changed this to make the dependency more accu
| |
2273 'chrome', | 2274 'chrome', |
2274 'chrome_resources.gyp:chrome_resources', | 2275 'chrome_resources.gyp:chrome_resources', |
2275 'chrome_resources.gyp:chrome_strings', | 2276 'chrome_resources.gyp:chrome_strings', |
2276 'debugger', | 2277 'debugger', |
2277 'test/perf/perf_test.gyp:*', | 2278 'test/perf/perf_test.gyp:*', |
2278 'test_support_common', | 2279 'test_support_common', |
2279 'test_support_ui', | 2280 'test_support_ui', |
2280 '../base/base.gyp:base', | 2281 '../base/base.gyp:base', |
2281 '../skia/skia.gyp:skia', | 2282 '../skia/skia.gyp:skia', |
2282 '../testing/gtest.gyp:gtest', | 2283 '../testing/gtest.gyp:gtest', |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3231 'utility', | 3232 'utility', |
3232 ], | 3233 ], |
3233 'sources': [ | 3234 'sources': [ |
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3236 ], | 3237 ], |
3237 }] | 3238 }] |
3238 }], | 3239 }], |
3239 ], # 'conditions' | 3240 ], # 'conditions' |
3240 } | 3241 } |
OLD | NEW |