diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 23:10:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 23:10:55 +0000 |
commit | 09e021f1444baadf174dd85d552680e82b37a2c4 (patch) | |
tree | 69b9b12a3695ce3daf7a72d55dd79fe64410a21e /webkit/webkit_resources.gyp | |
parent | fa0d10759d9bcb6e823f5c5c5f8cce6bc3b29439 (diff) | |
download | chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.zip chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.tar.gz chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.tar.bz2 |
Reland: Remove webkit_chromium_resources.pak entries.
webkit_chromium_resources.pak was kept along side with blink_resources.pak,
while DumpRenderTree was being updated on the Blink side, since that already
happened and Blink has rolled into Chromium, we should be able to remove this
now.
TBR=tfarina@chromium.org
BUG=265748
NOTRY=true
Review URL: https://codereview.chromium.org/21952005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit_resources.gyp')
-rw-r--r-- | webkit/webkit_resources.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/webkit_resources.gyp b/webkit/webkit_resources.gyp index 50f795e..8ce53a7 100644 --- a/webkit/webkit_resources.gyp +++ b/webkit/webkit_resources.gyp @@ -19,13 +19,6 @@ 'includes': [ '../build/grit_action.gypi' ], }, { - 'action_name': 'webkit_chromium_resources', - 'variables': { - 'grit_grd_file': '../third_party/WebKit/Source/WebKit/chromium/WebKit.grd', - }, - 'includes': [ '../build/grit_action.gypi' ], - }, - { 'action_name': 'blink_chromium_resources', 'variables': { 'grit_grd_file': '../third_party/WebKit/public/blink_resources.grd', |