Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 030d2f84d5466e754d09f66cf9a2791605f19fbf..04065bb2d1c7120023887e273a6561611ac46fb0 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -72,9 +72,9 @@ |
| 'public/common/injection_test_mac.h', |
| 'public/common/injection_test_win.h', |
| 'public/common/javascript_message_type.h', |
| + 'public/common/main_function_params.h', |
|
hidehiko
2014/10/31 07:03:39
FYI: sorted in lexicographical order.
|
| 'public/common/manifest.cc', |
| 'public/common/manifest.h', |
| - 'public/common/main_function_params.h', |
| 'public/common/media_stream_request.cc', |
| 'public/common/media_stream_request.h', |
| 'public/common/menu_item.cc', |
| @@ -109,6 +109,7 @@ |
| 'public/common/sandboxed_process_launcher_delegate.cc', |
| 'public/common/sandboxed_process_launcher_delegate.h', |
| 'public/common/security_style.h', |
| + 'public/common/send_zygote_child_ping_linux.h', |
| 'public/common/service_registry.h', |
| 'public/common/show_desktop_notification_params.cc', |
| 'public/common/show_desktop_notification_params.h', |
| @@ -307,14 +308,14 @@ |
| 'common/gpu/image_transport_surface.cc', |
| 'common/gpu/image_transport_surface.h', |
| 'common/gpu/image_transport_surface_android.cc', |
| - 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 'common/gpu/image_transport_surface_calayer_mac.h', |
| - 'common/gpu/image_transport_surface_fbo_mac.mm', |
| + 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 'common/gpu/image_transport_surface_fbo_mac.h', |
| - 'common/gpu/image_transport_surface_linux.cc', |
| - 'common/gpu/image_transport_surface_mac.mm', |
| + 'common/gpu/image_transport_surface_fbo_mac.mm', |
| 'common/gpu/image_transport_surface_iosurface_mac.cc', |
| 'common/gpu/image_transport_surface_iosurface_mac.h', |
| + 'common/gpu/image_transport_surface_linux.cc', |
| + 'common/gpu/image_transport_surface_mac.mm', |
| 'common/gpu/image_transport_surface_win.cc', |
| 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 'common/gpu/media/gpu_video_decode_accelerator.h', |
| @@ -476,6 +477,7 @@ |
| 'common/savable_url_schemes.cc', |
| 'common/savable_url_schemes.h', |
| 'common/screen_orientation_messages.h', |
| + 'common/send_zygote_child_ping_linux.cc', |
| 'common/service_worker/embedded_worker_messages.h', |
| 'common/service_worker/service_worker_messages.h', |
| 'common/service_worker/service_worker_status_code.cc', |