| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'renderer/gpu/compositor_external_begin_frame_source.cc', | 171 'renderer/gpu/compositor_external_begin_frame_source.cc', |
| 172 'renderer/gpu/compositor_external_begin_frame_source.h', | 172 'renderer/gpu/compositor_external_begin_frame_source.h', |
| 173 'renderer/gpu/compositor_forwarding_message_filter.cc', | 173 'renderer/gpu/compositor_forwarding_message_filter.cc', |
| 174 'renderer/gpu/compositor_forwarding_message_filter.h', | 174 'renderer/gpu/compositor_forwarding_message_filter.h', |
| 175 'renderer/gpu/compositor_output_surface.cc', | 175 'renderer/gpu/compositor_output_surface.cc', |
| 176 'renderer/gpu/compositor_output_surface.h', | 176 'renderer/gpu/compositor_output_surface.h', |
| 177 'renderer/gpu/compositor_software_output_device.cc', | 177 'renderer/gpu/compositor_software_output_device.cc', |
| 178 'renderer/gpu/compositor_software_output_device.h', | 178 'renderer/gpu/compositor_software_output_device.h', |
| 179 'renderer/gpu/delegated_compositor_output_surface.cc', | 179 'renderer/gpu/delegated_compositor_output_surface.cc', |
| 180 'renderer/gpu/delegated_compositor_output_surface.h', | 180 'renderer/gpu/delegated_compositor_output_surface.h', |
| 181 'renderer/gpu/frame_swap_message_queue.cc', | 181 'renderer/gpu/frame_update_message_queue.cc', |
| 182 'renderer/gpu/frame_swap_message_queue.h', | 182 'renderer/gpu/frame_update_message_queue.h', |
| 183 'renderer/gpu/gpu_benchmarking_extension.cc', | 183 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 184 'renderer/gpu/gpu_benchmarking_extension.h', | 184 'renderer/gpu/gpu_benchmarking_extension.h', |
| 185 'renderer/gpu/mailbox_output_surface.cc', | 185 'renderer/gpu/mailbox_output_surface.cc', |
| 186 'renderer/gpu/mailbox_output_surface.h', | 186 'renderer/gpu/mailbox_output_surface.h', |
| 187 'renderer/gpu/queue_message_promise.cc', |
| 188 'renderer/gpu/queue_message_promise.h', |
| 189 'renderer/gpu/queue_message_activation_promise.cc', |
| 190 'renderer/gpu/queue_message_activation_promise.h', |
| 187 'renderer/gpu/queue_message_swap_promise.cc', | 191 'renderer/gpu/queue_message_swap_promise.cc', |
| 188 'renderer/gpu/queue_message_swap_promise.h', | 192 'renderer/gpu/queue_message_swap_promise.h', |
| 189 'renderer/gpu/render_widget_compositor.cc', | 193 'renderer/gpu/render_widget_compositor.cc', |
| 190 'renderer/gpu/render_widget_compositor.h', | 194 'renderer/gpu/render_widget_compositor.h', |
| 191 'renderer/gpu/stream_texture_host_android.cc', | 195 'renderer/gpu/stream_texture_host_android.cc', |
| 192 'renderer/gpu/stream_texture_host_android.h', | 196 'renderer/gpu/stream_texture_host_android.h', |
| 193 'renderer/history_controller.cc', | 197 'renderer/history_controller.cc', |
| 194 'renderer/history_controller.h', | 198 'renderer/history_controller.h', |
| 195 'renderer/history_entry.cc', | 199 'renderer/history_entry.cc', |
| 196 'renderer/history_entry.h', | 200 'renderer/history_entry.h', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 }], | 857 }], |
| 854 ], | 858 ], |
| 855 'target_conditions': [ | 859 'target_conditions': [ |
| 856 ['OS=="android"', { | 860 ['OS=="android"', { |
| 857 'sources/': [ | 861 'sources/': [ |
| 858 ['include', '^renderer/render_view_linux\\.cc$'], | 862 ['include', '^renderer/render_view_linux\\.cc$'], |
| 859 ], | 863 ], |
| 860 }], | 864 }], |
| 861 ], | 865 ], |
| 862 } | 866 } |
| OLD | NEW |