| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index cd9afeb3488ccf8f98807ab77b03eb5b84605daf..6eafbb94fa94fb4d88ea28ece75404aabdcfe245 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -322,6 +322,8 @@
|
| 'resources/scoped_resource.h',
|
| 'resources/scoped_ui_resource.cc',
|
| 'resources/scoped_ui_resource.h',
|
| + 'resources/shared_ui_resource.cc',
|
| + 'resources/shared_ui_resource.h',
|
| 'resources/skpicture_content_layer_updater.cc',
|
| 'resources/skpicture_content_layer_updater.h',
|
| 'resources/sync_point_helper.cc',
|
| @@ -336,6 +338,7 @@
|
| 'resources/tile_priority.h',
|
| 'resources/transferable_resource.cc',
|
| 'resources/transferable_resource.h',
|
| + 'resources/ui_resource.h',
|
| 'resources/ui_resource_bitmap.cc',
|
| 'resources/ui_resource_bitmap.h',
|
| 'resources/ui_resource_client.h',
|
|
|