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

Side by Side Diff: components/components_tests.gyp

Issue 1084123002: Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp shuffle for ios Created 5 years, 8 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/components.gyp ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'cloud_devices_unittest_sources': [ 87 'cloud_devices_unittest_sources': [
88 'cloud_devices/common/cloud_devices_urls_unittest.cc', 88 'cloud_devices/common/cloud_devices_urls_unittest.cc',
89 'cloud_devices/common/printer_description_unittest.cc', 89 'cloud_devices/common/printer_description_unittest.cc',
90 ], 90 ],
91 'content_settings_unittest_sources': [ 91 'content_settings_unittest_sources': [
92 'content_settings/core/browser/content_settings_mock_provider.cc', 92 'content_settings/core/browser/content_settings_mock_provider.cc',
93 'content_settings/core/browser/content_settings_mock_provider.h', 93 'content_settings/core/browser/content_settings_mock_provider.h',
94 'content_settings/core/browser/content_settings_provider_unittest.cc', 94 'content_settings/core/browser/content_settings_provider_unittest.cc',
95 'content_settings/core/browser/content_settings_rule_unittest.cc', 95 'content_settings/core/browser/content_settings_rule_unittest.cc',
96 'content_settings/core/browser/content_settings_utils_unittest.cc', 96 'content_settings/core/browser/content_settings_utils_unittest.cc',
97 'content_settings/core/browser/plugins_field_trial_unittest.cc',
97 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' , 98 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' ,
98 'content_settings/core/common/content_settings_pattern_unittest.cc', 99 'content_settings/core/common/content_settings_pattern_unittest.cc',
99 ], 100 ],
100 'crash_unittest_sources': [ 101 'crash_unittest_sources': [
101 'crash/app/crash_keys_win_unittest.cc', 102 'crash/app/crash_keys_win_unittest.cc',
102 ], 103 ],
103 'crx_file_unittest_sources': [ 104 'crx_file_unittest_sources': [
104 'crx_file/id_util_unittest.cc', 105 'crx_file/id_util_unittest.cc',
105 ], 106 ],
106 'data_reduction_proxy_unittest_sources': [ 107 'data_reduction_proxy_unittest_sources': [
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '../content/content.gyp:content_renderer', 1098 '../content/content.gyp:content_renderer',
1098 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 1099 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
1099 '../content/content_shell_and_tests.gyp:content_shell_lib', 1100 '../content/content_shell_and_tests.gyp:content_shell_lib',
1100 '../content/content_shell_and_tests.gyp:content_shell_pak', 1101 '../content/content_shell_and_tests.gyp:content_shell_pak',
1101 '../content/content_shell_and_tests.gyp:test_support_content', 1102 '../content/content_shell_and_tests.gyp:test_support_content',
1102 '../skia/skia.gyp:skia', 1103 '../skia/skia.gyp:skia',
1103 '../testing/gmock.gyp:gmock', 1104 '../testing/gmock.gyp:gmock',
1104 '../testing/gtest.gyp:gtest', 1105 '../testing/gtest.gyp:gtest',
1105 'components.gyp:autofill_content_browser', 1106 'components.gyp:autofill_content_browser',
1106 'components.gyp:autofill_content_renderer', 1107 'components.gyp:autofill_content_renderer',
1108 'components.gyp:content_settings_core_browser',
1109 'components.gyp:content_settings_core_common',
1107 'components.gyp:dom_distiller_content', 1110 'components.gyp:dom_distiller_content',
1108 'components.gyp:dom_distiller_core', 1111 'components.gyp:dom_distiller_core',
1109 'components.gyp:password_manager_content_renderer', 1112 'components.gyp:password_manager_content_renderer',
1110 'components.gyp:pref_registry_test_support', 1113 'components.gyp:pref_registry_test_support',
1111 'components_resources.gyp:components_resources', 1114 'components_resources.gyp:components_resources',
1112 'components_strings.gyp:components_strings', 1115 'components_strings.gyp:components_strings',
1113 'components_tests_pak', 1116 'components_tests_pak',
1114 ], 1117 ],
1115 'include_dirs': [ 1118 'include_dirs': [
1116 '..', 1119 '..',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 ], 1259 ],
1257 'variables': { 1260 'variables': {
1258 'test_suite_name': 'components_unittests', 1261 'test_suite_name': 'components_unittests',
1259 }, 1262 },
1260 'includes': [ '../build/apk_test.gypi' ], 1263 'includes': [ '../build/apk_test.gypi' ],
1261 }, 1264 },
1262 ], 1265 ],
1263 }], 1266 }],
1264 ], 1267 ],
1265 } 1268 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/content_settings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698