| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 27d198fc48c2189e606cebc5214dc916b945975a..0ddb10696e90502cac8d70056e1dcf977c885849 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -359,6 +359,8 @@
|
| 'resources/shared_bitmap.cc',
|
| 'resources/shared_bitmap.h',
|
| 'resources/shared_bitmap_manager.h',
|
| + 'resources/shared_tile_bundle.cc',
|
| + 'resources/shared_tile_bundle.h',
|
| 'resources/single_release_callback.cc',
|
| 'resources/single_release_callback.h',
|
| 'resources/skpicture_content_layer_updater.cc',
|
| @@ -369,6 +371,8 @@
|
| 'resources/texture_mailbox_deleter.h',
|
| 'resources/tile.cc',
|
| 'resources/tile.h',
|
| + 'resources/tile_bundle.cc',
|
| + 'resources/tile_bundle.h',
|
| 'resources/tile_manager.cc',
|
| 'resources/tile_manager.h',
|
| 'resources/tile_priority.cc',
|
|
|