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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23477006: Unit tests for utility.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing unit test + more arv@ comments Created 7 years, 3 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'browser/profiles/profile_downloader_unittest.cc', 1126 'browser/profiles/profile_downloader_unittest.cc',
1127 'browser/profiles/profile_info_cache_unittest.cc', 1127 'browser/profiles/profile_info_cache_unittest.cc',
1128 'browser/profiles/profile_info_cache_unittest.h', 1128 'browser/profiles/profile_info_cache_unittest.h',
1129 'browser/profiles/profile_info_util_unittest.cc', 1129 'browser/profiles/profile_info_util_unittest.cc',
1130 'browser/profiles/profile_loader_unittest.cc', 1130 'browser/profiles/profile_loader_unittest.cc',
1131 'browser/profiles/profile_manager_unittest.cc', 1131 'browser/profiles/profile_manager_unittest.cc',
1132 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1132 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1133 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1133 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1134 'browser/renderer_host/web_cache_manager_unittest.cc', 1134 'browser/renderer_host/web_cache_manager_unittest.cc',
1135 'browser/resources/google_now/background.js', 1135 'browser/resources/google_now/background.js',
1136 'browser/resources/google_now/cards.js',
1137 'browser/resources/google_now/background_test_util.js', 1136 'browser/resources/google_now/background_test_util.js',
1138 'browser/resources/google_now/background_unittest.gtestjs', 1137 'browser/resources/google_now/background_unittest.gtestjs',
1138 'browser/resources/google_now/cards.js',
1139 'browser/resources/google_now/cards_unittest.gtestjs', 1139 'browser/resources/google_now/cards_unittest.gtestjs',
1140 'browser/resources/google_now/common_test_util.js',
1141 'browser/resources/google_now/utility.js',
1142 'browser/resources/google_now/utility_test_util.js',
1143 'browser/resources/google_now/utility_unittest.gtestjs',
1140 'browser/resources/print_preview/data/measurement_system.js', 1144 'browser/resources/print_preview/data/measurement_system.js',
1141 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1145 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1142 'browser/resources/print_preview/print_preview_utils.js', 1146 'browser/resources/print_preview/print_preview_utils.js',
1143 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1147 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1144 'browser/resources_util_unittest.cc', 1148 'browser/resources_util_unittest.cc',
1145 'browser/rlz/rlz_unittest.cc', 1149 'browser/rlz/rlz_unittest.cc',
1146 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1150 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1147 'browser/safe_browsing/chunk_range_unittest.cc', 1151 'browser/safe_browsing/chunk_range_unittest.cc',
1148 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1152 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1149 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1153 'browser/safe_browsing/client_side_detection_service_unittest.cc',
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 # more details. 2757 # more details.
2754 'DebugInformationFormat': '3', 2758 'DebugInformationFormat': '3',
2755 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2759 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2756 }, 2760 },
2757 }, 2761 },
2758 }, 2762 },
2759 ], 2763 ],
2760 }], 2764 }],
2761 ], # 'conditions' 2765 ], # 'conditions'
2762 } 2766 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/utility_unittest.gtestjs ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698