OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'dependencies': [ | 6 'dependencies': [ |
7 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'renderer/gamepad_shared_memory_reader.cc', | 199 'renderer/gamepad_shared_memory_reader.cc', |
200 'renderer/gamepad_shared_memory_reader.h', | 200 'renderer/gamepad_shared_memory_reader.h', |
201 'renderer/geolocation_dispatcher.cc', | 201 'renderer/geolocation_dispatcher.cc', |
202 'renderer/geolocation_dispatcher.h', | 202 'renderer/geolocation_dispatcher.h', |
203 'renderer/gpu/compositor_output_surface.cc', | 203 'renderer/gpu/compositor_output_surface.cc', |
204 'renderer/gpu/compositor_output_surface.h', | 204 'renderer/gpu/compositor_output_surface.h', |
205 'renderer/gpu/compositor_software_output_device.cc', | 205 'renderer/gpu/compositor_software_output_device.cc', |
206 'renderer/gpu/compositor_software_output_device.h', | 206 'renderer/gpu/compositor_software_output_device.h', |
207 'renderer/gpu/delegated_compositor_output_surface.cc', | 207 'renderer/gpu/delegated_compositor_output_surface.cc', |
208 'renderer/gpu/delegated_compositor_output_surface.h', | 208 'renderer/gpu/delegated_compositor_output_surface.h', |
| 209 'renderer/gpu/frame_swap_message_queue.cc', |
| 210 'renderer/gpu/frame_swap_message_queue.h', |
209 'renderer/gpu/gpu_benchmarking_extension.cc', | 211 'renderer/gpu/gpu_benchmarking_extension.cc', |
210 'renderer/gpu/gpu_benchmarking_extension.h', | 212 'renderer/gpu/gpu_benchmarking_extension.h', |
211 'renderer/gpu/mailbox_output_surface.cc', | 213 'renderer/gpu/mailbox_output_surface.cc', |
212 'renderer/gpu/mailbox_output_surface.h', | 214 'renderer/gpu/mailbox_output_surface.h', |
213 'renderer/gpu/render_widget_compositor.cc', | 215 'renderer/gpu/render_widget_compositor.cc', |
214 'renderer/gpu/render_widget_compositor.h', | 216 'renderer/gpu/render_widget_compositor.h', |
215 'renderer/gpu/stream_texture_host_android.cc', | 217 'renderer/gpu/stream_texture_host_android.cc', |
216 'renderer/gpu/stream_texture_host_android.h', | 218 'renderer/gpu/stream_texture_host_android.h', |
217 'renderer/history_controller.cc', | 219 'renderer/history_controller.cc', |
218 'renderer/history_controller.h', | 220 'renderer/history_controller.h', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'renderer/mhtml_generator.cc', | 370 'renderer/mhtml_generator.cc', |
369 'renderer/mhtml_generator.h', | 371 'renderer/mhtml_generator.h', |
370 'renderer/mouse_lock_dispatcher.cc', | 372 'renderer/mouse_lock_dispatcher.cc', |
371 'renderer/mouse_lock_dispatcher.h', | 373 'renderer/mouse_lock_dispatcher.h', |
372 'renderer/net_info_helper.cc', | 374 'renderer/net_info_helper.cc', |
373 'renderer/net_info_helper.h', | 375 'renderer/net_info_helper.h', |
374 'renderer/notification_provider.cc', | 376 'renderer/notification_provider.cc', |
375 'renderer/notification_provider.h', | 377 'renderer/notification_provider.h', |
376 'renderer/push_messaging_dispatcher.cc', | 378 'renderer/push_messaging_dispatcher.cc', |
377 'renderer/push_messaging_dispatcher.h', | 379 'renderer/push_messaging_dispatcher.h', |
| 380 'renderer/queue_message_swap_promise.cc', |
| 381 'renderer/queue_message_swap_promise.h', |
378 'renderer/render_frame_impl.cc', | 382 'renderer/render_frame_impl.cc', |
379 'renderer/render_frame_impl.h', | 383 'renderer/render_frame_impl.h', |
380 'renderer/render_frame_proxy.cc', | 384 'renderer/render_frame_proxy.cc', |
381 'renderer/render_frame_proxy.h', | 385 'renderer/render_frame_proxy.h', |
382 'renderer/render_process.h', | 386 'renderer/render_process.h', |
383 'renderer/render_process_impl.cc', | 387 'renderer/render_process_impl.cc', |
384 'renderer/render_process_impl.h', | 388 'renderer/render_process_impl.h', |
385 'renderer/render_thread_impl.cc', | 389 'renderer/render_thread_impl.cc', |
386 'renderer/render_thread_impl.h', | 390 'renderer/render_thread_impl.h', |
387 'renderer/render_view_impl.cc', | 391 'renderer/render_view_impl.cc', |
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 }], | 888 }], |
885 ], | 889 ], |
886 'target_conditions': [ | 890 'target_conditions': [ |
887 ['OS=="android"', { | 891 ['OS=="android"', { |
888 'sources/': [ | 892 'sources/': [ |
889 ['include', '^renderer/render_view_linux\\.cc$'], | 893 ['include', '^renderer/render_view_linux\\.cc$'], |
890 ], | 894 ], |
891 }], | 895 }], |
892 ], | 896 ], |
893 } | 897 } |
OLD | NEW |