| 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| (...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 'browser/ui/app_list/test/fake_profile_store.cc', | 890 'browser/ui/app_list/test/fake_profile_store.cc', |
| 891 'browser/ui/app_list/test/fake_profile_store.h', | 891 'browser/ui/app_list/test/fake_profile_store.h', |
| 892 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 892 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 893 'browser/ui/ash/ime_controller_chromeos_unittest.cc', | 893 'browser/ui/ash/ime_controller_chromeos_unittest.cc', |
| 894 'browser/ui/ash/accessibility/ax_tree_source_ash_unittest.cc', | 894 'browser/ui/ash/accessibility/ax_tree_source_ash_unittest.cc', |
| 895 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', | 895 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', |
| 896 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', | 896 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', |
| 897 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', | 897 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', |
| 898 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', | 898 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', |
| 899 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, | 899 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, |
| 900 'browser/ui/ash/screenshot_taker_unittest.cc', | |
| 901 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', | 900 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', |
| 902 'browser/ui/ash/window_positioner_unittest.cc', | 901 'browser/ui/ash/window_positioner_unittest.cc', |
| 903 'browser/ui/autofill/account_chooser_model_unittest.cc', | 902 'browser/ui/autofill/account_chooser_model_unittest.cc', |
| 904 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', | 903 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', |
| 905 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', | 904 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', |
| 906 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 905 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
| 907 'browser/ui/autofill/autofill_dialog_types_unittest.cc', | 906 'browser/ui/autofill/autofill_dialog_types_unittest.cc', |
| 908 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 907 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 909 'browser/ui/autofill/country_combobox_model_unittest.cc', | 908 'browser/ui/autofill/country_combobox_model_unittest.cc', |
| 910 'browser/ui/autofill/data_model_wrapper_unittest.cc', | 909 'browser/ui/autofill/data_model_wrapper_unittest.cc', |
| (...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2920 'dependencies': [ | 2919 'dependencies': [ |
| 2921 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2920 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2922 ], | 2921 ], |
| 2923 }], | 2922 }], |
| 2924 ], | 2923 ], |
| 2925 }, | 2924 }, |
| 2926 ], | 2925 ], |
| 2927 }], | 2926 }], |
| 2928 ], # 'conditions' | 2927 ], # 'conditions' |
| 2929 } | 2928 } |
| OLD | NEW |