diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 04:53:27 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 04:53:27 +0000 |
commit | 2ecd26eab5a8276544c37787d1a206d64479e339 (patch) | |
tree | 4fe486869621a776c316b1d575434bcafaa28c0e /ui/ui_resources.gypi | |
parent | 26d62ec04faa1146434b74f6fe72a653df990b1e (diff) | |
download | chromium_src-2ecd26eab5a8276544c37787d1a206d64479e339.zip chromium_src-2ecd26eab5a8276544c37787d1a206d64479e339.tar.gz chromium_src-2ecd26eab5a8276544c37787d1a206d64479e339.tar.bz2 |
Move the webkit cursor resources to ui\resources\cursors as ui\aura needs to access them for
Chrome AURA.
No major code changes here. Include path changes whereever necessary.
BUG=176079
TBR=brettw.
Review URL: https://codereview.chromium.org/12670004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_resources.gypi')
-rw-r--r-- | ui/ui_resources.gypi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi index a522e92..4008f0d 100644 --- a/ui/ui_resources.gypi +++ b/ui/ui_resources.gypi @@ -25,6 +25,15 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, + + { + 'action_name': 'ui_unscaled_resources', + 'variables': { + 'grit_grd_file': 'resources/ui_unscaled_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, + ], # gfx_resources.pak is used by DumpRenderTree. # TODO(oshima): Update DumpRenderTree.gyp to use new pak file and |