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

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 metadata to stash IPC messages Created 6 years, 7 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'renderer/gamepad_shared_memory_reader.cc', 146 'renderer/gamepad_shared_memory_reader.cc',
147 'renderer/gamepad_shared_memory_reader.h', 147 'renderer/gamepad_shared_memory_reader.h',
148 'renderer/geolocation_dispatcher.cc', 148 'renderer/geolocation_dispatcher.cc',
149 'renderer/geolocation_dispatcher.h', 149 'renderer/geolocation_dispatcher.h',
150 'renderer/gpu/compositor_output_surface.cc', 150 'renderer/gpu/compositor_output_surface.cc',
151 'renderer/gpu/compositor_output_surface.h', 151 'renderer/gpu/compositor_output_surface.h',
152 'renderer/gpu/compositor_software_output_device.cc', 152 'renderer/gpu/compositor_software_output_device.cc',
153 'renderer/gpu/compositor_software_output_device.h', 153 'renderer/gpu/compositor_software_output_device.h',
154 'renderer/gpu/delegated_compositor_output_surface.cc', 154 'renderer/gpu/delegated_compositor_output_surface.cc',
155 'renderer/gpu/delegated_compositor_output_surface.h', 155 'renderer/gpu/delegated_compositor_output_surface.h',
156 'renderer/gpu/frame_swap_message_queue.cc',
157 'renderer/gpu/frame_swap_message_queue.h',
156 'renderer/gpu/gpu_benchmarking_extension.cc', 158 'renderer/gpu/gpu_benchmarking_extension.cc',
157 'renderer/gpu/gpu_benchmarking_extension.h', 159 'renderer/gpu/gpu_benchmarking_extension.h',
158 'renderer/gpu/mailbox_output_surface.cc', 160 'renderer/gpu/mailbox_output_surface.cc',
159 'renderer/gpu/mailbox_output_surface.h', 161 'renderer/gpu/mailbox_output_surface.h',
160 'renderer/gpu/render_widget_compositor.cc', 162 'renderer/gpu/render_widget_compositor.cc',
161 'renderer/gpu/render_widget_compositor.h', 163 'renderer/gpu/render_widget_compositor.h',
162 'renderer/gpu/stream_texture_host_android.cc', 164 'renderer/gpu/stream_texture_host_android.cc',
163 'renderer/gpu/stream_texture_host_android.h', 165 'renderer/gpu/stream_texture_host_android.h',
164 'renderer/history_controller.cc', 166 'renderer/history_controller.cc',
165 'renderer/history_controller.h', 167 'renderer/history_controller.h',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }], 777 }],
776 ], 778 ],
777 'target_conditions': [ 779 'target_conditions': [
778 ['OS=="android"', { 780 ['OS=="android"', {
779 'sources/': [ 781 'sources/': [
780 ['include', '^renderer/render_view_linux\\.cc$'], 782 ['include', '^renderer/render_view_linux\\.cc$'],
781 ], 783 ],
782 }], 784 }],
783 ], 785 ],
784 } 786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698