| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', | 201 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', |
| 202 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', | 202 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', |
| 203 'renderer/fetchers/resource_fetcher_impl.cc', | 203 'renderer/fetchers/resource_fetcher_impl.cc', |
| 204 'renderer/fetchers/resource_fetcher_impl.h', | 204 'renderer/fetchers/resource_fetcher_impl.h', |
| 205 'renderer/fetchers/web_url_loader_client_impl.cc', | 205 'renderer/fetchers/web_url_loader_client_impl.cc', |
| 206 'renderer/fetchers/web_url_loader_client_impl.h', | 206 'renderer/fetchers/web_url_loader_client_impl.h', |
| 207 'renderer/frame_blame_context.cc', | 207 'renderer/frame_blame_context.cc', |
| 208 'renderer/frame_blame_context.h', | 208 'renderer/frame_blame_context.h', |
| 209 'renderer/gamepad_shared_memory_reader.cc', | 209 'renderer/gamepad_shared_memory_reader.cc', |
| 210 'renderer/gamepad_shared_memory_reader.h', | 210 'renderer/gamepad_shared_memory_reader.h', |
| 211 'renderer/geolocation_dispatcher.cc', | |
| 212 'renderer/geolocation_dispatcher.h', | |
| 213 'renderer/gpu/compositor_dependencies.h', | 211 'renderer/gpu/compositor_dependencies.h', |
| 214 'renderer/gpu/compositor_external_begin_frame_source.cc', | 212 'renderer/gpu/compositor_external_begin_frame_source.cc', |
| 215 'renderer/gpu/compositor_external_begin_frame_source.h', | 213 'renderer/gpu/compositor_external_begin_frame_source.h', |
| 216 'renderer/gpu/compositor_forwarding_message_filter.cc', | 214 'renderer/gpu/compositor_forwarding_message_filter.cc', |
| 217 'renderer/gpu/compositor_forwarding_message_filter.h', | 215 'renderer/gpu/compositor_forwarding_message_filter.h', |
| 218 'renderer/gpu/compositor_output_surface.cc', | 216 'renderer/gpu/compositor_output_surface.cc', |
| 219 'renderer/gpu/compositor_output_surface.h', | 217 'renderer/gpu/compositor_output_surface.h', |
| 220 'renderer/gpu/delegated_compositor_output_surface.cc', | 218 'renderer/gpu/delegated_compositor_output_surface.cc', |
| 221 'renderer/gpu/delegated_compositor_output_surface.h', | 219 'renderer/gpu/delegated_compositor_output_surface.h', |
| 222 'renderer/gpu/frame_swap_message_queue.cc', | 220 'renderer/gpu/frame_swap_message_queue.cc', |
| (...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 }], | 911 }], |
| 914 ], | 912 ], |
| 915 'target_conditions': [ | 913 'target_conditions': [ |
| 916 ['OS=="android"', { | 914 ['OS=="android"', { |
| 917 'sources/': [ | 915 'sources/': [ |
| 918 ['include', '^renderer/render_view_linux\\.cc$'], | 916 ['include', '^renderer/render_view_linux\\.cc$'], |
| 919 ], | 917 ], |
| 920 }], | 918 }], |
| 921 ], | 919 ], |
| 922 } | 920 } |
| OLD | NEW |