Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: cc/cc.gyp

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Added DCHECK of resource queue size to PushPropertiesTo Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
===================================================================
--- cc/cc.gyp (revision 214824)
+++ cc/cc.gyp (working copy)
@@ -312,6 +312,8 @@
'resources/resource_update_queue.h',
'resources/scoped_resource.cc',
'resources/scoped_resource.h',
+ 'resources/scoped_ui_resource.cc',
+ 'resources/scoped_ui_resource.h',
'resources/skpicture_content_layer_updater.cc',
'resources/skpicture_content_layer_updater.h',
'resources/sync_point_helper.cc',
@@ -326,6 +328,9 @@
'resources/tile_priority.h',
'resources/transferable_resource.cc',
'resources/transferable_resource.h',
+ 'resources/ui_resource_bitmap.cc',
+ 'resources/ui_resource_bitmap.h',
+ 'resources/ui_resource_client.h',
'resources/video_resource_updater.cc',
'resources/video_resource_updater.h',
'resources/worker_pool.cc',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698