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 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
10 '../cc/blink/cc_blink.gyp:cc_blink', | 10 '../cc/blink/cc_blink.gyp:cc_blink', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', | 152 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', |
153 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', | 153 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', |
154 'renderer/fetchers/resource_fetcher_impl.cc', | 154 'renderer/fetchers/resource_fetcher_impl.cc', |
155 'renderer/fetchers/resource_fetcher_impl.h', | 155 'renderer/fetchers/resource_fetcher_impl.h', |
156 'renderer/fetchers/web_url_loader_client_impl.cc', | 156 'renderer/fetchers/web_url_loader_client_impl.cc', |
157 'renderer/fetchers/web_url_loader_client_impl.h', | 157 'renderer/fetchers/web_url_loader_client_impl.h', |
158 'renderer/gamepad_shared_memory_reader.cc', | 158 'renderer/gamepad_shared_memory_reader.cc', |
159 'renderer/gamepad_shared_memory_reader.h', | 159 'renderer/gamepad_shared_memory_reader.h', |
160 'renderer/geolocation_dispatcher.cc', | 160 'renderer/geolocation_dispatcher.cc', |
161 'renderer/geolocation_dispatcher.h', | 161 'renderer/geolocation_dispatcher.h', |
| 162 'renderer/gpu/compositor_dependencies.h', |
162 'renderer/gpu/compositor_external_begin_frame_source.cc', | 163 'renderer/gpu/compositor_external_begin_frame_source.cc', |
163 'renderer/gpu/compositor_external_begin_frame_source.h', | 164 'renderer/gpu/compositor_external_begin_frame_source.h', |
164 'renderer/gpu/compositor_forwarding_message_filter.cc', | 165 'renderer/gpu/compositor_forwarding_message_filter.cc', |
165 'renderer/gpu/compositor_forwarding_message_filter.h', | 166 'renderer/gpu/compositor_forwarding_message_filter.h', |
166 'renderer/gpu/compositor_output_surface.cc', | 167 'renderer/gpu/compositor_output_surface.cc', |
167 'renderer/gpu/compositor_output_surface.h', | 168 'renderer/gpu/compositor_output_surface.h', |
168 'renderer/gpu/compositor_software_output_device.cc', | 169 'renderer/gpu/compositor_software_output_device.cc', |
169 'renderer/gpu/compositor_software_output_device.h', | 170 'renderer/gpu/compositor_software_output_device.h', |
170 'renderer/gpu/delegated_compositor_output_surface.cc', | 171 'renderer/gpu/delegated_compositor_output_surface.cc', |
171 'renderer/gpu/delegated_compositor_output_surface.h', | 172 'renderer/gpu/delegated_compositor_output_surface.h', |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 }], | 835 }], |
835 ], | 836 ], |
836 'target_conditions': [ | 837 'target_conditions': [ |
837 ['OS=="android"', { | 838 ['OS=="android"', { |
838 'sources/': [ | 839 'sources/': [ |
839 ['include', '^renderer/render_view_linux\\.cc$'], | 840 ['include', '^renderer/render_view_linux\\.cc$'], |
840 ], | 841 ], |
841 }], | 842 }], |
842 ], | 843 ], |
843 } | 844 } |
OLD | NEW |