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

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: fix memory leak in AutofillMetricsTest. 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
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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'browser/autocomplete/contact_provider_chromeos_unittest.cc', 427 'browser/autocomplete/contact_provider_chromeos_unittest.cc',
428 'browser/autocomplete/extension_app_provider_unittest.cc', 428 'browser/autocomplete/extension_app_provider_unittest.cc',
429 'browser/autocomplete/history_contents_provider_unittest.cc', 429 'browser/autocomplete/history_contents_provider_unittest.cc',
430 'browser/autocomplete/history_quick_provider_unittest.cc', 430 'browser/autocomplete/history_quick_provider_unittest.cc',
431 'browser/autocomplete/history_url_provider_unittest.cc', 431 'browser/autocomplete/history_url_provider_unittest.cc',
432 'browser/autocomplete/keyword_provider_unittest.cc', 432 'browser/autocomplete/keyword_provider_unittest.cc',
433 'browser/autocomplete/search_provider_unittest.cc', 433 'browser/autocomplete/search_provider_unittest.cc',
434 'browser/autocomplete/shortcuts_provider_unittest.cc', 434 'browser/autocomplete/shortcuts_provider_unittest.cc',
435 'browser/autofill/address_field_unittest.cc', 435 'browser/autofill/address_field_unittest.cc',
436 'browser/autofill/address_unittest.cc', 436 'browser/autofill/address_unittest.cc',
437 'browser/autofill/autocheckout/whitelist_manager_unittest.cc',
438 'browser/autofill/autocheckout/whitelist_url_unittest.cc',
437 'browser/autofill/autocomplete_history_manager_unittest.cc', 439 'browser/autofill/autocomplete_history_manager_unittest.cc',
438 'browser/autofill/autofill_country_unittest.cc', 440 'browser/autofill/autofill_country_unittest.cc',
439 'browser/autofill/autofill_download_unittest.cc', 441 'browser/autofill/autofill_download_unittest.cc',
440 'browser/autofill/autofill_download_url_unittest.cc', 442 'browser/autofill/autofill_download_url_unittest.cc',
441 'browser/autofill/autofill_external_delegate_unittest.cc', 443 'browser/autofill/autofill_external_delegate_unittest.cc',
442 'browser/autofill/autofill_field_unittest.cc', 444 'browser/autofill/autofill_field_unittest.cc',
443 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 445 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
444 'browser/autofill/autofill_manager_unittest.cc', 446 'browser/autofill/autofill_manager_unittest.cc',
445 'browser/autofill/autofill_merge_unittest.cc', 447 'browser/autofill/autofill_merge_unittest.cc',
446 'browser/autofill/autofill_metrics_unittest.cc', 448 'browser/autofill/autofill_metrics_unittest.cc',
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2357 # more details. 2359 # more details.
2358 'DebugInformationFormat': '3', 2360 'DebugInformationFormat': '3',
2359 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2361 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2360 }, 2362 },
2361 }, 2363 },
2362 }, 2364 },
2363 ], 2365 ],
2364 }], 2366 }],
2365 ], # 'conditions' 2367 ], # 'conditions'
2366 } 2368 }
OLDNEW
« chrome/browser/autofill/form_structure.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698