| 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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
| 8 '../gin/gin.gyp:gin', | 8 '../gin/gin.gyp:gin', |
| 9 '../jingle/jingle.gyp:jingle_glue', | 9 '../jingle/jingle.gyp:jingle_glue', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'renderer/gamepad_shared_memory_reader.cc', | 148 'renderer/gamepad_shared_memory_reader.cc', |
| 149 'renderer/gamepad_shared_memory_reader.h', | 149 'renderer/gamepad_shared_memory_reader.h', |
| 150 'renderer/geolocation_dispatcher.cc', | 150 'renderer/geolocation_dispatcher.cc', |
| 151 'renderer/geolocation_dispatcher.h', | 151 'renderer/geolocation_dispatcher.h', |
| 152 'renderer/gpu/compositor_output_surface.cc', | 152 'renderer/gpu/compositor_output_surface.cc', |
| 153 'renderer/gpu/compositor_output_surface.h', | 153 'renderer/gpu/compositor_output_surface.h', |
| 154 'renderer/gpu/compositor_software_output_device.cc', | 154 'renderer/gpu/compositor_software_output_device.cc', |
| 155 'renderer/gpu/compositor_software_output_device.h', | 155 'renderer/gpu/compositor_software_output_device.h', |
| 156 'renderer/gpu/delegated_compositor_output_surface.cc', | 156 'renderer/gpu/delegated_compositor_output_surface.cc', |
| 157 'renderer/gpu/delegated_compositor_output_surface.h', | 157 'renderer/gpu/delegated_compositor_output_surface.h', |
| 158 'renderer/gpu/frame_swap_message_queue.cc', |
| 159 'renderer/gpu/frame_swap_message_queue.h', |
| 158 'renderer/gpu/gpu_benchmarking_extension.cc', | 160 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 159 'renderer/gpu/gpu_benchmarking_extension.h', | 161 'renderer/gpu/gpu_benchmarking_extension.h', |
| 160 'renderer/gpu/mailbox_output_surface.cc', | 162 'renderer/gpu/mailbox_output_surface.cc', |
| 161 'renderer/gpu/mailbox_output_surface.h', | 163 'renderer/gpu/mailbox_output_surface.h', |
| 162 'renderer/gpu/render_widget_compositor.cc', | 164 'renderer/gpu/render_widget_compositor.cc', |
| 163 'renderer/gpu/render_widget_compositor.h', | 165 'renderer/gpu/render_widget_compositor.h', |
| 164 'renderer/gpu/stream_texture_host_android.cc', | 166 'renderer/gpu/stream_texture_host_android.cc', |
| 165 'renderer/gpu/stream_texture_host_android.h', | 167 'renderer/gpu/stream_texture_host_android.h', |
| 166 'renderer/history_controller.cc', | 168 'renderer/history_controller.cc', |
| 167 'renderer/history_controller.h', | 169 'renderer/history_controller.h', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 }], | 783 }], |
| 782 ], | 784 ], |
| 783 'target_conditions': [ | 785 'target_conditions': [ |
| 784 ['OS=="android"', { | 786 ['OS=="android"', { |
| 785 'sources/': [ | 787 'sources/': [ |
| 786 ['include', '^renderer/render_view_linux\\.cc$'], | 788 ['include', '^renderer/render_view_linux\\.cc$'], |
| 787 ], | 789 ], |
| 788 }], | 790 }], |
| 789 ], | 791 ], |
| 790 } | 792 } |
| OLD | NEW |