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

Unified Diff: base/base.gyp

Issue 183773003: Only add chrome_redirects as a dependency of base.dll in component builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no deps change Created 6 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a01df7a5d9a158f72bf352321c4cf60dfc48b0ce..d12ded9f45ca7088489a7755dcf00b9fddb4279d 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -228,6 +228,7 @@
'sources!': [
'debug/debug_on_start_win.cc',
],
+ 'dependencies': ['../chrome_elf/chrome_elf.gyp:chrome_redirects'],
}],
],
}],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698