Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: content/content_renderer.gypi

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't use unknown to break the promise on deletion Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698