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

Unified Diff: chrome/chrome_dll.gypi

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build on mac and win; address comments Created 9 years, 10 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/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index e7741e78889de80a9a7520832d78e8a1b57769fd..344f9013a63ea6ae01e1893afc47708e4aa11992 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -69,7 +69,7 @@
},
'dependencies': [
'<@(chromium_dependencies)',
- 'policy'
+ 'app/policy/cloud_policy_codegen.gyp:policy',
],
'conditions': [
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698