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

Side by Side Diff: components/components_tests.gyp

Issue 78453005: Move PolicySchema and PolicySchemaRegistry to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export nested class on win 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/chrome_tests_unit.gypi ('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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 166 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
167 ], 167 ],
168 'link_settings': { 168 'link_settings': {
169 'ldflags': ['-rdynamic'], 169 'ldflags': ['-rdynamic'],
170 }, 170 },
171 }], 171 }],
172 ['configuration_policy==1', { 172 ['configuration_policy==1', {
173 'sources': [ 173 'sources': [
174 'policy/core/common/policy_bundle_unittest.cc', 174 'policy/core/common/policy_bundle_unittest.cc',
175 'policy/core/common/policy_map_unittest.cc', 175 'policy/core/common/policy_map_unittest.cc',
176 'policy/core/common/schema_map_unittest.cc',
177 'policy/core/common/schema_registry_unittest.cc',
176 'policy/core/common/schema_unittest.cc', 178 'policy/core/common/schema_unittest.cc',
177 ], 179 ],
178 }], 180 }],
179 ], 181 ],
180 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 182 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
181 'msvs_disabled_warnings': [4267, ], 183 'msvs_disabled_warnings': [4267, ],
182 }, 184 },
183 ], 185 ],
184 }], 186 }],
185 ['OS != "ios" and android_webview_build == 0', { 187 ['OS != "ios" and android_webview_build == 0', {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'dependencies': [ 297 'dependencies': [
296 '../base/allocator/allocator.gyp:allocator', 298 '../base/allocator/allocator.gyp:allocator',
297 ], 299 ],
298 }], 300 }],
299 ], 301 ],
300 }, 302 },
301 ], 303 ],
302 }], 304 }],
303 ], 305 ],
304 } 306 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698