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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 17125003: First unit test for Google Now extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modifying .isolate dependencies Created 7 years, 6 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
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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1089 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1090 'browser/profiles/profile_downloader_unittest.cc', 1090 'browser/profiles/profile_downloader_unittest.cc',
1091 'browser/profiles/profile_info_cache_unittest.cc', 1091 'browser/profiles/profile_info_cache_unittest.cc',
1092 'browser/profiles/profile_info_cache_unittest.h', 1092 'browser/profiles/profile_info_cache_unittest.h',
1093 'browser/profiles/profile_info_util_unittest.cc', 1093 'browser/profiles/profile_info_util_unittest.cc',
1094 'browser/profiles/profile_loader_unittest.cc', 1094 'browser/profiles/profile_loader_unittest.cc',
1095 'browser/profiles/profile_manager_unittest.cc', 1095 'browser/profiles/profile_manager_unittest.cc',
1096 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1096 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1097 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1097 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1098 'browser/renderer_host/web_cache_manager_unittest.cc', 1098 'browser/renderer_host/web_cache_manager_unittest.cc',
1099 'browser/resources/google_now/background.js',
1100 'browser/resources/google_now/background_test_util.js',
1101 'browser/resources/google_now/background_unittest.gtestjs',
1099 'browser/resources/print_preview/data/measurement_system.js', 1102 'browser/resources/print_preview/data/measurement_system.js',
1100 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1103 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1101 'browser/resources/print_preview/print_preview_utils.js', 1104 'browser/resources/print_preview/print_preview_utils.js',
1102 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1105 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1103 'browser/resources_util_unittest.cc', 1106 'browser/resources_util_unittest.cc',
1104 'browser/rlz/rlz_unittest.cc', 1107 'browser/rlz/rlz_unittest.cc',
1105 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1108 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1106 'browser/safe_browsing/chunk_range_unittest.cc', 1109 'browser/safe_browsing/chunk_range_unittest.cc',
1107 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1110 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1108 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1111 'browser/safe_browsing/client_side_detection_service_unittest.cc',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2628 # more details. 2631 # more details.
2629 'DebugInformationFormat': '3', 2632 'DebugInformationFormat': '3',
2630 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2633 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2631 }, 2634 },
2632 }, 2635 },
2633 }, 2636 },
2634 ], 2637 ],
2635 }], 2638 }],
2636 ], # 'conditions' 2639 ], # 'conditions'
2637 } 2640 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/background_unittest.gtestjs ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698