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

Side by Side Diff: components/policy.gypi

Issue 185413025: Moved policy unittests into the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 6 'includes': [
7 # Included to get 'mac_bundle_id' and other variables. 7 # Included to get 'mac_bundle_id' and other variables.
8 '../build/chrome_settings.gypi', 8 '../build/chrome_settings.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'cloud_policy_proto', 248 'cloud_policy_proto',
249 'policy_component', 249 'policy_component',
250 'policy_test_support', 250 'policy_test_support',
251 '../testing/gmock.gyp:gmock', 251 '../testing/gmock.gyp:gmock',
252 '../testing/gtest.gyp:gtest', 252 '../testing/gtest.gyp:gtest',
253 ], 253 ],
254 'include_dirs': [ 254 'include_dirs': [
255 '..', 255 '..',
256 ], 256 ],
257 'sources': [ 257 'sources': [
258 'policy/core/browser/configuration_policy_pref_store_test.cc',
259 'policy/core/browser/configuration_policy_pref_store_test.h',
258 'policy/core/common/cloud/mock_cloud_external_data_manager.cc', 260 'policy/core/common/cloud/mock_cloud_external_data_manager.cc',
259 'policy/core/common/cloud/mock_cloud_external_data_manager.h', 261 'policy/core/common/cloud/mock_cloud_external_data_manager.h',
260 'policy/core/common/cloud/mock_cloud_policy_client.cc', 262 'policy/core/common/cloud/mock_cloud_policy_client.cc',
261 'policy/core/common/cloud/mock_cloud_policy_client.h', 263 'policy/core/common/cloud/mock_cloud_policy_client.h',
262 'policy/core/common/cloud/mock_cloud_policy_store.cc', 264 'policy/core/common/cloud/mock_cloud_policy_store.cc',
263 'policy/core/common/cloud/mock_cloud_policy_store.h', 265 'policy/core/common/cloud/mock_cloud_policy_store.h',
264 'policy/core/common/cloud/mock_device_management_service.cc', 266 'policy/core/common/cloud/mock_device_management_service.cc',
265 'policy/core/common/cloud/mock_device_management_service.h', 267 'policy/core/common/cloud/mock_device_management_service.h',
266 'policy/core/common/cloud/mock_user_cloud_policy_store.cc', 268 'policy/core/common/cloud/mock_user_cloud_policy_store.cc',
267 'policy/core/common/cloud/mock_user_cloud_policy_store.h', 269 'policy/core/common/cloud/mock_user_cloud_policy_store.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'message': 421 'message':
420 'Copy the Localizable.strings files to the manifest bundle', 422 'Copy the Localizable.strings files to the manifest bundle',
421 'process_outputs_as_mac_bundle_resources': 1, 423 'process_outputs_as_mac_bundle_resources': 1,
422 }, 424 },
423 ], 425 ],
424 }, 426 },
425 ], 427 ],
426 }], 428 }],
427 ], 429 ],
428 } 430 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/browser/configuration_policy_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698