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

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: jyasskin@ comment 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'browser/profiles/gaia_info_update_service_unittest.cc', 1062 'browser/profiles/gaia_info_update_service_unittest.cc',
1063 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1063 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1064 'browser/profiles/profile_downloader_unittest.cc', 1064 'browser/profiles/profile_downloader_unittest.cc',
1065 'browser/profiles/profile_info_cache_unittest.cc', 1065 'browser/profiles/profile_info_cache_unittest.cc',
1066 'browser/profiles/profile_info_cache_unittest.h', 1066 'browser/profiles/profile_info_cache_unittest.h',
1067 'browser/profiles/profile_info_util_unittest.cc', 1067 'browser/profiles/profile_info_util_unittest.cc',
1068 'browser/profiles/profile_manager_unittest.cc', 1068 'browser/profiles/profile_manager_unittest.cc',
1069 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1069 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1070 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1070 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1071 'browser/renderer_host/web_cache_manager_unittest.cc', 1071 'browser/renderer_host/web_cache_manager_unittest.cc',
1072 'browser/resources/google_now/background.js',
1073 'browser/resources/google_now/unit_test/background.gtestjs',
arv (Not doing code reviews) 2013/06/18 17:47:10 No other tests uses a unit_test dir. How about '
vadimt 2013/06/18 23:12:25 Here, we have choice between uniformity (and benef
arv (Not doing code reviews) 2013/06/19 13:31:01 All other chrome tests go next to the file they ar
1074 'browser/resources/google_now/unit_test/background_globals.js',
arv (Not doing code reviews) 2013/06/19 13:31:01 background_test_util.js maybe?
vadimt 2013/06/19 18:10:47 All done.
1072 'browser/resources/print_preview/data/measurement_system.js', 1075 'browser/resources/print_preview/data/measurement_system.js',
1073 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1076 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1074 'browser/resources/print_preview/print_preview_utils.js', 1077 'browser/resources/print_preview/print_preview_utils.js',
1075 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1078 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1076 'browser/resources_util_unittest.cc', 1079 'browser/resources_util_unittest.cc',
1077 'browser/rlz/rlz_unittest.cc', 1080 'browser/rlz/rlz_unittest.cc',
1078 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1081 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1079 'browser/safe_browsing/chunk_range_unittest.cc', 1082 'browser/safe_browsing/chunk_range_unittest.cc',
1080 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1083 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1081 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1084 'browser/safe_browsing/client_side_detection_service_unittest.cc',
(...skipping 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2568 # more details. 2571 # more details.
2569 'DebugInformationFormat': '3', 2572 'DebugInformationFormat': '3',
2570 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2573 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2571 }, 2574 },
2572 }, 2575 },
2573 }, 2576 },
2574 ], 2577 ],
2575 }], 2578 }],
2576 ], # 'conditions' 2579 ], # 'conditions'
2577 } 2580 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698