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

Side by Side Diff: components/components_tests.gyp

Issue 140803003: Move the Autofill and URLBlacklist policy handlers to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying again... Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy/core/browser/DEPS » ('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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'ldflags': ['-rdynamic'], 212 'ldflags': ['-rdynamic'],
213 }, 213 },
214 }], 214 }],
215 ['configuration_policy==1', { 215 ['configuration_policy==1', {
216 'dependencies': [ 216 'dependencies': [
217 'components.gyp:policy_component', 217 'components.gyp:policy_component',
218 'components.gyp:policy_component_test_support', 218 'components.gyp:policy_component_test_support',
219 'components.gyp:policy_test_support', 219 'components.gyp:policy_test_support',
220 ], 220 ],
221 'sources': [ 221 'sources': [
222 'policy/core/browser/autofill_policy_handler_unittest.cc',
222 'policy/core/common/async_policy_provider_unittest.cc', 223 'policy/core/common/async_policy_provider_unittest.cc',
223 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 224 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
224 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 225 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
225 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 226 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
226 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc', 227 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
227 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 228 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
228 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 229 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
229 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc', 230 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
230 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc', 231 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc',
231 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc', 232 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'dependencies': [ 394 'dependencies': [
394 '../base/allocator/allocator.gyp:allocator', 395 '../base/allocator/allocator.gyp:allocator',
395 ], 396 ],
396 }], 397 }],
397 ], 398 ],
398 }, 399 },
399 ], 400 ],
400 }], 401 }],
401 ], 402 ],
402 } 403 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698