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

Side by Side Diff: components/components_tests.gyp

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/generate_policy_source.py ('k') | components/policy.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'visitedlink/test/visitedlink_unittest.cc', 54 'visitedlink/test/visitedlink_unittest.cc',
55 'webdata/encryptor/encryptor_password_mac_unittest.cc', 55 'webdata/encryptor/encryptor_password_mac_unittest.cc',
56 'webdata/encryptor/encryptor_unittest.cc', 56 'webdata/encryptor/encryptor_unittest.cc',
57 'webdata/encryptor/ie7_password_unittest_win.cc', 57 'webdata/encryptor/ie7_password_unittest_win.cc',
58 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 58 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
59 ], 59 ],
60 'include_dirs': [ 60 'include_dirs': [
61 '..', 61 '..',
62 ], 62 ],
63 'dependencies': [ 63 'dependencies': [
64 '../base/base.gyp:base_prefs_test_support',
64 '../base/base.gyp:test_support_base', 65 '../base/base.gyp:test_support_base',
65 # TODO(blundell): Eliminate the need for this dependency in code 66 # TODO(blundell): Eliminate the need for this dependency in code
66 # that iOS shares. crbug.com/325243 67 # that iOS shares. crbug.com/325243
67 '../content/content_shell_and_tests.gyp:test_support_content', 68 '../content/content_shell_and_tests.gyp:test_support_content',
68 '../sync/sync.gyp:sync', 69 '../sync/sync.gyp:sync',
69 '../testing/gmock.gyp:gmock', 70 '../testing/gmock.gyp:gmock',
70 '../testing/gtest.gyp:gtest', 71 '../testing/gtest.gyp:gtest',
71 72
72 # Dependencies of auto_login_parser 73 # Dependencies of auto_login_parser
73 'components.gyp:auto_login_parser', 74 'components.gyp:auto_login_parser',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'link_settings': { 186 'link_settings': {
186 'ldflags': ['-rdynamic'], 187 'ldflags': ['-rdynamic'],
187 }, 188 },
188 }], 189 }],
189 ['configuration_policy==1', { 190 ['configuration_policy==1', {
190 'dependencies': [ 191 'dependencies': [
191 'components.gyp:policy_component_test_support', 192 'components.gyp:policy_component_test_support',
192 ], 193 ],
193 'sources': [ 194 'sources': [
194 'policy/core/common/async_policy_provider_unittest.cc', 195 'policy/core/common/async_policy_provider_unittest.cc',
196 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
197 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
198 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
199 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
200 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
201 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
202 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
203 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc',
204 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc',
205 'policy/core/common/cloud/device_management_service_unittest.cc' ,
206 'policy/core/common/cloud/external_policy_data_fetcher_unittest. cc',
207 'policy/core/common/cloud/external_policy_data_updater_unittest. cc',
208 'policy/core/common/cloud/rate_limiter_unittest.cc',
209 'policy/core/common/cloud/resource_cache_unittest.cc',
210 'policy/core/common/cloud/user_info_fetcher_unittest.cc',
211 'policy/core/common/config_dir_policy_loader_unittest.cc',
195 'policy/core/common/forwarding_policy_provider_unittest.cc', 212 'policy/core/common/forwarding_policy_provider_unittest.cc',
196 'policy/core/common/policy_bundle_unittest.cc', 213 'policy/core/common/policy_bundle_unittest.cc',
214 'policy/core/common/policy_loader_mac_unittest.cc',
215 'policy/core/common/policy_loader_win_unittest.cc',
197 'policy/core/common/policy_map_unittest.cc', 216 'policy/core/common/policy_map_unittest.cc',
217 'policy/core/common/policy_service_impl_unittest.cc',
218 'policy/core/common/policy_statistics_collector_unittest.cc',
219 'policy/core/common/preg_parser_win_unittest.cc',
198 'policy/core/common/registry_dict_win_unittest.cc', 220 'policy/core/common/registry_dict_win_unittest.cc',
199 'policy/core/common/schema_map_unittest.cc', 221 'policy/core/common/schema_map_unittest.cc',
200 'policy/core/common/schema_registry_unittest.cc', 222 'policy/core/common/schema_registry_unittest.cc',
201 'policy/core/common/schema_unittest.cc', 223 'policy/core/common/schema_unittest.cc',
202 ], 224 ],
203 'conditions': [ 225 'conditions': [
204 ['OS=="android"', { 226 ['OS=="android"', {
205 'sources!': [ 227 'sources!': [
206 'policy/core/common/async_policy_provider_unittest.cc', 228 'policy/core/common/async_policy_provider_unittest.cc',
229 'policy/core/common/cloud/component_cloud_policy_service_uni ttest.cc',
230 'policy/core/common/cloud/component_cloud_policy_store_unitt est.cc',
231 'policy/core/common/cloud/component_cloud_policy_updater_uni ttest.cc',
232 'policy/core/common/cloud/external_policy_data_fetcher_unitt est.cc',
233 'policy/core/common/cloud/external_policy_data_updater_unitt est.cc',
234 'policy/core/common/cloud/resource_cache_unittest.cc',
235 'policy/core/common/config_dir_policy_loader_unittest.cc',
207 ], 236 ],
208 }], 237 }],
209 ], 238 ],
210 }], 239 }],
211 ], 240 ],
212 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 241 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
213 'msvs_disabled_warnings': [4267, ], 242 'msvs_disabled_warnings': [4267, ],
214 }, 243 },
215 ], 244 ],
216 }], 245 }],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'dependencies': [ 356 'dependencies': [
328 '../base/allocator/allocator.gyp:allocator', 357 '../base/allocator/allocator.gyp:allocator',
329 ], 358 ],
330 }], 359 }],
331 ], 360 ],
332 }, 361 },
333 ], 362 ],
334 }], 363 }],
335 ], 364 ],
336 } 365 }
OLDNEW
« no previous file with comments | « chrome/tools/build/generate_policy_source.py ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698