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

Side by Side Diff: components/components_tests.gyp

Issue 811353002: Move CT EV white list packaging API from chrome/ to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missed nit Created 5 years, 11 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 | « components/components.gyp ('k') | components/packed_ct_ev_whitelist.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'omnibox/autocomplete_input_unittest.cc', 183 'omnibox/autocomplete_input_unittest.cc',
184 'omnibox/autocomplete_match_unittest.cc', 184 'omnibox/autocomplete_match_unittest.cc',
185 'omnibox/autocomplete_result_unittest.cc', 185 'omnibox/autocomplete_result_unittest.cc',
186 'omnibox/keyword_provider_unittest.cc', 186 'omnibox/keyword_provider_unittest.cc',
187 'omnibox/omnibox_field_trial_unittest.cc', 187 'omnibox/omnibox_field_trial_unittest.cc',
188 'omnibox/suggestion_answer_unittest.cc', 188 'omnibox/suggestion_answer_unittest.cc',
189 'os_crypt/ie7_password_win_unittest.cc', 189 'os_crypt/ie7_password_win_unittest.cc',
190 'os_crypt/keychain_password_mac_unittest.mm', 190 'os_crypt/keychain_password_mac_unittest.mm',
191 'os_crypt/os_crypt_unittest.cc', 191 'os_crypt/os_crypt_unittest.cc',
192 'ownership/owner_key_util_impl_unittest.cc', 192 'ownership/owner_key_util_impl_unittest.cc',
193 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
194 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
193 'password_manager/core/browser/affiliation_fetcher_unittest.cc', 195 'password_manager/core/browser/affiliation_fetcher_unittest.cc',
194 'password_manager/core/browser/affiliation_utils_unittest.cc', 196 'password_manager/core/browser/affiliation_utils_unittest.cc',
195 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', 197 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
196 'password_manager/core/browser/log_router_unittest.cc', 198 'password_manager/core/browser/log_router_unittest.cc',
197 'password_manager/core/browser/login_database_unittest.cc', 199 'password_manager/core/browser/login_database_unittest.cc',
198 'password_manager/core/browser/password_autofill_manager_unittest.cc ', 200 'password_manager/core/browser/password_autofill_manager_unittest.cc ',
199 'password_manager/core/browser/password_form_manager_unittest.cc', 201 'password_manager/core/browser/password_form_manager_unittest.cc',
200 'password_manager/core/browser/password_generation_manager_unittest. cc', 202 'password_manager/core/browser/password_generation_manager_unittest. cc',
201 'password_manager/core/browser/password_manager_unittest.cc', 203 'password_manager/core/browser/password_manager_unittest.cc',
202 'password_manager/core/browser/password_manager_url_collection_exper iment_unittest.cc', 204 'password_manager/core/browser/password_manager_url_collection_exper iment_unittest.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 346
345 # Dependencies of component_updater 347 # Dependencies of component_updater
346 'components.gyp:component_updater', 348 'components.gyp:component_updater',
347 'components.gyp:component_updater_test_support', 349 'components.gyp:component_updater_test_support',
348 '../third_party/libxml/libxml.gyp:libxml', 350 '../third_party/libxml/libxml.gyp:libxml',
349 351
350 # Dependencies of content_settings 352 # Dependencies of content_settings
351 'components.gyp:content_settings_core_browser', 353 'components.gyp:content_settings_core_browser',
352 'components.gyp:content_settings_core_common', 354 'components.gyp:content_settings_core_common',
353 'components.gyp:content_settings_core_test_support', 355 'components.gyp:content_settings_core_test_support',
356
357 # Dependencies of packed CT EV white list
358 'components.gyp:packed_ct_ev_whitelist',
354 359
355 # Dependencies of crash 360 # Dependencies of crash
356 'components.gyp:crash_test_support', 361 'components.gyp:crash_test_support',
357 362
358 # Dependencies of crx_file 363 # Dependencies of crx_file
359 'components.gyp:crx_file', 364 'components.gyp:crx_file',
360 365
361 # Dependencies of data_reduction_proxy 366 # Dependencies of data_reduction_proxy
362 'components.gyp:data_reduction_proxy_core_browser', 367 'components.gyp:data_reduction_proxy_core_browser',
363 'components.gyp:data_reduction_proxy_core_common', 368 'components.gyp:data_reduction_proxy_core_common',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'dependencies': [ 1109 'dependencies': [
1105 '../base/allocator/allocator.gyp:allocator', 1110 '../base/allocator/allocator.gyp:allocator',
1106 ], 1111 ],
1107 }], 1112 }],
1108 ], 1113 ],
1109 }, 1114 },
1110 ], 1115 ],
1111 }], 1116 }],
1112 ], 1117 ],
1113 } 1118 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/packed_ct_ev_whitelist.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698