diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-25 23:43:20 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-25 23:43:20 +0000 |
commit | 9b207915881073e071333d7f0cf83ab5167946cd (patch) | |
tree | f01d9f98e916b3f2a992645f19d4a1966fb4081e /ui/ui_resources.gypi | |
parent | c9343f1d1b041a35754975cded83b01f41ab46fd (diff) | |
download | chromium_src-9b207915881073e071333d7f0cf83ab5167946cd.zip chromium_src-9b207915881073e071333d7f0cf83ab5167946cd.tar.gz chromium_src-9b207915881073e071333d7f0cf83ab5167946cd.tar.bz2 |
ui: Remove Copy action of gfx_resources.pak
Nobody needs it, I fixed the Blink usage, so we can remove this now.
BUG=None
R=oshima@chromium.org,ben@chromium.org
TBR=ben
Review URL: https://codereview.chromium.org/44263002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_resources.gypi')
-rw-r--r-- | ui/ui_resources.gypi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi index 4008f0d..8336ef3 100644 --- a/ui/ui_resources.gypi +++ b/ui/ui_resources.gypi @@ -25,7 +25,6 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, - { 'action_name': 'ui_unscaled_resources', 'variables': { @@ -33,17 +32,6 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, - - ], - # gfx_resources.pak is used by DumpRenderTree. - # TODO(oshima): Update DumpRenderTree.gyp to use new pak file and - # remove this. - 'copies': [ { - 'destination': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/', - 'files' : [ - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/gfx_resources.pak', - ], - }, ], 'includes': [ '../build/grit_target.gypi' ], }, |