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

Unified Diff: chrome/chrome_dll.gypi

Issue 6532019: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more leak 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 47aeb77afdcc52fc0fd11d33154ae95558b6ab6d..1f2bb582efd3c826198194c5a6181a5dea4ae9ba 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