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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'renderer/gpu/compositor_output_surface.cc', | 151 'renderer/gpu/compositor_output_surface.cc', |
152 'renderer/gpu/compositor_output_surface.h', | 152 'renderer/gpu/compositor_output_surface.h', |
153 'renderer/gpu/compositor_software_output_device.cc', | 153 'renderer/gpu/compositor_software_output_device.cc', |
154 'renderer/gpu/compositor_software_output_device.h', | 154 'renderer/gpu/compositor_software_output_device.h', |
155 'renderer/gpu/delegated_compositor_output_surface.cc', | 155 'renderer/gpu/delegated_compositor_output_surface.cc', |
156 'renderer/gpu/delegated_compositor_output_surface.h', | 156 'renderer/gpu/delegated_compositor_output_surface.h', |
157 'renderer/gpu/gpu_benchmarking_extension.cc', | 157 'renderer/gpu/gpu_benchmarking_extension.cc', |
158 'renderer/gpu/gpu_benchmarking_extension.h', | 158 'renderer/gpu/gpu_benchmarking_extension.h', |
159 'renderer/gpu/mailbox_output_surface.cc', | 159 'renderer/gpu/mailbox_output_surface.cc', |
160 'renderer/gpu/mailbox_output_surface.h', | 160 'renderer/gpu/mailbox_output_surface.h', |
| 161 'renderer/gpu/null_output_surface.h', |
161 'renderer/gpu/render_widget_compositor.cc', | 162 'renderer/gpu/render_widget_compositor.cc', |
162 'renderer/gpu/render_widget_compositor.h', | 163 'renderer/gpu/render_widget_compositor.h', |
163 'renderer/gpu/stream_texture_host_android.cc', | 164 'renderer/gpu/stream_texture_host_android.cc', |
164 'renderer/gpu/stream_texture_host_android.h', | 165 'renderer/gpu/stream_texture_host_android.h', |
165 'renderer/idle_user_detector.cc', | 166 'renderer/idle_user_detector.cc', |
166 'renderer/idle_user_detector.h', | 167 'renderer/idle_user_detector.h', |
167 'renderer/image_loading_helper.cc', | 168 'renderer/image_loading_helper.cc', |
168 'renderer/image_loading_helper.h', | 169 'renderer/image_loading_helper.h', |
169 'renderer/ime_event_guard.cc', | 170 'renderer/ime_event_guard.cc', |
170 'renderer/ime_event_guard.h', | 171 'renderer/ime_event_guard.h', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 }], | 782 }], |
782 ], | 783 ], |
783 'target_conditions': [ | 784 'target_conditions': [ |
784 ['OS=="android"', { | 785 ['OS=="android"', { |
785 'sources/': [ | 786 'sources/': [ |
786 ['include', '^renderer/render_view_linux\\.cc$'], | 787 ['include', '^renderer/render_view_linux\\.cc$'], |
787 ], | 788 ], |
788 }], | 789 }], |
789 ], | 790 ], |
790 } | 791 } |
OLD | NEW |