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

Side by Side Diff: components/policy/policy_common.gypi

Issue 284493002: Fix policy_component shared_library link without configuration_policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put policy_pref_names.cc in two separate sources list Created 6 years, 7 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
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'POLICY_COMPONENT_IMPLEMENTATION', 10 'POLICY_COMPONENT_IMPLEMENTATION',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 # Chrome can always interface with the PolicyService without having 196 # Chrome can always interface with the PolicyService without having
197 # to #ifdef on ENABLE_CONFIGURATION_POLICY. 197 # to #ifdef on ENABLE_CONFIGURATION_POLICY.
198 'sources': [ 198 'sources': [
199 'core/common/external_data_fetcher.h', 199 'core/common/external_data_fetcher.h',
200 'core/common/external_data_fetcher.cc', 200 'core/common/external_data_fetcher.cc',
201 'core/common/external_data_manager.h', 201 'core/common/external_data_manager.h',
202 'core/common/policy_map.cc', 202 'core/common/policy_map.cc',
203 'core/common/policy_map.h', 203 'core/common/policy_map.h',
204 'core/common/policy_namespace.cc', 204 'core/common/policy_namespace.cc',
205 'core/common/policy_namespace.h', 205 'core/common/policy_namespace.h',
206 'core/common/policy_pref_names.cc',
207 'core/common/policy_pref_names.h',
206 'core/common/policy_service.cc', 208 'core/common/policy_service.cc',
207 'core/common/policy_service.h', 209 'core/common/policy_service.h',
208 'core/common/policy_service_stub.cc', 210 'core/common/policy_service_stub.cc',
209 'core/common/policy_service_stub.h', 211 'core/common/policy_service_stub.h',
210 ], 212 ],
211 }], 213 }],
212 ], 214 ],
213 } 215 }
OLDNEW
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698