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

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: 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 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2491 'browser/google_apis/gdata_wapi_requests_unittest.cc', 2491 'browser/google_apis/gdata_wapi_requests_unittest.cc',
2492 'browser/sync_file_system/drive_backend/api_util_unittest.cc', 2492 'browser/sync_file_system/drive_backend/api_util_unittest.cc',
2493 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc', 2493 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync _unittest.cc',
2494 2494
2495 'browser/user_style_sheet_watcher_unittest.cc', 2495 'browser/user_style_sheet_watcher_unittest.cc',
2496 2496
2497 # The autofill popup is implemented in mostly native code on 2497 # The autofill popup is implemented in mostly native code on
2498 # Android. 2498 # Android.
2499 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2499 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2500 2500
2501 # The autofill dialog is implemented in mostly native code on
2502 # Android.
2503 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2504
2501 # Android uses a different invaliator. 2505 # Android uses a different invaliator.
2502 'browser/invalidation/ticl_invalidation_service_unittest.cc', 2506 'browser/invalidation/ticl_invalidation_service_unittest.cc',
2503 2507
2504 # The importer code is not used on Android. 2508 # The importer code is not used on Android.
2505 'common/importer/firefox_importer_utils_unittest.cc', 2509 'common/importer/firefox_importer_utils_unittest.cc',
2506 2510
2507 # USB service is not supported on Android. 2511 # USB service is not supported on Android.
2508 'browser/usb/usb_context_unittest.cc', 2512 'browser/usb/usb_context_unittest.cc',
2509 ], 2513 ],
2510 'sources/': [ 2514 'sources/': [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2711 # more details. 2715 # more details.
2712 'DebugInformationFormat': '3', 2716 'DebugInformationFormat': '3',
2713 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2717 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2714 }, 2718 },
2715 }, 2719 },
2716 }, 2720 },
2717 ], 2721 ],
2718 }], 2722 }],
2719 ], # 'conditions' 2723 ], # 'conditions'
2720 } 2724 }
OLDNEW
« chrome/browser/ui/autofill/autofill_dialog_common.h ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698