summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 02:00:49 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 02:00:49 +0000
commit75419b624210ad3863be5897000cbb6e7235505b (patch)
tree9f5d911a61e237e56b43e676c06597aeb8c64743 /chrome/app
parent5a1478c1b434931455337ecab126c6b6015d7eac (diff)
downloadchromium_src-75419b624210ad3863be5897000cbb6e7235505b.zip
chromium_src-75419b624210ad3863be5897000cbb6e7235505b.tar.gz
chromium_src-75419b624210ad3863be5897000cbb6e7235505b.tar.bz2
Linux: first part of removing GTK from the renderer
This patch adds the resources which the WebKit changes need. This shouldn't change anything. Review URL: http://codereview.chromium.org/27255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_resources.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_resources.scons b/chrome/app/chrome_resources.scons
index fdb8436..0646487 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)