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

Side by Side Diff: components/components_tests.gyp

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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_frame/chrome_frame_launcher.gyp ('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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 # Dependencies of dom_distiller 90 # Dependencies of dom_distiller
91 'components.gyp:distilled_page_proto', 91 'components.gyp:distilled_page_proto',
92 'components.gyp:dom_distiller_core', 92 'components.gyp:dom_distiller_core',
93 93
94 # Dependencies of encryptor 94 # Dependencies of encryptor
95 'components.gyp:encryptor', 95 'components.gyp:encryptor',
96 96
97 # Dependencies of json_schema 97 # Dependencies of json_schema
98 'components.gyp:json_schema', 98 'components.gyp:json_schema',
99 99
100 # Dependencies of policy
101 'components.gyp:policy_component',
102
103 # Dependencies of precache 100 # Dependencies of precache
104 'components.gyp:precache_core', 101 'components.gyp:precache_core',
105 102
106 # Dependencies of translate. 103 # Dependencies of translate.
107 'components.gyp:translate_common', 104 'components.gyp:translate_common',
108 'components.gyp:translate_language_detection', 105 'components.gyp:translate_language_detection',
109 106
110 # Dependencies of variations 107 # Dependencies of variations
111 'components.gyp:variations', 108 'components.gyp:variations',
112 ], 109 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', { 193 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', {
197 'dependencies': [ 194 'dependencies': [
198 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 195 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
199 ], 196 ],
200 'link_settings': { 197 'link_settings': {
201 'ldflags': ['-rdynamic'], 198 'ldflags': ['-rdynamic'],
202 }, 199 },
203 }], 200 }],
204 ['configuration_policy==1', { 201 ['configuration_policy==1', {
205 'dependencies': [ 202 'dependencies': [
206 # TODO(joaodasilva): remove this dependency. This is needed to 203 'components.gyp:policy_component',
207 # get the include path for policy_constants.h.
208 '../chrome/app/policy/cloud_policy_codegen.gyp:policy_test_suppo rt',
209 'components.gyp:policy_component_test_support', 204 'components.gyp:policy_component_test_support',
205 'components.gyp:policy_test_support',
210 ], 206 ],
211 'sources': [ 207 'sources': [
212 'policy/core/common/async_policy_provider_unittest.cc', 208 'policy/core/common/async_policy_provider_unittest.cc',
213 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 209 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
214 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 210 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
215 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 211 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
216 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc', 212 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
217 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 213 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
218 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 214 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
219 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc', 215 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'dependencies': [ 379 'dependencies': [
384 '../base/allocator/allocator.gyp:allocator', 380 '../base/allocator/allocator.gyp:allocator',
385 ], 381 ],
386 }], 382 }],
387 ], 383 ],
388 }, 384 },
389 ], 385 ],
390 }], 386 }],
391 ], 387 ],
392 } 388 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_launcher.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698