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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1038033002: New Task Manager - Phase 1.1: Implement Browser Process Task Providing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Converting size_t's to int64's Created 5 years, 8 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
« no previous file with comments | « chrome/chrome_browser.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 '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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 947 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
948 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 948 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
949 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', 949 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc',
950 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc', 950 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc',
951 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc' , 951 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc' ,
952 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', 952 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc',
953 'browser/ui/ash/window_positioner_unittest.cc', 953 'browser/ui/ash/window_positioner_unittest.cc',
954 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 954 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
955 ], 955 ],
956 'chrome_unit_tests_task_manager_sources': [ 956 'chrome_unit_tests_task_manager_sources': [
957 # New Task Manager Tests Sources:
958 'browser/task_management/providers/browser_process_task_unittest.cc',
959
960 # Old Task Manager Tests Sources:
957 'browser/task_manager/task_manager_unittest.cc', 961 'browser/task_manager/task_manager_unittest.cc',
958 'browser/task_manager/task_manager_util_unittest.cc', 962 'browser/task_manager/task_manager_util_unittest.cc',
959 ], 963 ],
960 'chrome_unit_tests_mdns_sources': [ 964 'chrome_unit_tests_mdns_sources': [
961 'browser/local_discovery/privet_device_lister_unittest.cc', 965 'browser/local_discovery/privet_device_lister_unittest.cc',
962 'browser/local_discovery/privet_local_printer_lister_unittest.cc', 966 'browser/local_discovery/privet_local_printer_lister_unittest.cc',
963 'browser/local_discovery/privet_notifications_unittest.cc', 967 'browser/local_discovery/privet_notifications_unittest.cc',
964 'common/local_discovery/local_domain_resolver_unittest.cc', 968 'common/local_discovery/local_domain_resolver_unittest.cc',
965 'common/local_discovery/service_discovery_client_unittest.cc', 969 'common/local_discovery/service_discovery_client_unittest.cc',
966 ], 970 ],
(...skipping 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2796 'dependencies': [ 2800 'dependencies': [
2797 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2801 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2798 ], 2802 ],
2799 }], 2803 }],
2800 ], 2804 ],
2801 }, 2805 },
2802 ], 2806 ],
2803 }], 2807 }],
2804 ], # 'conditions' 2808 ], # 'conditions'
2805 } 2809 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698