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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', | 153 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', |
154 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', | 154 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', |
155 'renderer/fetchers/resource_fetcher_impl.cc', | 155 'renderer/fetchers/resource_fetcher_impl.cc', |
156 'renderer/fetchers/resource_fetcher_impl.h', | 156 'renderer/fetchers/resource_fetcher_impl.h', |
157 'renderer/fetchers/web_url_loader_client_impl.cc', | 157 'renderer/fetchers/web_url_loader_client_impl.cc', |
158 'renderer/fetchers/web_url_loader_client_impl.h', | 158 'renderer/fetchers/web_url_loader_client_impl.h', |
159 'renderer/gamepad_shared_memory_reader.cc', | 159 'renderer/gamepad_shared_memory_reader.cc', |
160 'renderer/gamepad_shared_memory_reader.h', | 160 'renderer/gamepad_shared_memory_reader.h', |
161 'renderer/geolocation_dispatcher.cc', | 161 'renderer/geolocation_dispatcher.cc', |
162 'renderer/geolocation_dispatcher.h', | 162 'renderer/geolocation_dispatcher.h', |
| 163 'renderer/gpu/compositor_external_begin_frame_source.cc', |
| 164 'renderer/gpu/compositor_external_begin_frame_source.h', |
| 165 'renderer/gpu/compositor_ipc_message_filter.cc', |
| 166 'renderer/gpu/compositor_ipc_message_filter.h', |
163 'renderer/gpu/compositor_output_surface.cc', | 167 'renderer/gpu/compositor_output_surface.cc', |
164 'renderer/gpu/compositor_output_surface.h', | 168 'renderer/gpu/compositor_output_surface.h', |
165 'renderer/gpu/compositor_software_output_device.cc', | 169 'renderer/gpu/compositor_software_output_device.cc', |
166 'renderer/gpu/compositor_software_output_device.h', | 170 'renderer/gpu/compositor_software_output_device.h', |
167 'renderer/gpu/delegated_compositor_output_surface.cc', | 171 'renderer/gpu/delegated_compositor_output_surface.cc', |
168 'renderer/gpu/delegated_compositor_output_surface.h', | 172 'renderer/gpu/delegated_compositor_output_surface.h', |
169 'renderer/gpu/frame_swap_message_queue.cc', | 173 'renderer/gpu/frame_swap_message_queue.cc', |
170 'renderer/gpu/frame_swap_message_queue.h', | 174 'renderer/gpu/frame_swap_message_queue.h', |
171 'renderer/gpu/gpu_benchmarking_extension.cc', | 175 'renderer/gpu/gpu_benchmarking_extension.cc', |
172 'renderer/gpu/gpu_benchmarking_extension.h', | 176 'renderer/gpu/gpu_benchmarking_extension.h', |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 }], | 840 }], |
837 ], | 841 ], |
838 'target_conditions': [ | 842 'target_conditions': [ |
839 ['OS=="android"', { | 843 ['OS=="android"', { |
840 'sources/': [ | 844 'sources/': [ |
841 ['include', '^renderer/render_view_linux\\.cc$'], | 845 ['include', '^renderer/render_view_linux\\.cc$'], |
842 ], | 846 ], |
843 }], | 847 }], |
844 ], | 848 ], |
845 } | 849 } |
OLD | NEW |