| 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 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2259 '../testing/gtest.gyp:gtest', | 2259 '../testing/gtest.gyp:gtest', |
| 2260 '../testing/perf/perf_test.gyp:*', | 2260 '../testing/perf/perf_test.gyp:*', |
| 2261 ], | 2261 ], |
| 2262 'sources': [ | 2262 'sources': [ |
| 2263 # TODO(darin): Move other UIPerfTests here. | 2263 # TODO(darin): Move other UIPerfTests here. |
| 2264 'test/perf/dom_checker_uitest.cc', | 2264 'test/perf/dom_checker_uitest.cc', |
| 2265 'test/perf/feature_startup_test.cc', | 2265 'test/perf/feature_startup_test.cc', |
| 2266 'test/perf/frame_rate/frame_rate_tests.cc', | 2266 'test/perf/frame_rate/frame_rate_tests.cc', |
| 2267 'test/perf/generate_profile.cc', | 2267 'test/perf/generate_profile.cc', |
| 2268 'test/perf/generate_profile.h', | 2268 'test/perf/generate_profile.h', |
| 2269 'test/perf/indexeddb_uitest.cc', | |
| 2270 'test/perf/memory_test.cc', | 2269 'test/perf/memory_test.cc', |
| 2271 'test/perf/perf_ui_test_suite.cc', | 2270 'test/perf/perf_ui_test_suite.cc', |
| 2272 'test/perf/run_all_perfuitests.cc', | 2271 'test/perf/run_all_perfuitests.cc', |
| 2273 'test/perf/shutdown_test.cc', | 2272 'test/perf/shutdown_test.cc', |
| 2274 'test/perf/startup_test.cc', | 2273 'test/perf/startup_test.cc', |
| 2275 'test/perf/tab_switching_test.cc', | 2274 'test/perf/tab_switching_test.cc', |
| 2276 ], | 2275 ], |
| 2277 'conditions': [ | 2276 'conditions': [ |
| 2278 ['OS=="win" and buildtype=="Official"', { | 2277 ['OS=="win" and buildtype=="Official"', { |
| 2279 'configurations': { | 2278 'configurations': { |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3208 'utility', | 3207 'utility', |
| 3209 ], | 3208 ], |
| 3210 'sources': [ | 3209 'sources': [ |
| 3211 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3210 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3212 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3211 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3213 ], | 3212 ], |
| 3214 }] | 3213 }] |
| 3215 }], | 3214 }], |
| 3216 ], # 'conditions' | 3215 ], # 'conditions' |
| 3217 } | 3216 } |
| OLD | NEW |