From 3fe44dfa74f0c45a7c81c6a295d71d50cd120ef6 Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Tue, 31 Mar 2015 22:08:59 +0000 Subject: Part 2 of 4: Move blink images to their own grd/pak files. This creates a new blink_image_resources.grd/pak. As is, we were sticking all the non-image resources in both 100/200 percent versions of the pak files. All the resources are named as IDR2_, and will be switched back to IDR_ once the old ones are deleted. blink_resources.grd/pak will have these images removed and be turned back into a non-percent pak in a future patch. BUG=471609, 467176 Review URL: https://codereview.chromium.org/1042383002 git-svn-id: svn://svn.chromium.org/blink/trunk@192865 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../WebKit/public/blink_image_resources.grd | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 third_party/WebKit/public/blink_image_resources.grd (limited to 'third_party/WebKit/public/blink_image_resources.grd') diff --git a/third_party/WebKit/public/blink_image_resources.grd b/third_party/WebKit/public/blink_image_resources.grd new file mode 100644 index 0000000..8249617 --- /dev/null +++ b/third_party/WebKit/public/blink_image_resources.grd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1