| 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 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2391 'browser/sync/test/integration/bookmarks_helper.cc', | 2391 'browser/sync/test/integration/bookmarks_helper.cc', |
| 2392 'browser/sync/test/integration/bookmarks_helper.h', | 2392 'browser/sync/test/integration/bookmarks_helper.h', |
| 2393 'browser/sync/test/integration/dictionary_helper.cc', | 2393 'browser/sync/test/integration/dictionary_helper.cc', |
| 2394 'browser/sync/test/integration/dictionary_helper.h', | 2394 'browser/sync/test/integration/dictionary_helper.h', |
| 2395 'browser/sync/test/integration/dictionary_load_observer.cc', | 2395 'browser/sync/test/integration/dictionary_load_observer.cc', |
| 2396 'browser/sync/test/integration/dictionary_load_observer.h', | 2396 'browser/sync/test/integration/dictionary_load_observer.h', |
| 2397 'browser/sync/test/integration/extension_settings_helper.cc', | 2397 'browser/sync/test/integration/extension_settings_helper.cc', |
| 2398 'browser/sync/test/integration/extension_settings_helper.h', | 2398 'browser/sync/test/integration/extension_settings_helper.h', |
| 2399 'browser/sync/test/integration/extensions_helper.cc', | 2399 'browser/sync/test/integration/extensions_helper.cc', |
| 2400 'browser/sync/test/integration/extensions_helper.h', | 2400 'browser/sync/test/integration/extensions_helper.h', |
| 2401 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
| 2402 'browser/sync/test/integration/multi_client_status_change_checker.h', |
| 2401 'browser/sync/test/integration/passwords_helper.cc', | 2403 'browser/sync/test/integration/passwords_helper.cc', |
| 2402 'browser/sync/test/integration/passwords_helper.h', | 2404 'browser/sync/test/integration/passwords_helper.h', |
| 2405 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
| 2406 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 2403 'browser/sync/test/integration/preferences_helper.cc', | 2407 'browser/sync/test/integration/preferences_helper.cc', |
| 2404 'browser/sync/test/integration/preferences_helper.h', | 2408 'browser/sync/test/integration/preferences_helper.h', |
| 2405 'browser/sync/test/integration/profile_sync_service_harness.cc', | 2409 'browser/sync/test/integration/profile_sync_service_harness.cc', |
| 2406 'browser/sync/test/integration/profile_sync_service_harness.h', | 2410 'browser/sync/test/integration/profile_sync_service_harness.h', |
| 2411 'browser/sync/test/integration/quiesce_status_change_checker.cc', |
| 2412 'browser/sync/test/integration/quiesce_status_change_checker.h', |
| 2407 'browser/sync/test/integration/retry_verifier.cc', | 2413 'browser/sync/test/integration/retry_verifier.cc', |
| 2408 'browser/sync/test/integration/retry_verifier.h', | 2414 'browser/sync/test/integration/retry_verifier.h', |
| 2409 'browser/sync/test/integration/search_engines_helper.cc', | 2415 'browser/sync/test/integration/search_engines_helper.cc', |
| 2410 'browser/sync/test/integration/search_engines_helper.h', | 2416 'browser/sync/test/integration/search_engines_helper.h', |
| 2411 'browser/sync/test/integration/sessions_helper.cc', | 2417 'browser/sync/test/integration/sessions_helper.cc', |
| 2412 'browser/sync/test/integration/sessions_helper.h', | 2418 'browser/sync/test/integration/sessions_helper.h', |
| 2419 'browser/sync/test/integration/single_client_status_change_checker.cc', |
| 2420 'browser/sync/test/integration/single_client_status_change_checker.h', |
| 2413 'browser/sync/test/integration/status_change_checker.cc', | 2421 'browser/sync/test/integration/status_change_checker.cc', |
| 2414 'browser/sync/test/integration/status_change_checker.h', | 2422 'browser/sync/test/integration/status_change_checker.h', |
| 2415 'browser/sync/test/integration/sync_app_helper.cc', | 2423 'browser/sync/test/integration/sync_app_helper.cc', |
| 2416 'browser/sync/test/integration/sync_app_helper.h', | 2424 'browser/sync/test/integration/sync_app_helper.h', |
| 2417 'browser/sync/test/integration/sync_app_list_helper.cc', | 2425 'browser/sync/test/integration/sync_app_list_helper.cc', |
| 2418 'browser/sync/test/integration/sync_app_list_helper.h', | 2426 'browser/sync/test/integration/sync_app_list_helper.h', |
| 2419 'browser/sync/test/integration/sync_datatype_helper.cc', | 2427 'browser/sync/test/integration/sync_datatype_helper.cc', |
| 2420 'browser/sync/test/integration/sync_datatype_helper.h', | 2428 'browser/sync/test/integration/sync_datatype_helper.h', |
| 2421 'browser/sync/test/integration/sync_extension_helper.cc', | 2429 'browser/sync/test/integration/sync_extension_helper.cc', |
| 2422 'browser/sync/test/integration/sync_extension_helper.h', | 2430 'browser/sync/test/integration/sync_extension_helper.h', |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3227 'utility', | 3235 'utility', |
| 3228 ], | 3236 ], |
| 3229 'sources': [ | 3237 'sources': [ |
| 3230 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3238 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3231 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3239 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3232 ], | 3240 ], |
| 3233 }] | 3241 }] |
| 3234 }], | 3242 }], |
| 3235 ], # 'conditions' | 3243 ], # 'conditions' |
| 3236 } | 3244 } |
| OLD | NEW |