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