From 27a41fe44f2c76b55e75d351cd3b75d0e7aabdd7 Mon Sep 17 00:00:00 2001
From: "kaanb@chromium.org"
 <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 19 Sep 2013 05:05:14 +0000
Subject: cc: Reland r233830. "Adding support for RGBA_4444 tile textures".
 r223830 had a bug in async_pixel_transfer_manager_egl.cc that wasn't directly
 related to the 4444 support. This patch includes the rest of the files in
 r223830. Changes to async_pixel_transfer_manager_egl.cc have been moved to
 the separate patch after fixing the bug:
 https://codereview.chromium.org/23533067/

BUG=272539

Review URL: https://chromiumcodereview.appspot.com/23447048

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224040 0039d316-1c4b-4281-b951-d872f2087c98
---
 cc/cc.gyp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'cc/cc.gyp')

diff --git a/cc/cc.gyp b/cc/cc.gyp
index 00a0b8b..ffc8615 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -317,6 +317,8 @@
         'resources/release_callback.h',
         'resources/resource.cc',
         'resources/resource.h',
+        'resources/resource_format.h',
+        'resources/resource_format.cc',
         'resources/resource_pool.cc',
         'resources/resource_pool.h',
         'resources/resource_provider.cc',
-- 
cgit v1.1