| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'renderer/gamepad_shared_memory_reader.cc', | 153 'renderer/gamepad_shared_memory_reader.cc', |
| 154 'renderer/gamepad_shared_memory_reader.h', | 154 'renderer/gamepad_shared_memory_reader.h', |
| 155 'renderer/geolocation_dispatcher.cc', | 155 'renderer/geolocation_dispatcher.cc', |
| 156 'renderer/geolocation_dispatcher.h', | 156 'renderer/geolocation_dispatcher.h', |
| 157 'renderer/gpu/compositor_output_surface.cc', | 157 'renderer/gpu/compositor_output_surface.cc', |
| 158 'renderer/gpu/compositor_output_surface.h', | 158 'renderer/gpu/compositor_output_surface.h', |
| 159 'renderer/gpu/compositor_software_output_device.cc', | 159 'renderer/gpu/compositor_software_output_device.cc', |
| 160 'renderer/gpu/compositor_software_output_device.h', | 160 'renderer/gpu/compositor_software_output_device.h', |
| 161 'renderer/gpu/delegated_compositor_output_surface.cc', | 161 'renderer/gpu/delegated_compositor_output_surface.cc', |
| 162 'renderer/gpu/delegated_compositor_output_surface.h', | 162 'renderer/gpu/delegated_compositor_output_surface.h', |
| 163 'renderer/gpu/frame_swap_message_queue.cc', |
| 164 'renderer/gpu/frame_swap_message_queue.h', |
| 163 'renderer/gpu/gpu_benchmarking_extension.cc', | 165 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 164 'renderer/gpu/gpu_benchmarking_extension.h', | 166 'renderer/gpu/gpu_benchmarking_extension.h', |
| 165 'renderer/gpu/mailbox_output_surface.cc', | 167 'renderer/gpu/mailbox_output_surface.cc', |
| 166 'renderer/gpu/mailbox_output_surface.h', | 168 'renderer/gpu/mailbox_output_surface.h', |
| 167 'renderer/gpu/render_widget_compositor.cc', | 169 'renderer/gpu/render_widget_compositor.cc', |
| 168 'renderer/gpu/render_widget_compositor.h', | 170 'renderer/gpu/render_widget_compositor.h', |
| 169 'renderer/gpu/stream_texture_host_android.cc', | 171 'renderer/gpu/stream_texture_host_android.cc', |
| 170 'renderer/gpu/stream_texture_host_android.h', | 172 'renderer/gpu/stream_texture_host_android.h', |
| 171 'renderer/history_controller.cc', | 173 'renderer/history_controller.cc', |
| 172 'renderer/history_controller.h', | 174 'renderer/history_controller.h', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 }], | 838 }], |
| 837 ], | 839 ], |
| 838 'target_conditions': [ | 840 'target_conditions': [ |
| 839 ['OS=="android"', { | 841 ['OS=="android"', { |
| 840 'sources/': [ | 842 'sources/': [ |
| 841 ['include', '^renderer/render_view_linux\\.cc$'], | 843 ['include', '^renderer/render_view_linux\\.cc$'], |
| 842 ], | 844 ], |
| 843 }], | 845 }], |
| 844 ], | 846 ], |
| 845 } | 847 } |
| OLD | NEW |