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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile 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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/ui/ash/event_rewriter_unittest.cc', 1325 'browser/ui/ash/event_rewriter_unittest.cc',
1326 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1326 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
1327 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', 1327 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc',
1328 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' , 1328 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' ,
1329 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc', 1329 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc',
1330 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 1330 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
1331 'browser/ui/ash/screenshot_taker_unittest.cc', 1331 'browser/ui/ash/screenshot_taker_unittest.cc',
1332 'browser/ui/ash/window_positioner_unittest.cc', 1332 'browser/ui/ash/window_positioner_unittest.cc',
1333 'browser/ui/autofill/account_chooser_model_unittest.cc', 1333 'browser/ui/autofill/account_chooser_model_unittest.cc',
1334 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc', 1334 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc',
1335 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest.cc' ,
1336 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 1335 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
1337 'browser/ui/autofill/autofill_dialog_models_unittest.cc', 1336 'browser/ui/autofill/autofill_dialog_models_unittest.cc',
1338 'browser/ui/autofill/autofill_dialog_types_unittest.cc', 1337 'browser/ui/autofill/autofill_dialog_types_unittest.cc',
1339 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 1338 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
1340 'browser/ui/autofill/data_model_wrapper_unittest.cc', 1339 'browser/ui/autofill/data_model_wrapper_unittest.cc',
1340 'browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc ',
1341 'browser/ui/autofill/mock_autofill_dialog_controller.cc', 1341 'browser/ui/autofill/mock_autofill_dialog_controller.cc',
1342 'browser/ui/autofill/mock_autofill_dialog_controller.h', 1342 'browser/ui/autofill/mock_autofill_dialog_controller.h',
1343 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 1343 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc',
1344 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 1344 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h',
1345 'browser/ui/autofill/test_generated_credit_card_bubble.cc',
1346 'browser/ui/autofill/test_generated_credit_card_bubble.h',
1345 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 1347 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
1346 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc', 1348 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc',
1347 'browser/ui/bookmarks/bookmark_editor_unittest.cc', 1349 'browser/ui/bookmarks/bookmark_editor_unittest.cc',
1348 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', 1350 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc',
1349 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', 1351 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc',
1350 'browser/ui/bookmarks/bookmark_unittest.cc', 1352 'browser/ui/bookmarks/bookmark_unittest.cc',
1351 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', 1353 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc',
1352 'browser/ui/browser_command_controller_unittest.cc', 1354 'browser/ui/browser_command_controller_unittest.cc',
1353 'browser/ui/browser_iterator_unittest.cc', 1355 'browser/ui/browser_iterator_unittest.cc',
1354 'browser/ui/browser_unittest.cc', 1356 'browser/ui/browser_unittest.cc',
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2697 # more details. 2699 # more details.
2698 'DebugInformationFormat': '3', 2700 'DebugInformationFormat': '3',
2699 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2701 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2700 }, 2702 },
2701 }, 2703 },
2702 }, 2704 },
2703 ], 2705 ],
2704 }], 2706 }],
2705 ], # 'conditions' 2707 ], # 'conditions'
2706 } 2708 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698