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

Unified Diff: cc/cc.gyp

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: cc/cc.gyp
===================================================================
--- cc/cc.gyp (revision 210393)
+++ cc/cc.gyp (working copy)
@@ -117,6 +117,14 @@
'layers/picture_image_layer.h',
'layers/picture_image_layer_impl.cc',
'layers/picture_image_layer_impl.h',
+
+ 'layers/picture_scrollbar_layer.cc',
+ 'layers/picture_scrollbar_layer.h',
+ 'layers/picture_scrollbar_layer_impl.cc',
+ 'layers/picture_scrollbar_layer_impl.h',
+ 'resources/ui_resource_manager.cc',
+ 'resources/ui_resource_manager.h',
+
'layers/picture_layer.cc',
'layers/picture_layer.h',
'layers/picture_layer_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698