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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 10914296: Fix missing dependency from app_host to chrome_version_resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/chrome.gyp ('k') | chrome/installer/launcher_support/chrome_launcher_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 394607ed3b3f12021dbf63e68824cb1a4950abec..e194e71707630d20085a091150987064c6c45ab6 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -834,6 +834,7 @@
},
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources',
erikwright (departed) 2012/09/14 20:06:33 Sorry, should have uploaded an initial patchset eq
'<(DEPTH)/chrome/chrome.gyp:launcher_support',
'<(DEPTH)/google_update/google_update.gyp:google_update',
],
@@ -844,6 +845,9 @@
'browser/extensions/app_host/binaries_installer.h',
'browser/extensions/app_host/binaries_installer_internal.cc',
'browser/extensions/app_host/binaries_installer_internal.h',
+ 'browser/extensions/app_host/update.cc',
+ 'browser/extensions/app_host/update.h',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
],
},
],
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/installer/launcher_support/chrome_launcher_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698