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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'renderer/gamepad_shared_memory_reader.h', | 168 'renderer/gamepad_shared_memory_reader.h', |
169 'renderer/geolocation_dispatcher.cc', | 169 'renderer/geolocation_dispatcher.cc', |
170 'renderer/geolocation_dispatcher.h', | 170 'renderer/geolocation_dispatcher.h', |
171 'renderer/gpu/compositor_dependencies.h', | 171 'renderer/gpu/compositor_dependencies.h', |
172 'renderer/gpu/compositor_external_begin_frame_source.cc', | 172 'renderer/gpu/compositor_external_begin_frame_source.cc', |
173 'renderer/gpu/compositor_external_begin_frame_source.h', | 173 'renderer/gpu/compositor_external_begin_frame_source.h', |
174 'renderer/gpu/compositor_forwarding_message_filter.cc', | 174 'renderer/gpu/compositor_forwarding_message_filter.cc', |
175 'renderer/gpu/compositor_forwarding_message_filter.h', | 175 'renderer/gpu/compositor_forwarding_message_filter.h', |
176 'renderer/gpu/compositor_output_surface.cc', | 176 'renderer/gpu/compositor_output_surface.cc', |
177 'renderer/gpu/compositor_output_surface.h', | 177 'renderer/gpu/compositor_output_surface.h', |
178 'renderer/gpu/compositor_software_output_device.cc', | |
179 'renderer/gpu/compositor_software_output_device.h', | |
180 'renderer/gpu/delegated_compositor_output_surface.cc', | 178 'renderer/gpu/delegated_compositor_output_surface.cc', |
181 'renderer/gpu/delegated_compositor_output_surface.h', | 179 'renderer/gpu/delegated_compositor_output_surface.h', |
182 'renderer/gpu/frame_swap_message_queue.cc', | 180 'renderer/gpu/frame_swap_message_queue.cc', |
183 'renderer/gpu/frame_swap_message_queue.h', | 181 'renderer/gpu/frame_swap_message_queue.h', |
184 'renderer/gpu/gpu_benchmarking_extension.cc', | 182 'renderer/gpu/gpu_benchmarking_extension.cc', |
185 'renderer/gpu/gpu_benchmarking_extension.h', | 183 'renderer/gpu/gpu_benchmarking_extension.h', |
186 'renderer/gpu/mailbox_output_surface.cc', | 184 'renderer/gpu/mailbox_output_surface.cc', |
187 'renderer/gpu/mailbox_output_surface.h', | 185 'renderer/gpu/mailbox_output_surface.h', |
188 'renderer/gpu/queue_message_swap_promise.cc', | 186 'renderer/gpu/queue_message_swap_promise.cc', |
189 'renderer/gpu/queue_message_swap_promise.h', | 187 'renderer/gpu/queue_message_swap_promise.h', |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 }], | 850 }], |
853 ], | 851 ], |
854 'target_conditions': [ | 852 'target_conditions': [ |
855 ['OS=="android"', { | 853 ['OS=="android"', { |
856 'sources/': [ | 854 'sources/': [ |
857 ['include', '^renderer/render_view_linux\\.cc$'], | 855 ['include', '^renderer/render_view_linux\\.cc$'], |
858 ], | 856 ], |
859 }], | 857 }], |
860 ], | 858 ], |
861 } | 859 } |
OLD | NEW |