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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 19749007: Processing timefences from the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv@ notes Created 7 years, 4 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/browser/resources/google_now/utility.js ('k') | chrome/test/data/webui/test_api.js » ('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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'browser/profiles/profile_downloader_unittest.cc', 1077 'browser/profiles/profile_downloader_unittest.cc',
1078 'browser/profiles/profile_info_cache_unittest.cc', 1078 'browser/profiles/profile_info_cache_unittest.cc',
1079 'browser/profiles/profile_info_cache_unittest.h', 1079 'browser/profiles/profile_info_cache_unittest.h',
1080 'browser/profiles/profile_info_util_unittest.cc', 1080 'browser/profiles/profile_info_util_unittest.cc',
1081 'browser/profiles/profile_loader_unittest.cc', 1081 'browser/profiles/profile_loader_unittest.cc',
1082 'browser/profiles/profile_manager_unittest.cc', 1082 'browser/profiles/profile_manager_unittest.cc',
1083 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1083 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1084 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1084 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1085 'browser/renderer_host/web_cache_manager_unittest.cc', 1085 'browser/renderer_host/web_cache_manager_unittest.cc',
1086 'browser/resources/google_now/background.js', 1086 'browser/resources/google_now/background.js',
1087 'browser/resources/google_now/cards.js',
1087 'browser/resources/google_now/background_test_util.js', 1088 'browser/resources/google_now/background_test_util.js',
1088 'browser/resources/google_now/background_unittest.gtestjs', 1089 'browser/resources/google_now/background_unittest.gtestjs',
1090 'browser/resources/google_now/cards_unittest.gtestjs',
1089 'browser/resources/print_preview/data/measurement_system.js', 1091 'browser/resources/print_preview/data/measurement_system.js',
1090 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1092 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1091 'browser/resources/print_preview/print_preview_utils.js', 1093 'browser/resources/print_preview/print_preview_utils.js',
1092 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1094 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1093 'browser/resources_util_unittest.cc', 1095 'browser/resources_util_unittest.cc',
1094 'browser/rlz/rlz_unittest.cc', 1096 'browser/rlz/rlz_unittest.cc',
1095 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1097 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1096 'browser/safe_browsing/chunk_range_unittest.cc', 1098 'browser/safe_browsing/chunk_range_unittest.cc',
1097 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1099 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1098 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1100 'browser/safe_browsing/client_side_detection_service_unittest.cc',
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
2649 # more details. 2651 # more details.
2650 'DebugInformationFormat': '3', 2652 'DebugInformationFormat': '3',
2651 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2653 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2652 }, 2654 },
2653 }, 2655 },
2654 }, 2656 },
2655 ], 2657 ],
2656 }], 2658 }],
2657 ], # 'conditions' 2659 ], # 'conditions'
2658 } 2660 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/utility.js ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698