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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'renderer/gamepad_shared_memory_reader.cc', | 201 'renderer/gamepad_shared_memory_reader.cc', |
202 'renderer/gamepad_shared_memory_reader.h', | 202 'renderer/gamepad_shared_memory_reader.h', |
203 'renderer/geolocation_dispatcher.cc', | 203 'renderer/geolocation_dispatcher.cc', |
204 'renderer/geolocation_dispatcher.h', | 204 'renderer/geolocation_dispatcher.h', |
205 'renderer/gpu/compositor_output_surface.cc', | 205 'renderer/gpu/compositor_output_surface.cc', |
206 'renderer/gpu/compositor_output_surface.h', | 206 'renderer/gpu/compositor_output_surface.h', |
207 'renderer/gpu/compositor_software_output_device.cc', | 207 'renderer/gpu/compositor_software_output_device.cc', |
208 'renderer/gpu/compositor_software_output_device.h', | 208 'renderer/gpu/compositor_software_output_device.h', |
209 'renderer/gpu/delegated_compositor_output_surface.cc', | 209 'renderer/gpu/delegated_compositor_output_surface.cc', |
210 'renderer/gpu/delegated_compositor_output_surface.h', | 210 'renderer/gpu/delegated_compositor_output_surface.h', |
| 211 'renderer/gpu/frame_swap_message_queue.cc', |
| 212 'renderer/gpu/frame_swap_message_queue.h', |
211 'renderer/gpu/gpu_benchmarking_extension.cc', | 213 'renderer/gpu/gpu_benchmarking_extension.cc', |
212 'renderer/gpu/gpu_benchmarking_extension.h', | 214 'renderer/gpu/gpu_benchmarking_extension.h', |
213 'renderer/gpu/mailbox_output_surface.cc', | 215 'renderer/gpu/mailbox_output_surface.cc', |
214 'renderer/gpu/mailbox_output_surface.h', | 216 'renderer/gpu/mailbox_output_surface.h', |
| 217 'renderer/gpu/queue_message_swap_promise.cc', |
| 218 'renderer/gpu/queue_message_swap_promise.h', |
215 'renderer/gpu/render_widget_compositor.cc', | 219 'renderer/gpu/render_widget_compositor.cc', |
216 'renderer/gpu/render_widget_compositor.h', | 220 'renderer/gpu/render_widget_compositor.h', |
217 'renderer/gpu/stream_texture_host_android.cc', | 221 'renderer/gpu/stream_texture_host_android.cc', |
218 'renderer/gpu/stream_texture_host_android.h', | 222 'renderer/gpu/stream_texture_host_android.h', |
219 'renderer/history_controller.cc', | 223 'renderer/history_controller.cc', |
220 'renderer/history_controller.h', | 224 'renderer/history_controller.h', |
221 'renderer/history_entry.cc', | 225 'renderer/history_entry.cc', |
222 'renderer/history_entry.h', | 226 'renderer/history_entry.h', |
223 'renderer/history_serialization.cc', | 227 'renderer/history_serialization.cc', |
224 'renderer/history_serialization.h', | 228 'renderer/history_serialization.h', |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 }], | 877 }], |
874 ], | 878 ], |
875 'target_conditions': [ | 879 'target_conditions': [ |
876 ['OS=="android"', { | 880 ['OS=="android"', { |
877 'sources/': [ | 881 'sources/': [ |
878 ['include', '^renderer/render_view_linux\\.cc$'], | 882 ['include', '^renderer/render_view_linux\\.cc$'], |
879 ], | 883 ], |
880 }], | 884 }], |
881 ], | 885 ], |
882 } | 886 } |
OLD | NEW |