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

Unified Diff: chrome/chrome_dll.gypi

Issue 6532028: Fix gyp dependencies for building with mac_breakpad==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 1f2bb582efd3c826198194c5a6181a5dea4ae9ba..4d39522f4f4e43fb1eacfc8a61ad2196c05440cf 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -508,7 +508,7 @@
],
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
- 'policy',
+ 'app/policy/cloud_policy_codegen.gyp:policy',
],
}, { # else: mac_breakpad!=1
# No Breakpad, put in the stubs.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698