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/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', | 198 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', |
199 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', | 199 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', |
200 'renderer/fetchers/resource_fetcher_impl.cc', | 200 'renderer/fetchers/resource_fetcher_impl.cc', |
201 'renderer/fetchers/resource_fetcher_impl.h', | 201 'renderer/fetchers/resource_fetcher_impl.h', |
202 'renderer/fetchers/web_url_loader_client_impl.cc', | 202 'renderer/fetchers/web_url_loader_client_impl.cc', |
203 'renderer/fetchers/web_url_loader_client_impl.h', | 203 'renderer/fetchers/web_url_loader_client_impl.h', |
204 'renderer/frame_blame_context.cc', | 204 'renderer/frame_blame_context.cc', |
205 'renderer/frame_blame_context.h', | 205 'renderer/frame_blame_context.h', |
206 'renderer/gamepad_shared_memory_reader.cc', | 206 'renderer/gamepad_shared_memory_reader.cc', |
207 'renderer/gamepad_shared_memory_reader.h', | 207 'renderer/gamepad_shared_memory_reader.h', |
208 'renderer/geolocation_dispatcher.cc', | |
209 'renderer/geolocation_dispatcher.h', | |
210 'renderer/gpu/compositor_dependencies.h', | 208 'renderer/gpu/compositor_dependencies.h', |
211 'renderer/gpu/compositor_external_begin_frame_source.cc', | 209 'renderer/gpu/compositor_external_begin_frame_source.cc', |
212 'renderer/gpu/compositor_external_begin_frame_source.h', | 210 'renderer/gpu/compositor_external_begin_frame_source.h', |
213 'renderer/gpu/compositor_forwarding_message_filter.cc', | 211 'renderer/gpu/compositor_forwarding_message_filter.cc', |
214 'renderer/gpu/compositor_forwarding_message_filter.h', | 212 'renderer/gpu/compositor_forwarding_message_filter.h', |
215 'renderer/gpu/compositor_output_surface.cc', | 213 'renderer/gpu/compositor_output_surface.cc', |
216 'renderer/gpu/compositor_output_surface.h', | 214 'renderer/gpu/compositor_output_surface.h', |
217 'renderer/gpu/delegated_compositor_output_surface.cc', | 215 'renderer/gpu/delegated_compositor_output_surface.cc', |
218 'renderer/gpu/delegated_compositor_output_surface.h', | 216 'renderer/gpu/delegated_compositor_output_surface.h', |
219 'renderer/gpu/frame_swap_message_queue.cc', | 217 'renderer/gpu/frame_swap_message_queue.cc', |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 }], | 916 }], |
919 ], | 917 ], |
920 'target_conditions': [ | 918 'target_conditions': [ |
921 ['OS=="android"', { | 919 ['OS=="android"', { |
922 'sources/': [ | 920 'sources/': [ |
923 ['include', '^renderer/render_view_linux\\.cc$'], | 921 ['include', '^renderer/render_view_linux\\.cc$'], |
924 ], | 922 ], |
925 }], | 923 }], |
926 ], | 924 ], |
927 } | 925 } |
OLD | NEW |