| OLD | NEW |
| 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 'browser/translate/translate_script_unittest.cc', | 1437 'browser/translate/translate_script_unittest.cc', |
| 1438 'browser/ui/android/tab_model/tab_model_unittest.cc', | 1438 'browser/ui/android/tab_model/tab_model_unittest.cc', |
| 1439 'browser/ui/ash/event_rewriter_unittest.cc', | 1439 'browser/ui/ash/event_rewriter_unittest.cc', |
| 1440 'browser/ui/ash/ime_controller_chromeos_unittest.cc', | 1440 'browser/ui/ash/ime_controller_chromeos_unittest.cc', |
| 1441 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', | 1441 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', |
| 1442 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', | 1442 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', |
| 1443 'browser/ui/ash/screenshot_taker_unittest.cc', | 1443 'browser/ui/ash/screenshot_taker_unittest.cc', |
| 1444 'browser/ui/ash/window_positioner_unittest.cc', | 1444 'browser/ui/ash/window_positioner_unittest.cc', |
| 1445 'browser/ui/autofill/account_chooser_model_unittest.cc', | 1445 'browser/ui/autofill/account_chooser_model_unittest.cc', |
| 1446 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', | 1446 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', |
| 1447 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', |
| 1447 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 1448 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
| 1448 'browser/ui/autofill/autofill_dialog_types_unittest.cc', | 1449 'browser/ui/autofill/autofill_dialog_types_unittest.cc', |
| 1449 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 1450 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 1450 'browser/ui/autofill/data_model_wrapper_unittest.cc', | 1451 'browser/ui/autofill/data_model_wrapper_unittest.cc', |
| 1451 'browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc
', | 1452 'browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc
', |
| 1452 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', | 1453 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', |
| 1453 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', | 1454 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', |
| 1454 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', | 1455 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', |
| 1455 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', | 1456 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', |
| 1456 'browser/ui/autofill/test_generated_credit_card_bubble_controller.cc', | 1457 'browser/ui/autofill/test_generated_credit_card_bubble_controller.cc', |
| (...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2936 'browser/ui/app_list/test/fake_profile.h', | 2937 'browser/ui/app_list/test/fake_profile.h', |
| 2937 'browser/ui/app_list/test/fake_profile_store.cc', | 2938 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2938 'browser/ui/app_list/test/fake_profile_store.h', | 2939 'browser/ui/app_list/test/fake_profile_store.h', |
| 2939 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2940 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2940 ], | 2941 ], |
| 2941 }, | 2942 }, |
| 2942 ], | 2943 ], |
| 2943 }], | 2944 }], |
| 2944 ], # 'conditions' | 2945 ], # 'conditions' |
| 2945 } | 2946 } |
| OLD | NEW |