| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index bdddd8aed8559c7470aa5c73cc3c80ac654232d1..fe365781a1468cc2f93d563c326709eadfd8961e 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -101,6 +101,13 @@
|
| 'base/time_util.h',
|
| 'base/unique_notifier.cc',
|
| 'base/unique_notifier.h',
|
| + 'blimp/client_picture_cache.h',
|
| + 'blimp/engine_picture_cache.h',
|
| + 'blimp/image_serialization_processor.h',
|
| + 'blimp/picture_data.cc',
|
| + 'blimp/picture_data.h',
|
| + 'blimp/picture_data_conversions.cc',
|
| + 'blimp/picture_data_conversions.h',
|
| 'debug/benchmark_instrumentation.cc',
|
| 'debug/benchmark_instrumentation.h',
|
| 'debug/debug_colors.cc',
|
| @@ -372,7 +379,6 @@
|
| 'proto/gfx_conversions.h',
|
| 'proto/gpu_conversions.cc',
|
| 'proto/gpu_conversions.h',
|
| - 'proto/image_serialization_processor.h',
|
| 'proto/skia_conversions.cc',
|
| 'proto/skia_conversions.h',
|
| 'proto/synced_property_conversions.cc',
|
|
|