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

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: revert code change for manual testing/:wq. 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'browser/autocomplete/contact_provider_chromeos_unittest.cc', 429 'browser/autocomplete/contact_provider_chromeos_unittest.cc',
430 'browser/autocomplete/extension_app_provider_unittest.cc', 430 'browser/autocomplete/extension_app_provider_unittest.cc',
431 'browser/autocomplete/history_contents_provider_unittest.cc', 431 'browser/autocomplete/history_contents_provider_unittest.cc',
432 'browser/autocomplete/history_quick_provider_unittest.cc', 432 'browser/autocomplete/history_quick_provider_unittest.cc',
433 'browser/autocomplete/history_url_provider_unittest.cc', 433 'browser/autocomplete/history_url_provider_unittest.cc',
434 'browser/autocomplete/keyword_provider_unittest.cc', 434 'browser/autocomplete/keyword_provider_unittest.cc',
435 'browser/autocomplete/search_provider_unittest.cc', 435 'browser/autocomplete/search_provider_unittest.cc',
436 'browser/autocomplete/shortcuts_provider_unittest.cc', 436 'browser/autocomplete/shortcuts_provider_unittest.cc',
437 'browser/autofill/address_field_unittest.cc', 437 'browser/autofill/address_field_unittest.cc',
438 'browser/autofill/address_unittest.cc', 438 'browser/autofill/address_unittest.cc',
439 'browser/autofill/autocheckout/whitelist_manager_unittest.cc',
440 'browser/autofill/autocheckout/whitelist_url_unittest.cc',
439 'browser/autofill/autocomplete_history_manager_unittest.cc', 441 'browser/autofill/autocomplete_history_manager_unittest.cc',
440 'browser/autofill/autofill_country_unittest.cc', 442 'browser/autofill/autofill_country_unittest.cc',
441 'browser/autofill/autofill_download_unittest.cc', 443 'browser/autofill/autofill_download_unittest.cc',
442 'browser/autofill/autofill_download_url_unittest.cc', 444 'browser/autofill/autofill_download_url_unittest.cc',
443 'browser/autofill/autofill_external_delegate_unittest.cc', 445 'browser/autofill/autofill_external_delegate_unittest.cc',
444 'browser/autofill/autofill_field_unittest.cc', 446 'browser/autofill/autofill_field_unittest.cc',
445 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 447 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
446 'browser/autofill/autofill_manager_unittest.cc', 448 'browser/autofill/autofill_manager_unittest.cc',
447 'browser/autofill/autofill_merge_unittest.cc', 449 'browser/autofill/autofill_merge_unittest.cc',
448 'browser/autofill/autofill_metrics_unittest.cc', 450 'browser/autofill/autofill_metrics_unittest.cc',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 'unit_tests.isolate', 2351 'unit_tests.isolate',
2350 ], 2352 ],
2351 'sources': [ 2353 'sources': [
2352 'unit_tests.isolate', 2354 'unit_tests.isolate',
2353 ], 2355 ],
2354 }, 2356 },
2355 ], 2357 ],
2356 }], 2358 }],
2357 ], # 'conditions' 2359 ], # 'conditions'
2358 } 2360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698