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