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

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: sync to head Created 7 years, 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'browser/autocomplete/contact_provider_chromeos_unittest.cc', 450 'browser/autocomplete/contact_provider_chromeos_unittest.cc',
451 'browser/autocomplete/extension_app_provider_unittest.cc', 451 'browser/autocomplete/extension_app_provider_unittest.cc',
452 'browser/autocomplete/history_contents_provider_unittest.cc', 452 'browser/autocomplete/history_contents_provider_unittest.cc',
453 'browser/autocomplete/history_quick_provider_unittest.cc', 453 'browser/autocomplete/history_quick_provider_unittest.cc',
454 'browser/autocomplete/history_url_provider_unittest.cc', 454 'browser/autocomplete/history_url_provider_unittest.cc',
455 'browser/autocomplete/keyword_provider_unittest.cc', 455 'browser/autocomplete/keyword_provider_unittest.cc',
456 'browser/autocomplete/search_provider_unittest.cc', 456 'browser/autocomplete/search_provider_unittest.cc',
457 'browser/autocomplete/shortcuts_provider_unittest.cc', 457 'browser/autocomplete/shortcuts_provider_unittest.cc',
458 'browser/autofill/address_field_unittest.cc', 458 'browser/autofill/address_field_unittest.cc',
459 'browser/autofill/address_unittest.cc', 459 'browser/autofill/address_unittest.cc',
460 'browser/autofill/autocheckout/whitelist_manager_unittest.cc',
460 'browser/autofill/autocheckout_manager_unittest.cc', 461 'browser/autofill/autocheckout_manager_unittest.cc',
461 'browser/autofill/autocheckout_page_meta_data_unittest.cc', 462 'browser/autofill/autocheckout_page_meta_data_unittest.cc',
462 'browser/autofill/autocomplete_history_manager_unittest.cc', 463 'browser/autofill/autocomplete_history_manager_unittest.cc',
463 'browser/autofill/autofill_country_unittest.cc', 464 'browser/autofill/autofill_country_unittest.cc',
464 'browser/autofill/autofill_download_unittest.cc', 465 'browser/autofill/autofill_download_unittest.cc',
465 'browser/autofill/autofill_download_url_unittest.cc', 466 'browser/autofill/autofill_download_url_unittest.cc',
466 'browser/autofill/autofill_external_delegate_unittest.cc', 467 'browser/autofill/autofill_external_delegate_unittest.cc',
467 'browser/autofill/autofill_field_unittest.cc', 468 'browser/autofill/autofill_field_unittest.cc',
468 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 469 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
469 'browser/autofill/autofill_manager_unittest.cc', 470 'browser/autofill/autofill_manager_unittest.cc',
(...skipping 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 # more details. 2394 # more details.
2394 'DebugInformationFormat': '3', 2395 'DebugInformationFormat': '3',
2395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2396 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2396 }, 2397 },
2397 }, 2398 },
2398 }, 2399 },
2399 ], 2400 ],
2400 }], 2401 }],
2401 ], # 'conditions' 2402 ], # 'conditions'
2402 } 2403 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698