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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 years, 5 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
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 # 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
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/rlz/chrome_rlz_tracker_delegate_unittest.cc',
219 'browser/search/contextual_search_policy_handler_android_unittest.cc', 219 'browser/search/contextual_search_policy_handler_android_unittest.cc',
220 'browser/search/iframe_source_unittest.cc', 220 'browser/search/iframe_source_unittest.cc',
221 'browser/search/instant_unittest_base.cc', 221 'browser/search/instant_unittest_base.cc',
222 'browser/search/instant_unittest_base.h', 222 'browser/search/instant_unittest_base.h',
223 'browser/search/most_visited_iframe_source_unittest.cc', 223 'browser/search/most_visited_iframe_source_unittest.cc',
224 'browser/search/search_android_unittest.cc', 224 'browser/search/search_android_unittest.cc',
225 'browser/search_engines/default_search_pref_migration_unittest.cc', 225 'browser/search_engines/default_search_pref_migration_unittest.cc',
226 'browser/search_engines/search_provider_install_data_unittest.cc', 226 'browser/search_engines/search_provider_install_data_unittest.cc',
227 'browser/service_process/service_process_control_mac_unittest.mm', 227 'browser/service_process/service_process_control_mac_unittest.mm',
228 'browser/services/gcm/fake_gcm_profile_service.cc', 228 'browser/services/gcm/fake_gcm_profile_service.cc',
(...skipping 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after
2546 ['OS=="win" or OS=="mac"', { 2546 ['OS=="win" or OS=="mac"', {
2547 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], 2547 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ],
2548 }], 2548 }],
2549 ['OS=="win" or OS=="mac" or chromeos==1', { 2549 ['OS=="win" or OS=="mac" or chromeos==1', {
2550 'sources': [ 2550 'sources': [
2551 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc', 2551 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2552 ], 2552 ],
2553 }], 2553 }],
2554 ['enable_rlz!=0', { 2554 ['enable_rlz!=0', {
2555 'dependencies': [ 2555 'dependencies': [
2556 '../components/components.gyp:rlz',
2556 '../rlz/rlz.gyp:test_support_rlz', 2557 '../rlz/rlz.gyp:test_support_rlz',
2557 ], 2558 ],
2558 }, { # enable_rlz==0 2559 }, { # enable_rlz==0
2559 'sources!': [ 2560 'sources!': [
2560 'browser/rlz/rlz_unittest.cc', 2561 'browser/rlz/chrome_rlz_tracker_delegate_unittest.cc',
2561 ], 2562 ],
2562 }], 2563 }],
2563 ['OS=="win" and component!="shared_library"', { 2564 ['OS=="win" and component!="shared_library"', {
2564 # Unit_tests pdb files can get too big when incremental linking is 2565 # Unit_tests pdb files can get too big when incremental linking is
2565 # on, disabling for this target. 2566 # on, disabling for this target.
2566 'configurations': { 2567 'configurations': {
2567 'Debug': { 2568 'Debug': {
2568 'msvs_settings': { 2569 'msvs_settings': {
2569 'VCLinkerTool': { 2570 'VCLinkerTool': {
2570 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2571 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2879 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2881 ],
2881 }], 2882 }],
2882 ], 2883 ],
2883 }, 2884 },
2884 ], 2885 ],
2885 }], 2886 }],
2886 ], # 'conditions' 2887 ], # 'conditions'
2887 } 2888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698