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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'renderer/gpu/frame_swap_message_queue.cc', | 208 'renderer/gpu/frame_swap_message_queue.cc', |
209 'renderer/gpu/frame_swap_message_queue.h', | 209 'renderer/gpu/frame_swap_message_queue.h', |
210 'renderer/gpu/gpu_benchmarking_extension.cc', | 210 'renderer/gpu/gpu_benchmarking_extension.cc', |
211 'renderer/gpu/gpu_benchmarking_extension.h', | 211 'renderer/gpu/gpu_benchmarking_extension.h', |
212 'renderer/gpu/mailbox_output_surface.cc', | 212 'renderer/gpu/mailbox_output_surface.cc', |
213 'renderer/gpu/mailbox_output_surface.h', | 213 'renderer/gpu/mailbox_output_surface.h', |
214 'renderer/gpu/queue_message_swap_promise.cc', | 214 'renderer/gpu/queue_message_swap_promise.cc', |
215 'renderer/gpu/queue_message_swap_promise.h', | 215 'renderer/gpu/queue_message_swap_promise.h', |
216 'renderer/gpu/render_widget_compositor.cc', | 216 'renderer/gpu/render_widget_compositor.cc', |
217 'renderer/gpu/render_widget_compositor.h', | 217 'renderer/gpu/render_widget_compositor.h', |
| 218 'renderer/gpu/render_widget_compositor_delegate.h', |
218 'renderer/gpu/stream_texture_host_android.cc', | 219 'renderer/gpu/stream_texture_host_android.cc', |
219 'renderer/gpu/stream_texture_host_android.h', | 220 'renderer/gpu/stream_texture_host_android.h', |
220 'renderer/history_controller.cc', | 221 'renderer/history_controller.cc', |
221 'renderer/history_controller.h', | 222 'renderer/history_controller.h', |
222 'renderer/history_entry.cc', | 223 'renderer/history_entry.cc', |
223 'renderer/history_entry.h', | 224 'renderer/history_entry.h', |
224 'renderer/history_serialization.cc', | 225 'renderer/history_serialization.cc', |
225 'renderer/history_serialization.h', | 226 'renderer/history_serialization.h', |
226 'renderer/idle_user_detector.cc', | 227 'renderer/idle_user_detector.cc', |
227 'renderer/idle_user_detector.h', | 228 'renderer/idle_user_detector.h', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 }], | 922 }], |
922 ], | 923 ], |
923 'target_conditions': [ | 924 'target_conditions': [ |
924 ['OS=="android"', { | 925 ['OS=="android"', { |
925 'sources/': [ | 926 'sources/': [ |
926 ['include', '^renderer/render_view_linux\\.cc$'], | 927 ['include', '^renderer/render_view_linux\\.cc$'], |
927 ], | 928 ], |
928 }], | 929 }], |
929 ], | 930 ], |
930 } | 931 } |
OLD | NEW |