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

Unified Diff: BUILD.gn

Issue 2083903005: Adds gn config for policy_templates.zip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix trybot failure Created 4 years, 6 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 | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4749551ce75f01a14a8b7fe6a9840041f9550e7a..f73c3e92edf4385195e8f39a2f3772d74153cfb0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -102,11 +102,8 @@ if (is_win) {
deps = [
"//chrome/installer/gcapi",
"//chrome/installer/mini_installer",
+ "//components/policy:pack_policy_templates",
"//courgette",
-
- # TODO(GYP): crbug.com/621575 do we need to port this?
- # "//chrome:pack_policy_templates",
-
"//remoting/webapp",
]
if (target_cpu == "x86") {
« no previous file with comments | « no previous file | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698