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', |
| 215 'renderer/gpu/queue_message_swap_promise.cc', |
| 216 'renderer/gpu/queue_message_swap_promise.h', |
213 'renderer/gpu/render_widget_compositor.cc', | 217 'renderer/gpu/render_widget_compositor.cc', |
214 'renderer/gpu/render_widget_compositor.h', | 218 'renderer/gpu/render_widget_compositor.h', |
215 'renderer/gpu/stream_texture_host_android.cc', | 219 'renderer/gpu/stream_texture_host_android.cc', |
216 'renderer/gpu/stream_texture_host_android.h', | 220 'renderer/gpu/stream_texture_host_android.h', |
217 'renderer/history_controller.cc', | 221 'renderer/history_controller.cc', |
218 'renderer/history_controller.h', | 222 'renderer/history_controller.h', |
219 'renderer/history_entry.cc', | 223 'renderer/history_entry.cc', |
220 'renderer/history_entry.h', | 224 'renderer/history_entry.h', |
221 'renderer/history_serialization.cc', | 225 'renderer/history_serialization.cc', |
222 'renderer/history_serialization.h', | 226 'renderer/history_serialization.h', |
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 }], | 882 }], |
879 ], | 883 ], |
880 'target_conditions': [ | 884 'target_conditions': [ |
881 ['OS=="android"', { | 885 ['OS=="android"', { |
882 'sources/': [ | 886 'sources/': [ |
883 ['include', '^renderer/render_view_linux\\.cc$'], | 887 ['include', '^renderer/render_view_linux\\.cc$'], |
884 ], | 888 ], |
885 }], | 889 }], |
886 ], | 890 ], |
887 } | 891 } |
OLD | NEW |