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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', | 943 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', |
944 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', | 944 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', |
945 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', | 945 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', |
946 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', | 946 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', |
947 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, | 947 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, |
948 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', | 948 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', |
949 'browser/ui/ash/window_positioner_unittest.cc', | 949 'browser/ui/ash/window_positioner_unittest.cc', |
950 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 950 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
951 ], | 951 ], |
952 'chrome_unit_tests_task_manager_sources': [ | 952 'chrome_unit_tests_task_manager_sources': [ |
| 953 # New Task Manager Tests Sources: |
| 954 'browser/task_management/private/tasks_providers/browser_process/tests/bro
wser_process_task_unittest.cc', |
| 955 |
| 956 # Old Task Manager Tests Sources: |
953 'browser/task_manager/task_manager_unittest.cc', | 957 'browser/task_manager/task_manager_unittest.cc', |
954 'browser/task_manager/task_manager_util_unittest.cc', | 958 'browser/task_manager/task_manager_util_unittest.cc', |
955 ], | 959 ], |
956 'chrome_unit_tests_mdns_sources': [ | 960 'chrome_unit_tests_mdns_sources': [ |
957 'browser/local_discovery/privet_device_lister_unittest.cc', | 961 'browser/local_discovery/privet_device_lister_unittest.cc', |
958 'browser/local_discovery/privet_local_printer_lister_unittest.cc', | 962 'browser/local_discovery/privet_local_printer_lister_unittest.cc', |
959 'browser/local_discovery/privet_notifications_unittest.cc', | 963 'browser/local_discovery/privet_notifications_unittest.cc', |
960 'common/local_discovery/local_domain_resolver_unittest.cc', | 964 'common/local_discovery/local_domain_resolver_unittest.cc', |
961 'common/local_discovery/service_discovery_client_unittest.cc', | 965 'common/local_discovery/service_discovery_client_unittest.cc', |
962 ], | 966 ], |
(...skipping 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2786 'dependencies': [ | 2790 'dependencies': [ |
2787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2788 ], | 2792 ], |
2789 }], | 2793 }], |
2790 ], | 2794 ], |
2791 }, | 2795 }, |
2792 ], | 2796 ], |
2793 }], | 2797 }], |
2794 ], # 'conditions' | 2798 ], # 'conditions' |
2795 } | 2799 } |
OLD | NEW |