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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12957002: wd4-ui for try only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wd4-ui_with_windows_fix Created 7 years, 9 months 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 'browser/web_applications/web_app_mac_unittest.mm', 1471 'browser/web_applications/web_app_mac_unittest.mm',
1472 'browser/web_applications/web_app_unittest.cc', 1472 'browser/web_applications/web_app_unittest.cc',
1473 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1473 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1474 'browser/web_resource/promo_resource_service_unittest.cc', 1474 'browser/web_resource/promo_resource_service_unittest.cc',
1475 'browser/webdata/autofill_entry_unittest.cc', 1475 'browser/webdata/autofill_entry_unittest.cc',
1476 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1476 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1477 'browser/webdata/autofill_table_unittest.cc', 1477 'browser/webdata/autofill_table_unittest.cc',
1478 'browser/webdata/keyword_table_unittest.cc', 1478 'browser/webdata/keyword_table_unittest.cc',
1479 'browser/webdata/token_service_table_unittest.cc', 1479 'browser/webdata/token_service_table_unittest.cc',
1480 'browser/webdata/web_apps_table_unittest.cc', 1480 'browser/webdata/web_apps_table_unittest.cc',
1481 'browser/webdata/web_data_service_test_util.cc',
1481 'browser/webdata/web_data_service_test_util.h', 1482 'browser/webdata/web_data_service_test_util.h',
1482 'browser/webdata/web_data_service_unittest.cc', 1483 'browser/webdata/web_data_service_unittest.cc',
1483 'browser/webdata/web_database_migration_unittest.cc', 1484 'browser/webdata/web_database_migration_unittest.cc',
1484 'common/bzip2_unittest.cc', 1485 'common/bzip2_unittest.cc',
1485 'common/cancelable_task_tracker_unittest.cc', 1486 'common/cancelable_task_tracker_unittest.cc',
1486 'common/child_process_logging_mac_unittest.mm', 1487 'common/child_process_logging_mac_unittest.mm',
1487 'common/chrome_paths_unittest.cc', 1488 'common/chrome_paths_unittest.cc',
1488 'common/cloud_print/cloud_print_helpers_unittest.cc', 1489 'common/cloud_print/cloud_print_helpers_unittest.cc',
1489 'common/chrome_content_client_unittest.cc', 1490 'common/chrome_content_client_unittest.cc',
1490 'common/content_settings_helper_unittest.cc', 1491 'common/content_settings_helper_unittest.cc',
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 # more details. 2417 # more details.
2417 'DebugInformationFormat': '3', 2418 'DebugInformationFormat': '3',
2418 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2419 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2419 }, 2420 },
2420 }, 2421 },
2421 }, 2422 },
2422 ], 2423 ],
2423 }], 2424 }],
2424 ], # 'conditions' 2425 ], # 'conditions'
2425 } 2426 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698