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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 444123002: Adding a new delayed analysis that verify binaries signature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@grt
Patch Set: Last minute nit fix Created 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/safe_browsing/csd.proto » ('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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 'browser/resources/google_now/utility.js', 1201 'browser/resources/google_now/utility.js',
1202 'browser/resources/google_now/utility_test_util.js', 1202 'browser/resources/google_now/utility_test_util.js',
1203 'browser/resources/google_now/utility_unittest.gtestjs', 1203 'browser/resources/google_now/utility_unittest.gtestjs',
1204 'browser/resources/print_preview/data/measurement_system.js', 1204 'browser/resources/print_preview/data/measurement_system.js',
1205 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1205 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1206 'browser/resources/print_preview/print_preview_utils.js', 1206 'browser/resources/print_preview/print_preview_utils.js',
1207 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1207 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1208 'browser/resources_util_unittest.cc', 1208 'browser/resources_util_unittest.cc',
1209 'browser/rlz/rlz_unittest.cc', 1209 'browser/rlz/rlz_unittest.cc',
1210 'browser/safe_browsing/binary_feature_extractor_win_unittest.cc', 1210 'browser/safe_browsing/binary_feature_extractor_win_unittest.cc',
1211 'browser/safe_browsing/binary_integrity_analyzer_win_unittest.cc',
1212 'browser/safe_browsing/binary_integrity_incident_handlers_unittest.cc',
1211 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1213 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1212 'browser/safe_browsing/chunk_range_unittest.cc', 1214 'browser/safe_browsing/chunk_range_unittest.cc',
1213 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1215 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1214 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1216 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1215 'browser/safe_browsing/delayed_callback_runner_unittest.cc', 1217 'browser/safe_browsing/delayed_callback_runner_unittest.cc',
1216 'browser/safe_browsing/database_manager_unittest.cc', 1218 'browser/safe_browsing/database_manager_unittest.cc',
1217 'browser/safe_browsing/download_feedback_service_unittest.cc', 1219 'browser/safe_browsing/download_feedback_service_unittest.cc',
1218 'browser/safe_browsing/download_feedback_unittest.cc', 1220 'browser/safe_browsing/download_feedback_unittest.cc',
1219 'browser/safe_browsing/download_protection_service_unittest.cc', 1221 'browser/safe_browsing/download_protection_service_unittest.cc',
1220 'browser/safe_browsing/environment_data_collection_win_unittest.cc', 1222 'browser/safe_browsing/environment_data_collection_win_unittest.cc',
(...skipping 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 'dependencies': [ 2897 'dependencies': [
2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2898 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2897 ], 2899 ],
2898 }], 2900 }],
2899 ], 2901 ],
2900 }, 2902 },
2901 ], 2903 ],
2902 }], 2904 }],
2903 ], # 'conditions' 2905 ], # 'conditions'
2904 } 2906 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/safe_browsing/csd.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698