Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 67223002: Use the large pdb workaround on more unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698