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

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: 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'renderer/gamepad_shared_memory_reader.cc', 151 'renderer/gamepad_shared_memory_reader.cc',
152 'renderer/gamepad_shared_memory_reader.h', 152 'renderer/gamepad_shared_memory_reader.h',
153 'renderer/geolocation_dispatcher.cc', 153 'renderer/geolocation_dispatcher.cc',
154 'renderer/geolocation_dispatcher.h', 154 'renderer/geolocation_dispatcher.h',
155 'renderer/gpu/compositor_output_surface.cc', 155 'renderer/gpu/compositor_output_surface.cc',
156 'renderer/gpu/compositor_output_surface.h', 156 'renderer/gpu/compositor_output_surface.h',
157 'renderer/gpu/compositor_software_output_device.cc', 157 'renderer/gpu/compositor_software_output_device.cc',
158 'renderer/gpu/compositor_software_output_device.h', 158 'renderer/gpu/compositor_software_output_device.h',
159 'renderer/gpu/delegated_compositor_output_surface.cc', 159 'renderer/gpu/delegated_compositor_output_surface.cc',
160 'renderer/gpu/delegated_compositor_output_surface.h', 160 'renderer/gpu/delegated_compositor_output_surface.h',
161 'renderer/gpu/frame_swap_message_queue.cc',
162 'renderer/gpu/frame_swap_message_queue.h',
161 'renderer/gpu/gpu_benchmarking_extension.cc', 163 'renderer/gpu/gpu_benchmarking_extension.cc',
162 'renderer/gpu/gpu_benchmarking_extension.h', 164 'renderer/gpu/gpu_benchmarking_extension.h',
163 'renderer/gpu/mailbox_output_surface.cc', 165 'renderer/gpu/mailbox_output_surface.cc',
164 'renderer/gpu/mailbox_output_surface.h', 166 'renderer/gpu/mailbox_output_surface.h',
165 'renderer/gpu/render_widget_compositor.cc', 167 'renderer/gpu/render_widget_compositor.cc',
166 'renderer/gpu/render_widget_compositor.h', 168 'renderer/gpu/render_widget_compositor.h',
167 'renderer/gpu/stream_texture_host_android.cc', 169 'renderer/gpu/stream_texture_host_android.cc',
168 'renderer/gpu/stream_texture_host_android.h', 170 'renderer/gpu/stream_texture_host_android.h',
169 'renderer/history_controller.cc', 171 'renderer/history_controller.cc',
170 'renderer/history_controller.h', 172 'renderer/history_controller.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 }], 791 }],
790 ], 792 ],
791 'target_conditions': [ 793 'target_conditions': [
792 ['OS=="android"', { 794 ['OS=="android"', {
793 'sources/': [ 795 'sources/': [
794 ['include', '^renderer/render_view_linux\\.cc$'], 796 ['include', '^renderer/render_view_linux\\.cc$'],
795 ], 797 ],
796 }], 798 }],
797 ], 799 ],
798 } 800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698