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

Unified Diff: chrome/app/chrome_resources.scons

Issue 27255: Linux: first part of removing GTK from the renderer (Closed)
Patch Set: switch to WebKit style names for resources Created 11 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 | webkit/glue/chromium_bridge_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_resources.scons
diff --git a/chrome/app/chrome_resources.scons b/chrome/app/chrome_resources.scons
index fdb84369141d8cd61b621c8e52c1649917c388f6..0646487bb11104d371a9ad4523267cebc119bf8b 100644
--- a/chrome/app/chrome_resources.scons
+++ b/chrome/app/chrome_resources.scons
@@ -28,6 +28,7 @@ if env.Bit('linux'):
'$TARGET_ROOT/grit_derived_sources/debugger_resources.pak',
'$TARGET_ROOT/grit_derived_sources/common_resources.pak',
'$TARGET_ROOT/grit_derived_sources/renderer_resources.pak',
+ '$TARGET_ROOT/grit_derived_sources/webkit_resources.pak',
]
)
i = env.Install('$DESTINATION_ROOT', chrome_pak)
« no previous file with comments | « no previous file | webkit/glue/chromium_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698