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

Unified Diff: chrome/chrome_browser.gypi

Issue 146183002: Add missing chrome_version_header dependency to browser target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 535940ed05f4f98b6598959fc26889cdf33d31da..01d03a7ceb9096b0a0a15476f5f9f0a3c0458125 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3407,7 +3407,8 @@
],
'dependencies': [
'chrome_process_finder',
- 'installer_util_strings',
+ 'installer_util_strings',
+ '../chrome/chrome.gyp:chrome_version_header',
Cait (Slow) 2014/02/03 15:12:37 nit: remove trailing whitespace on line 3410.
csharp 2014/02/03 16:32:12 Done.
'../chrome_elf/chrome_elf.gyp:blacklist',
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
« 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