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

Unified Diff: chrome/chrome_dll.gypi

Issue 1133853005: Fix path_parser dependency on policy component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use assert instead of condition Created 5 years 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 | « chrome/browser/policy/BUILD.gn ('k') | chrome/policy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 09c93d56fb5ba803df71d2ce1959345521f1f1e1..52a7401a0ad08df67d26438d600fe12a22b2b59d 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -405,6 +405,11 @@
'<(DEPTH)/components/components.gyp:policy',
],
}],
+ ['configuration_policy==1', {
+ 'dependencies': [
+ 'policy_path_parser',
+ ],
+ }],
['enable_plugins==1', {
'dependencies': [
'../pdf/pdf.gyp:pdf',
« no previous file with comments | « chrome/browser/policy/BUILD.gn ('k') | chrome/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698