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

Side by Side Diff: content/content_renderer.gypi

Issue 16304003: Unified OutputSurface::SwapBuffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 205473 Created 7 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/public/blink.gyp:blink', 10 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'renderer/external_popup_menu.cc', 100 'renderer/external_popup_menu.cc',
101 'renderer/external_popup_menu.h', 101 'renderer/external_popup_menu.h',
102 'renderer/gamepad_shared_memory_reader.cc', 102 'renderer/gamepad_shared_memory_reader.cc',
103 'renderer/gamepad_shared_memory_reader.h', 103 'renderer/gamepad_shared_memory_reader.h',
104 'renderer/geolocation_dispatcher.cc', 104 'renderer/geolocation_dispatcher.cc',
105 'renderer/geolocation_dispatcher.h', 105 'renderer/geolocation_dispatcher.h',
106 'renderer/gpu/compositor_output_surface.cc', 106 'renderer/gpu/compositor_output_surface.cc',
107 'renderer/gpu/compositor_output_surface.h', 107 'renderer/gpu/compositor_output_surface.h',
108 'renderer/gpu/compositor_software_output_device.cc', 108 'renderer/gpu/compositor_software_output_device.cc',
109 'renderer/gpu/compositor_software_output_device.h', 109 'renderer/gpu/compositor_software_output_device.h',
110 'renderer/gpu/delegated_compositor_output_surface.cc',
111 'renderer/gpu/delegated_compositor_output_surface.h',
110 'renderer/gpu/input_event_filter.cc', 112 'renderer/gpu/input_event_filter.cc',
111 'renderer/gpu/input_event_filter.h', 113 'renderer/gpu/input_event_filter.h',
112 'renderer/gpu/input_handler_proxy.cc', 114 'renderer/gpu/input_handler_proxy.cc',
113 'renderer/gpu/input_handler_proxy.h', 115 'renderer/gpu/input_handler_proxy.h',
114 'renderer/gpu/input_handler_manager.cc', 116 'renderer/gpu/input_handler_manager.cc',
115 'renderer/gpu/input_handler_manager.h', 117 'renderer/gpu/input_handler_manager.h',
116 'renderer/gpu/input_handler_manager_client.h', 118 'renderer/gpu/input_handler_manager_client.h',
117 'renderer/gpu/input_handler_wrapper.cc', 119 'renderer/gpu/input_handler_wrapper.cc',
118 'renderer/gpu/input_handler_wrapper.h', 120 'renderer/gpu/input_handler_wrapper.h',
119 'renderer/gpu/gpu_benchmarking_extension.cc', 121 'renderer/gpu/gpu_benchmarking_extension.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 }], 493 }],
492 ], 494 ],
493 'target_conditions': [ 495 'target_conditions': [
494 ['OS=="android"', { 496 ['OS=="android"', {
495 'sources/': [ 497 'sources/': [
496 ['include', '^renderer/render_view_linux\\.cc$'], 498 ['include', '^renderer/render_view_linux\\.cc$'],
497 ], 499 ],
498 }], 500 }],
499 ], 501 ],
500 } 502 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/image_transport_factory.cc ('k') | content/renderer/gpu/compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698