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

Side by Side Diff: components/components_tests.gyp

Issue 541813002: Componentize chrome/common/content_settings files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix Created 6 years, 3 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 | « components/OWNERS ('k') | components/content_settings.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'crash/app/crash_keys_win_unittest.cc', 75 'crash/app/crash_keys_win_unittest.cc',
76 'captive_portal/captive_portal_detector_unittest.cc', 76 'captive_portal/captive_portal_detector_unittest.cc',
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', 77 'cloud_devices/common/cloud_devices_urls_unittest.cc',
78 'cloud_devices/common/printer_description_unittest.cc', 78 'cloud_devices/common/printer_description_unittest.cc',
79 'component_updater/test/component_patcher_unittest.cc', 79 'component_updater/test/component_patcher_unittest.cc',
80 'component_updater/test/component_updater_ping_manager_unittest.cc', 80 'component_updater/test/component_updater_ping_manager_unittest.cc',
81 'component_updater/test/crx_downloader_unittest.cc', 81 'component_updater/test/crx_downloader_unittest.cc',
82 'component_updater/test/update_checker_unittest.cc', 82 'component_updater/test/update_checker_unittest.cc',
83 'component_updater/test/update_response_unittest.cc', 83 'component_updater/test/update_response_unittest.cc',
84 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc',
85 'content_settings/core/common/content_settings_pattern_unittest.cc',
84 'crx_file/id_util_unittest.cc', 86 'crx_file/id_util_unittest.cc',
85 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', 87 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc',
86 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', 88 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc',
87 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', 89 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc',
88 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', 90 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c',
89 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', 91 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc',
90 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', 92 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc',
91 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc', 93 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc',
92 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc', 94 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc',
93 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c', 95 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 '../net/net.gyp:net_test_support', 292 '../net/net.gyp:net_test_support',
291 293
292 # Dependencies of cloud_devices 294 # Dependencies of cloud_devices
293 'components.gyp:cloud_devices_common', 295 'components.gyp:cloud_devices_common',
294 296
295 # Dependencies of component_updater 297 # Dependencies of component_updater
296 'components.gyp:component_updater', 298 'components.gyp:component_updater',
297 'components.gyp:component_updater_test_support', 299 'components.gyp:component_updater_test_support',
298 '../third_party/libxml/libxml.gyp:libxml', 300 '../third_party/libxml/libxml.gyp:libxml',
299 301
302 # Dependencies of content_settings
303 'components.gyp:content_settings_core_common',
304
300 # Dependencies of crash 305 # Dependencies of crash
301 'components.gyp:crash_test_support', 306 'components.gyp:crash_test_support',
302 307
303 # Dependencies of crx_file 308 # Dependencies of crx_file
304 'components.gyp:crx_file', 309 'components.gyp:crx_file',
305 310
306 # Dependencies of data_reduction_proxy 311 # Dependencies of data_reduction_proxy
307 'components.gyp:data_reduction_proxy_browser', 312 'components.gyp:data_reduction_proxy_browser',
308 'components.gyp:data_reduction_proxy_common', 313 'components.gyp:data_reduction_proxy_common',
309 'components.gyp:data_reduction_proxy_test_support', 314 'components.gyp:data_reduction_proxy_test_support',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], 496 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'],
492 'sources/': [ 497 'sources/': [
493 ['exclude', '\\.cc$'], 498 ['exclude', '\\.cc$'],
494 ['exclude', '\\.mm$'], 499 ['exclude', '\\.mm$'],
495 ['include', '^test/run_all_unittests\\.cc$'], 500 ['include', '^test/run_all_unittests\\.cc$'],
496 ['include', '^auto_login_parser/'], 501 ['include', '^auto_login_parser/'],
497 ['include', '^autofill/core/'], 502 ['include', '^autofill/core/'],
498 ['include', '^bookmarks/'], 503 ['include', '^bookmarks/'],
499 ['include', '^component_updater/'], 504 ['include', '^component_updater/'],
500 ['include', '^crash/'], 505 ['include', '^crash/'],
506 ['include', '^content_settings/'],
501 ['include', '^data_reduction_proxy/'], 507 ['include', '^data_reduction_proxy/'],
502 ['include', '^dom_distiller/'], 508 ['include', '^dom_distiller/'],
503 ['include', '^enhanced_bookmarks/'], 509 ['include', '^enhanced_bookmarks/'],
504 ['include', '^gcm_driver/'], 510 ['include', '^gcm_driver/'],
505 ['include', '^google/'], 511 ['include', '^google/'],
506 ['include', '^history/'], 512 ['include', '^history/'],
507 ['include', '^invalidation/'], 513 ['include', '^invalidation/'],
508 ['include', '^json_schema/'], 514 ['include', '^json_schema/'],
509 ['include', '^keyed_service/core/'], 515 ['include', '^keyed_service/core/'],
510 ['include', '^language_usage_metrics/'], 516 ['include', '^language_usage_metrics/'],
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'dependencies': [ 936 'dependencies': [
931 '../base/allocator/allocator.gyp:allocator', 937 '../base/allocator/allocator.gyp:allocator',
932 ], 938 ],
933 }], 939 }],
934 ], 940 ],
935 }, 941 },
936 ], 942 ],
937 }], 943 }],
938 ], 944 ],
939 } 945 }
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/content_settings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698