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 2402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2413 'browser/sync/test/integration/dictionary_helper.cc', | 2413 'browser/sync/test/integration/dictionary_helper.cc', |
2414 'browser/sync/test/integration/dictionary_helper.h', | 2414 'browser/sync/test/integration/dictionary_helper.h', |
2415 'browser/sync/test/integration/dictionary_load_observer.cc', | 2415 'browser/sync/test/integration/dictionary_load_observer.cc', |
2416 'browser/sync/test/integration/dictionary_load_observer.h', | 2416 'browser/sync/test/integration/dictionary_load_observer.h', |
2417 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', | 2417 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', |
2418 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', | 2418 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', |
2419 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 2419 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
2420 ], | 2420 ], |
2421 }], | 2421 }], |
2422 ['OS=="win"', { | 2422 ['OS=="win"', { |
| 2423 'msvs_large_pdb': 1, |
2423 'sources': [ | 2424 'sources': [ |
2424 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2425 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2425 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', | 2426 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', |
2426 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2427 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2427 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 2428 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
2428 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2429 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2429 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 2430 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
2430 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2431 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2431 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', | 2432 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
2432 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', | 2433 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', |
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3220 'utility', | 3221 'utility', |
3221 ], | 3222 ], |
3222 'sources': [ | 3223 'sources': [ |
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3224 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3225 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3225 ], | 3226 ], |
3226 }] | 3227 }] |
3227 }], | 3228 }], |
3228 ], # 'conditions' | 3229 ], # 'conditions' |
3229 } | 3230 } |
OLD | NEW |