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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 22623002: Extract AutofillDialogController interface and common utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed irrelevant tests. Created 7 years, 4 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 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'browser/google_apis/base_requests_server_unittest.cc', 2489 'browser/google_apis/base_requests_server_unittest.cc',
2490 'browser/google_apis/drive_api_parser_unittest.cc', 2490 'browser/google_apis/drive_api_parser_unittest.cc',
2491 'browser/google_apis/drive_api_requests_unittest.cc', 2491 'browser/google_apis/drive_api_requests_unittest.cc',
2492 'browser/google_apis/gdata_wapi_parser_unittest.cc', 2492 'browser/google_apis/gdata_wapi_parser_unittest.cc',
2493 'browser/google_apis/gdata_wapi_requests_unittest.cc', 2493 'browser/google_apis/gdata_wapi_requests_unittest.cc',
2494 'browser/sync_file_system/drive_backend/api_util_unittest.cc', 2494 'browser/sync_file_system/drive_backend/api_util_unittest.cc',
2495 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc', 2495 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc',
2496 2496
2497 'browser/user_style_sheet_watcher_unittest.cc', 2497 'browser/user_style_sheet_watcher_unittest.cc',
2498 2498
2499 # The autofill dialog is implemented in mostly native code on
2500 # Android.
2501 'browser/ui/autofill/account_chooser_model_unittest.cc',
2502 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc',
2503 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc',
2504 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2505
2499 # The autofill popup is implemented in mostly native code on 2506 # The autofill popup is implemented in mostly native code on
2500 # Android. 2507 # Android.
2501 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2508 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2502 2509
2503 # Android uses a different invaliator. 2510 # Android uses a different invaliator.
2504 'browser/invalidation/ticl_invalidation_service_unittest.cc', 2511 'browser/invalidation/ticl_invalidation_service_unittest.cc',
2505 2512
2506 # The importer code is not used on Android. 2513 # The importer code is not used on Android.
2507 'common/importer/firefox_importer_utils_unittest.cc', 2514 'common/importer/firefox_importer_utils_unittest.cc',
2508 2515
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2713 # more details. 2720 # more details.
2714 'DebugInformationFormat': '3', 2721 'DebugInformationFormat': '3',
2715 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2722 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2716 }, 2723 },
2717 }, 2724 },
2718 }, 2725 },
2719 ], 2726 ],
2720 }], 2727 }],
2721 ], # 'conditions' 2728 ], # 'conditions'
2722 } 2729 }
OLDNEW
« chrome/browser/ui/autofill/autofill_dialog_controller.cc ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698