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

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

Issue 9111022: Removed ConfigurationPolicyType and extended PolicyMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 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
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 31d163e9285b324087c37ab70b0cad91bcc7a373..1211925d364f37142925b7297e35e92693e5ddef 100644
--- a/chrome/app/policy/cloud_policy_codegen.gyp
+++ b/chrome/app/policy/cloud_policy_codegen.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -13,8 +13,6 @@
'<(policy_out_dir)/policy/policy_constants.h',
'policy_constant_source_path':
'<(policy_out_dir)/policy/policy_constants.cc',
- 'configuration_policy_type_header_path':
- '<(policy_out_dir)/policy/configuration_policy_type.h',
'protobuf_decoder_path':
'<(policy_out_dir)/policy/cloud_policy_generated.cc',
'cloud_policy_proto_path': '<(policy_out_dir)/policy/cloud_policy.proto',
@@ -34,7 +32,6 @@
'outputs': [
'<(policy_constant_header_path)',
'<(policy_constant_source_path)',
- '<(configuration_policy_type_header_path)',
'<(protobuf_decoder_path)',
'<(cloud_policy_proto_path)',
],
@@ -44,7 +41,6 @@
'<@(generate_policy_source_script_path)',
'--policy-constants-header=<(policy_constant_header_path)',
'--policy-constants-source=<(policy_constant_source_path)',
- '--policy-type-header=<(configuration_policy_type_header_path)',
'--policy-protobuf=<(cloud_policy_proto_path)',
'--protobuf-decoder=<(protobuf_decoder_path)',
'<(OS)',
@@ -149,7 +145,6 @@
'sources': [
'<(policy_constant_header_path)',
'<(policy_constant_source_path)',
- '<(configuration_policy_type_header_path)',
'<(protobuf_decoder_path)',
'<(protoc_out_dir)/<(proto_path_substr)/cloud_policy.pb.h',
'<(protoc_out_dir)/<(proto_path_substr)/cloud_policy.pb.cc',
@@ -180,7 +175,6 @@
'sources': [
'<(policy_constant_header_path)',
'<(policy_constant_source_path)',
- '<(configuration_policy_type_header_path)',
],
'include_dirs': [
'<(DEPTH)',
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698