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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
9 # histograms.xml changes. | 9 # histograms.xml changes. |
10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'browser/profiles/profile_info_cache_unittest.cc', | 208 'browser/profiles/profile_info_cache_unittest.cc', |
209 'browser/profiles/profile_info_cache_unittest.h', | 209 'browser/profiles/profile_info_cache_unittest.h', |
210 'browser/profiles/profile_manager_unittest.cc', | 210 'browser/profiles/profile_manager_unittest.cc', |
211 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 211 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
212 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', | 212 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', |
213 'browser/push_messaging/push_messaging_permission_context_unittest.cc', | 213 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
214 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 214 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
215 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 215 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
216 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 216 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
217 'browser/resources_util_unittest.cc', | 217 'browser/resources_util_unittest.cc', |
| 218 'browser/rlz/rlz_unittest.cc', |
218 'browser/search/contextual_search_policy_handler_android_unittest.cc', | 219 'browser/search/contextual_search_policy_handler_android_unittest.cc', |
219 'browser/search/iframe_source_unittest.cc', | 220 'browser/search/iframe_source_unittest.cc', |
220 'browser/search/instant_unittest_base.cc', | 221 'browser/search/instant_unittest_base.cc', |
221 'browser/search/instant_unittest_base.h', | 222 'browser/search/instant_unittest_base.h', |
222 'browser/search/most_visited_iframe_source_unittest.cc', | 223 'browser/search/most_visited_iframe_source_unittest.cc', |
223 'browser/search/search_android_unittest.cc', | 224 'browser/search/search_android_unittest.cc', |
224 'browser/search_engines/search_provider_install_data_unittest.cc', | 225 'browser/search_engines/search_provider_install_data_unittest.cc', |
225 'browser/service_process/service_process_control_mac_unittest.mm', | 226 'browser/service_process/service_process_control_mac_unittest.mm', |
226 'browser/services/gcm/fake_gcm_profile_service.cc', | 227 'browser/services/gcm/fake_gcm_profile_service.cc', |
227 'browser/services/gcm/fake_gcm_profile_service.h', | 228 'browser/services/gcm/fake_gcm_profile_service.h', |
(...skipping 2324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2552 ], | 2553 ], |
2553 }], | 2554 }], |
2554 ['OS=="win" or OS=="mac"', { | 2555 ['OS=="win" or OS=="mac"', { |
2555 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], | 2556 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], |
2556 }], | 2557 }], |
2557 ['OS=="win" or OS=="mac" or chromeos==1', { | 2558 ['OS=="win" or OS=="mac" or chromeos==1', { |
2558 'sources': [ | 2559 'sources': [ |
2559 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', | 2560 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', |
2560 ], | 2561 ], |
2561 }], | 2562 }], |
2562 ['enable_rlz_support==1', { | 2563 ['enable_rlz!=0', { |
2563 'sources': [ | 2564 'dependencies': [ |
2564 'browser/rlz/chrome_rlz_tracker_delegate_unittest.cc', | 2565 '../rlz/rlz.gyp:test_support_rlz', |
2565 ], | 2566 ], |
2566 'dependencies': [ | 2567 }, { # enable_rlz==0 |
2567 '../components/components.gyp:rlz', | 2568 'sources!': [ |
2568 '../rlz/rlz.gyp:test_support_rlz', | 2569 'browser/rlz/rlz_unittest.cc', |
2569 'browser_rlz', | |
2570 ], | 2570 ], |
2571 }], | 2571 }], |
2572 ['OS=="win" and component!="shared_library"', { | 2572 ['OS=="win" and component!="shared_library"', { |
2573 # Unit_tests pdb files can get too big when incremental linking is | 2573 # Unit_tests pdb files can get too big when incremental linking is |
2574 # on, disabling for this target. | 2574 # on, disabling for this target. |
2575 'configurations': { | 2575 'configurations': { |
2576 'Debug': { | 2576 'Debug': { |
2577 'msvs_settings': { | 2577 'msvs_settings': { |
2578 'VCLinkerTool': { | 2578 'VCLinkerTool': { |
2579 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 2579 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2887 'dependencies': [ | 2887 'dependencies': [ |
2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2889 ], | 2889 ], |
2890 }], | 2890 }], |
2891 ], | 2891 ], |
2892 }, | 2892 }, |
2893 ], | 2893 ], |
2894 }], | 2894 }], |
2895 ], # 'conditions' | 2895 ], # 'conditions' |
2896 } | 2896 } |
OLD | NEW |