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

Unified Diff: chrome/installer/util/util.gyp

Issue 100174: add .pak files to list of grd outputs (so make can compute dependencies) (Closed)
Patch Set: rebase Created 11 years, 8 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') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util.gyp
diff --git a/chrome/installer/util/util.gyp b/chrome/installer/util/util.gyp
index f8238877d23f934c89884b987923304a459bf2f4..f3be1a92545d01a13ef7b9c70b81dce60abc2730 100644
--- a/chrome/installer/util/util.gyp
+++ b/chrome/installer/util/util.gyp
@@ -9,7 +9,8 @@
'dependencies': [
'prebuild/util_prebuild.gyp:installer_util_prebuild',
'../../chrome.gyp:common',
- '../../chrome.gyp:resources',
+ '../../chrome.gyp:chrome_resources',
+ '../../chrome.gyp:chrome_strings',
'../../../net/net.gyp:net_resources',
'../../../media/media.gyp:media',
'../../../skia/skia.gyp:skia',
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698