| 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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', | 945 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte
st.cc', |
| 946 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, | 946 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc'
, |
| 947 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', | 947 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', |
| 948 'browser/ui/ash/window_positioner_unittest.cc', | 948 'browser/ui/ash/window_positioner_unittest.cc', |
| 949 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 949 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
| 950 ], | 950 ], |
| 951 'chrome_unit_tests_task_manager_sources': [ | 951 'chrome_unit_tests_task_manager_sources': [ |
| 952 # New Task Manager Tests Sources: | 952 # New Task Manager Tests Sources: |
| 953 'browser/task_management/providers/browser_process_task_unittest.cc', | 953 'browser/task_management/providers/browser_process_task_unittest.cc', |
| 954 'browser/task_management/providers/child_process_task_unittest.cc', | 954 'browser/task_management/providers/child_process_task_unittest.cc', |
| 955 | |
| 956 # Old Task Manager Tests Sources: | 955 # Old Task Manager Tests Sources: |
| 957 'browser/task_manager/task_manager_unittest.cc', | 956 'browser/task_manager/task_manager_unittest.cc', |
| 958 'browser/task_manager/task_manager_util_unittest.cc', | 957 'browser/task_manager/task_manager_util_unittest.cc', |
| 959 ], | 958 ], |
| 960 'chrome_unit_tests_mdns_sources': [ | 959 'chrome_unit_tests_mdns_sources': [ |
| 961 'browser/local_discovery/privet_device_lister_unittest.cc', | 960 'browser/local_discovery/privet_device_lister_unittest.cc', |
| 962 'browser/local_discovery/privet_local_printer_lister_unittest.cc', | 961 'browser/local_discovery/privet_local_printer_lister_unittest.cc', |
| 963 'browser/local_discovery/privet_notifications_unittest.cc', | 962 'browser/local_discovery/privet_notifications_unittest.cc', |
| 964 'common/local_discovery/local_domain_resolver_unittest.cc', | 963 'common/local_discovery/local_domain_resolver_unittest.cc', |
| 965 'common/local_discovery/service_discovery_client_unittest.cc', | 964 'common/local_discovery/service_discovery_client_unittest.cc', |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 'sources': [ '<@(chrome_unit_tests_background_sources)' ], | 2173 'sources': [ '<@(chrome_unit_tests_background_sources)' ], |
| 2175 }], | 2174 }], |
| 2176 ['enable_spellcheck==1', { | 2175 ['enable_spellcheck==1', { |
| 2177 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], | 2176 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], |
| 2178 'conditions': [ | 2177 'conditions': [ |
| 2179 ['OS!="mac" and OS!="ios"', { | 2178 ['OS!="mac" and OS!="ios"', { |
| 2180 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], | 2179 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], |
| 2181 }], | 2180 }], |
| 2182 ], | 2181 ], |
| 2183 }], | 2182 }], |
| 2184 ['enable_one_click_signin==1', { | 2183 ['enable_one_click_signin==1', { |
| 2185 'sources': [ | 2184 'sources': [ |
| 2186 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', | 2185 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', |
| 2187 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2186 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
| 2188 ], | 2187 ], |
| 2189 }], | 2188 }], |
| 2190 ['enable_extensions==1', { | 2189 ['enable_extensions==1', { |
| 2191 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], | 2190 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], |
| 2192 'dependencies': [ | 2191 'dependencies': [ |
| 2193 'common/extensions/api/api.gyp:chrome_api', | 2192 'common/extensions/api/api.gyp:chrome_api', |
| 2194 '../components/components.gyp:audio_modem_test_support', | 2193 '../components/components.gyp:audio_modem_test_support', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2236 ], | 2235 ], |
| 2237 }], | 2236 }], |
| 2238 ['chromeos==0 and OS=="linux"', { | 2237 ['chromeos==0 and OS=="linux"', { |
| 2239 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], | 2238 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], |
| 2240 }], | 2239 }], |
| 2241 ['chromeos==0 and use_ozone==0 and OS=="linux"', { | 2240 ['chromeos==0 and use_ozone==0 and OS=="linux"', { |
| 2242 'dependencies': [ | 2241 'dependencies': [ |
| 2243 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2242 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
| 2244 '../build/linux/system.gyp:gio', | 2243 '../build/linux/system.gyp:gio', |
| 2245 ], | 2244 ], |
| 2246 'conditions': [ | |
| 2247 ['component != "shared_library"', { | |
| 2248 # TODO(erg): This file does not compile in shared library mode | |
| 2249 # because it is reaching into the internals of libgtk2ui, which | |
| 2250 # shouldn't be linked with the rest of chrome. This should either | |
| 2251 # be fixed by creating a separate unit test target, or by deleting | |
| 2252 # the test. | |
| 2253 'sources': [ | |
| 2254 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittes
t.cc', | |
| 2255 ], | |
| 2256 }], | |
| 2257 ], | |
| 2258 }], | 2245 }], |
| 2259 ['use_aura==1 or toolkit_views==1', { | 2246 ['use_aura==1 or toolkit_views==1', { |
| 2260 'dependencies': [ | 2247 'dependencies': [ |
| 2261 '../ui/events/events.gyp:events_test_support', | 2248 '../ui/events/events.gyp:events_test_support', |
| 2262 ], | 2249 ], |
| 2263 }], | 2250 }], |
| 2264 ['enable_task_manager==1', { | 2251 ['enable_task_manager==1', { |
| 2265 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ], | 2252 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ], |
| 2266 }], | 2253 }], |
| 2267 ['enable_mdns==1', { | 2254 ['enable_mdns==1', { |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 'dependencies': [ | 2776 'dependencies': [ |
| 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2791 ], | 2778 ], |
| 2792 }], | 2779 }], |
| 2793 ], | 2780 ], |
| 2794 }, | 2781 }, |
| 2795 ], | 2782 ], |
| 2796 }], | 2783 }], |
| 2797 ], # 'conditions' | 2784 ], # 'conditions' |
| 2798 } | 2785 } |
| OLD | NEW |