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 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/dom_distiller/webui/BUILD.gn ('k') | components/policy/proto/BUILD.gn » ('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 '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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'cloud_policy_code_generate', 191 'cloud_policy_code_generate',
192 'cloud_policy_proto_generated_compile', 192 'cloud_policy_proto_generated_compile',
193 '<(DEPTH)/base/base.gyp:base', 193 '<(DEPTH)/base/base.gyp:base',
194 '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', 194 '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
195 ], 195 ],
196 'defines': [ 196 'defines': [
197 'POLICY_COMPONENT_IMPLEMENTATION', 197 'POLICY_COMPONENT_IMPLEMENTATION',
198 ], 198 ],
199 }, 199 },
200 { 200 {
201 # GN version: //components/policy/proto
201 'target_name': 'cloud_policy_proto', 202 'target_name': 'cloud_policy_proto',
202 'type': '<(component)', 203 'type': '<(component)',
203 'sources': [ 204 'sources': [
204 'policy/proto/chrome_extension_policy.proto', 205 'policy/proto/chrome_extension_policy.proto',
205 'policy/proto/device_management_backend.proto', 206 'policy/proto/device_management_backend.proto',
206 'policy/proto/device_management_local.proto', 207 'policy/proto/device_management_local.proto',
207 'policy/proto/policy_signing_key.proto', 208 'policy/proto/policy_signing_key.proto',
208 ], 209 ],
209 'variables': { 210 'variables': {
210 'proto_in_dir': 'policy/proto', 211 'proto_in_dir': 'policy/proto',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'message': 432 'message':
432 'Copy the Localizable.strings files to the manifest bundle', 433 'Copy the Localizable.strings files to the manifest bundle',
433 'process_outputs_as_mac_bundle_resources': 1, 434 'process_outputs_as_mac_bundle_resources': 1,
434 }, 435 },
435 ], 436 ],
436 }, 437 },
437 ], 438 ],
438 }], 439 }],
439 ], 440 ],
440 } 441 }
OLDNEW
« no previous file with comments | « components/dom_distiller/webui/BUILD.gn ('k') | components/policy/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698