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

Unified Diff: components/policy/BUILD.gn

Issue 386943006: Pull buildtools to get GN r282653 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | device/media_transfer_protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index 9a4f61e4cc971c794962e1d6f9c69e5152433102..9f992aaf70a4c51b7f72fd6b79f9ed613139a0cd 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -92,7 +92,6 @@ if (enable_configuration_policy) {
proto_library("cloud_policy_proto_generated_compile") {
sources = [ cloud_policy_proto_path ]
- proto_in_dir = policy_gen_dir
proto_out_dir = "policy/proto"
cc_generator_options = "dllexport_decl=POLICY_PROTO_EXPORT:"
cc_include = "components/policy/policy_proto_export.h"
@@ -106,7 +105,6 @@ if (enable_configuration_policy) {
# This target builds the "full" protobuf, used for tests only.
proto_library("chrome_settings_proto_generated_compile") {
sources = [ chrome_settings_proto_path ]
- proto_in_dir = policy_gen_dir
proto_out_dir = "policy/proto"
deps = [
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | device/media_transfer_protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698