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

Side by Side Diff: components/policy.gypi

Issue 85753005: Move policy strings to components/policy_strings.grdp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update chromeos dependencies 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 | « components/component_strings.grd ('k') | components/policy_strings.grdp » ('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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'policy_component', 8 'target_name': 'policy_component',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 'json_schema', 12 'json_schema',
13 'component_strings.gyp:component_strings',
13 ], 14 ],
14 'defines': [ 15 'defines': [
15 'POLICY_COMPONENT_IMPLEMENTATION', 16 'POLICY_COMPONENT_IMPLEMENTATION',
16 ], 17 ],
17 'include_dirs': [ 18 'include_dirs': [
18 '..', 19 '..',
19 ], 20 ],
20 'conditions': [ 21 'conditions': [
21 ['configuration_policy==1', { 22 ['configuration_policy==1', {
22 'sources': [ 23 'sources': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'policy/core/common/policy_map.cc', 56 'policy/core/common/policy_map.cc',
56 'policy/core/common/policy_map.h', 57 'policy/core/common/policy_map.h',
57 'policy/core/common/policy_namespace.cc', 58 'policy/core/common/policy_namespace.cc',
58 'policy/core/common/policy_namespace.h', 59 'policy/core/common/policy_namespace.h',
59 ], 60 ],
60 }], 61 }],
61 ], 62 ],
62 }, 63 },
63 ], 64 ],
64 } 65 }
OLDNEW
« no previous file with comments | « components/component_strings.grd ('k') | components/policy_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698