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

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: Rebase 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/BUILD.gn » ('j') | 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 # 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'browser/profiles/profile_info_cache_unittest.h', 211 'browser/profiles/profile_info_cache_unittest.h',
212 'browser/profiles/profile_manager_unittest.cc', 212 'browser/profiles/profile_manager_unittest.cc',
213 'browser/profiles/profile_attributes_storage_unittest.cc', 213 'browser/profiles/profile_attributes_storage_unittest.cc',
214 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 214 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
215 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 215 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
216 'browser/push_messaging/push_messaging_permission_context_unittest.cc', 216 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
217 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 217 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
218 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 218 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
219 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 219 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
220 'browser/resources_util_unittest.cc', 220 'browser/resources_util_unittest.cc',
221 'browser/rlz/rlz_unittest.cc',
222 'browser/search/contextual_search_policy_handler_android_unittest.cc', 221 'browser/search/contextual_search_policy_handler_android_unittest.cc',
223 'browser/search/iframe_source_unittest.cc', 222 'browser/search/iframe_source_unittest.cc',
224 'browser/search/instant_unittest_base.cc', 223 'browser/search/instant_unittest_base.cc',
225 'browser/search/instant_unittest_base.h', 224 'browser/search/instant_unittest_base.h',
226 'browser/search/most_visited_iframe_source_unittest.cc', 225 'browser/search/most_visited_iframe_source_unittest.cc',
227 'browser/search/search_android_unittest.cc', 226 'browser/search/search_android_unittest.cc',
228 'browser/search_engines/search_provider_install_data_unittest.cc', 227 'browser/search_engines/search_provider_install_data_unittest.cc',
229 'browser/service_process/service_process_control_mac_unittest.mm', 228 'browser/service_process/service_process_control_mac_unittest.mm',
230 'browser/services/gcm/fake_gcm_profile_service.cc', 229 'browser/services/gcm/fake_gcm_profile_service.cc',
231 'browser/services/gcm/fake_gcm_profile_service.h', 230 'browser/services/gcm/fake_gcm_profile_service.h',
(...skipping 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2555 ], 2554 ],
2556 }], 2555 }],
2557 ['OS=="win" or OS=="mac"', { 2556 ['OS=="win" or OS=="mac"', {
2558 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], 2557 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ],
2559 }], 2558 }],
2560 ['OS=="win" or OS=="mac" or chromeos==1', { 2559 ['OS=="win" or OS=="mac" or chromeos==1', {
2561 'sources': [ 2560 'sources': [
2562 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc', 2561 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2563 ], 2562 ],
2564 }], 2563 }],
2565 ['enable_rlz!=0', { 2564 ['enable_rlz_support==1', {
2565 'sources': [
2566 'browser/rlz/chrome_rlz_tracker_delegate_unittest.cc',
2567 ],
2566 'dependencies': [ 2568 'dependencies': [
2569 '../components/components.gyp:rlz',
2567 '../rlz/rlz.gyp:test_support_rlz', 2570 '../rlz/rlz.gyp:test_support_rlz',
2568 ], 2571 'browser_rlz',
2569 }, { # enable_rlz==0
2570 'sources!': [
2571 'browser/rlz/rlz_unittest.cc',
2572 ], 2572 ],
2573 }], 2573 }],
2574 ['OS=="win" and component!="shared_library"', { 2574 ['OS=="win" and component!="shared_library"', {
2575 # Unit_tests pdb files can get too big when incremental linking is 2575 # Unit_tests pdb files can get too big when incremental linking is
2576 # on, disabling for this target. 2576 # on, disabling for this target.
2577 'configurations': { 2577 'configurations': {
2578 'Debug': { 2578 'Debug': {
2579 'msvs_settings': { 2579 'msvs_settings': {
2580 'VCLinkerTool': { 2580 'VCLinkerTool': {
2581 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2581 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2889 'dependencies': [ 2889 'dependencies': [
2890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2891 ], 2891 ],
2892 }], 2892 }],
2893 ], 2893 ],
2894 }, 2894 },
2895 ], 2895 ],
2896 }], 2896 }],
2897 ], # 'conditions' 2897 ], # 'conditions'
2898 } 2898 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698