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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11867025: Download autocheckout whitelist and enable autocheckout for whitelisted sites only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'browser/autocomplete/contact_provider_chromeos_unittest.cc', 435 'browser/autocomplete/contact_provider_chromeos_unittest.cc',
436 'browser/autocomplete/extension_app_provider_unittest.cc', 436 'browser/autocomplete/extension_app_provider_unittest.cc',
437 'browser/autocomplete/history_contents_provider_unittest.cc', 437 'browser/autocomplete/history_contents_provider_unittest.cc',
438 'browser/autocomplete/history_quick_provider_unittest.cc', 438 'browser/autocomplete/history_quick_provider_unittest.cc',
439 'browser/autocomplete/history_url_provider_unittest.cc', 439 'browser/autocomplete/history_url_provider_unittest.cc',
440 'browser/autocomplete/keyword_provider_unittest.cc', 440 'browser/autocomplete/keyword_provider_unittest.cc',
441 'browser/autocomplete/search_provider_unittest.cc', 441 'browser/autocomplete/search_provider_unittest.cc',
442 'browser/autocomplete/shortcuts_provider_unittest.cc', 442 'browser/autocomplete/shortcuts_provider_unittest.cc',
443 'browser/autofill/address_field_unittest.cc', 443 'browser/autofill/address_field_unittest.cc',
444 'browser/autofill/address_unittest.cc', 444 'browser/autofill/address_unittest.cc',
445 'browser/autofill/autocheckout/whitelist_manager_unittest.cc',
446 'browser/autofill/autocheckout/whitelist_url_unittest.cc',
445 'browser/autofill/autocomplete_history_manager_unittest.cc', 447 'browser/autofill/autocomplete_history_manager_unittest.cc',
446 'browser/autofill/autofill_country_unittest.cc', 448 'browser/autofill/autofill_country_unittest.cc',
447 'browser/autofill/autofill_download_unittest.cc', 449 'browser/autofill/autofill_download_unittest.cc',
448 'browser/autofill/autofill_download_url_unittest.cc', 450 'browser/autofill/autofill_download_url_unittest.cc',
449 'browser/autofill/autofill_external_delegate_unittest.cc', 451 'browser/autofill/autofill_external_delegate_unittest.cc',
450 'browser/autofill/autofill_field_unittest.cc', 452 'browser/autofill/autofill_field_unittest.cc',
451 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 453 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
452 'browser/autofill/autofill_manager_unittest.cc', 454 'browser/autofill/autofill_manager_unittest.cc',
453 'browser/autofill/autofill_merge_unittest.cc', 455 'browser/autofill/autofill_merge_unittest.cc',
454 'browser/autofill/autofill_metrics_unittest.cc', 456 'browser/autofill/autofill_metrics_unittest.cc',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 'unit_tests.isolate', 2318 'unit_tests.isolate',
2317 ], 2319 ],
2318 'sources': [ 2320 'sources': [
2319 'unit_tests.isolate', 2321 'unit_tests.isolate',
2320 ], 2322 ],
2321 }, 2323 },
2322 ], 2324 ],
2323 }], 2325 }],
2324 ], # 'conditions' 2326 ], # 'conditions'
2325 } 2327 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698