From 51bf161f3f3f045d66de90c78c8f35138842d4fd Mon Sep 17 00:00:00 2001 From: "saintlou@chromium.org" Date: Tue, 16 Aug 2011 23:19:06 +0000 Subject: Make bubble_border use resources under ui/resources. This issue was originally http://codereview.chromium.org/7584007/ BUG=none TEST=none Review URL: http://codereview.chromium.org/7663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97054 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/resources/bubble_close.png | Bin 201 -> 0 bytes ui/resources/ui_resources_large.grd | 31 +++++++++++++++++++++++++++++++ ui/resources/ui_resources_standard.grd | 31 +++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) delete mode 100644 ui/resources/bubble_close.png create mode 100644 ui/resources/ui_resources_large.grd create mode 100644 ui/resources/ui_resources_standard.grd (limited to 'ui/resources') diff --git a/ui/resources/bubble_close.png b/ui/resources/bubble_close.png deleted file mode 100644 index 9798462..0000000 Binary files a/ui/resources/bubble_close.png and /dev/null differ diff --git a/ui/resources/ui_resources_large.grd b/ui/resources/ui_resources_large.grd new file mode 100644 index 0000000..b653b06 --- /dev/null +++ b/ui/resources/ui_resources_large.grd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/resources/ui_resources_standard.grd b/ui/resources/ui_resources_standard.grd new file mode 100644 index 0000000..c526763 --- /dev/null +++ b/ui/resources/ui_resources_standard.grd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1