| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 116798f62d5a7144abeca8798e632c1811345dcc..703edad4c1f1565340167991a031b9c7e2b905e5 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -17,7 +17,6 @@
|
| # content and moved to android_webview. See crbug.com/365797.
|
| '../gpu/gpu.gyp:gl_in_process_context',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| - '../gpu/gpu.gyp:gpu_ipc_common',
|
| '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
|
| '../ipc/ipc.gyp:ipc',
|
| '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
|
| @@ -131,6 +130,8 @@
|
| 'public/common/frame_navigate_params.h',
|
| 'public/common/geoposition.cc',
|
| 'public/common/geoposition.h',
|
| + 'public/common/gpu_memory_stats.cc',
|
| + 'public/common/gpu_memory_stats.h',
|
| 'public/common/injection_test_mac.h',
|
| 'public/common/injection_test_win.h',
|
| 'public/common/javascript_message_type.h',
|
|
|