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

Unified Diff: chrome/app/policy/cloud_policy_codegen.gyp

Issue 11734005: Read CrOS install attributes cache on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, write test. Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/policy/cloud_policy_codegen.gyp
diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp
index 439ff6a460267e0d665a6103d79d9d1133f9644d..ba13f51c45075799cef926eb36be966e8daf4059 100644
--- a/chrome/app/policy/cloud_policy_codegen.gyp
+++ b/chrome/app/policy/cloud_policy_codegen.gyp
@@ -101,12 +101,13 @@
'includes': [ '../../../build/protoc.gypi' ],
},
{
- 'target_name': 'cloud_policy_backend_header_compile',
+ 'target_name': 'policy_proto_compile',
'type': 'static_library',
'sources': [
'<(proto_rel_path)/chrome_device_policy.proto',
'<(proto_rel_path)/device_management_backend.proto',
'<(proto_rel_path)/device_management_local.proto',
+ '<(proto_rel_path)/install_attributes.proto',
'<(proto_rel_path)/old_generic_format.proto',
],
'variables': {
@@ -139,7 +140,7 @@
'dependencies': [
'cloud_policy_code_generate',
'cloud_policy_proto_compile',
- 'cloud_policy_backend_header_compile',
+ 'policy_proto_compile',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
],

Powered by Google App Engine
This is Rietveld 408576698