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

Side by Side Diff: components/components_tests.gyp

Issue 92153002: Move ConfigurationPolicyProvider, etc. to 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/test/base/testing_profile.cc ('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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }], 167 }],
168 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', { 168 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', {
169 'dependencies': [ 169 'dependencies': [
170 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 170 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
171 ], 171 ],
172 'link_settings': { 172 'link_settings': {
173 'ldflags': ['-rdynamic'], 173 'ldflags': ['-rdynamic'],
174 }, 174 },
175 }], 175 }],
176 ['configuration_policy==1', { 176 ['configuration_policy==1', {
177 'dependencies': [
178 'components.gyp:policy_test_support',
179 ],
177 'sources': [ 180 'sources': [
178 'policy/core/common/policy_bundle_unittest.cc', 181 'policy/core/common/policy_bundle_unittest.cc',
179 'policy/core/common/policy_map_unittest.cc', 182 'policy/core/common/policy_map_unittest.cc',
180 'policy/core/common/registry_dict_win_unittest.cc', 183 'policy/core/common/registry_dict_win_unittest.cc',
181 'policy/core/common/schema_map_unittest.cc', 184 'policy/core/common/schema_map_unittest.cc',
182 'policy/core/common/schema_registry_unittest.cc', 185 'policy/core/common/schema_registry_unittest.cc',
183 'policy/core/common/schema_unittest.cc', 186 'policy/core/common/schema_unittest.cc',
184 ], 187 ],
185 }], 188 }],
186 ], 189 ],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'dependencies': [ 305 'dependencies': [
303 '../base/allocator/allocator.gyp:allocator', 306 '../base/allocator/allocator.gyp:allocator',
304 ], 307 ],
305 }], 308 }],
306 ], 309 ],
307 }, 310 },
308 ], 311 ],
309 }], 312 }],
310 ], 313 ],
311 } 314 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698