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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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
« no previous file with comments | « chrome/chrome_browser_ui.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 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'browser/ui/ash/screenshot_taker_unittest.cc', 1338 'browser/ui/ash/screenshot_taker_unittest.cc',
1339 'browser/ui/ash/window_positioner_unittest.cc', 1339 'browser/ui/ash/window_positioner_unittest.cc',
1340 'browser/ui/autofill/account_chooser_model_unittest.cc', 1340 'browser/ui/autofill/account_chooser_model_unittest.cc',
1341 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc', 1341 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc',
1342 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest.cc' , 1342 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest.cc' ,
1343 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 1343 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
1344 'browser/ui/autofill/autofill_dialog_models_unittest.cc', 1344 'browser/ui/autofill/autofill_dialog_models_unittest.cc',
1345 'browser/ui/autofill/autofill_dialog_types_unittest.cc', 1345 'browser/ui/autofill/autofill_dialog_types_unittest.cc',
1346 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 1346 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
1347 'browser/ui/autofill/data_model_wrapper_unittest.cc', 1347 'browser/ui/autofill/data_model_wrapper_unittest.cc',
1348 'browser/ui/autofill/mock_autofill_dialog_controller.cc', 1348 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
1349 'browser/ui/autofill/mock_autofill_dialog_controller.h', 1349 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
1350 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 1350 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
1351 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 1351 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
1352 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 1352 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
1353 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc', 1353 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc',
1354 'browser/ui/bookmarks/bookmark_editor_unittest.cc', 1354 'browser/ui/bookmarks/bookmark_editor_unittest.cc',
1355 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', 1355 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc',
1356 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', 1356 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc',
1357 'browser/ui/bookmarks/bookmark_unittest.cc', 1357 'browser/ui/bookmarks/bookmark_unittest.cc',
1358 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', 1358 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc',
1359 'browser/ui/browser_command_controller_unittest.cc', 1359 'browser/ui/browser_command_controller_unittest.cc',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 # more details. 2701 # more details.
2702 'DebugInformationFormat': '3', 2702 'DebugInformationFormat': '3',
2703 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2703 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2704 }, 2704 },
2705 }, 2705 },
2706 }, 2706 },
2707 ], 2707 ],
2708 }], 2708 }],
2709 ], # 'conditions' 2709 ], # 'conditions'
2710 } 2710 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698