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

Side by Side Diff: content/content_renderer.gypi

Issue 13844021: Move compositor thread input handling logic into content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/Source/WebKit/chromium/WebKit.gyp:webkit', 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'renderer/gamepad_shared_memory_reader.cc', 97 'renderer/gamepad_shared_memory_reader.cc',
98 'renderer/gamepad_shared_memory_reader.h', 98 'renderer/gamepad_shared_memory_reader.h',
99 'renderer/geolocation_dispatcher.cc', 99 'renderer/geolocation_dispatcher.cc',
100 'renderer/geolocation_dispatcher.h', 100 'renderer/geolocation_dispatcher.h',
101 'renderer/gpu/compositor_output_surface.cc', 101 'renderer/gpu/compositor_output_surface.cc',
102 'renderer/gpu/compositor_output_surface.h', 102 'renderer/gpu/compositor_output_surface.h',
103 'renderer/gpu/compositor_software_output_device.cc', 103 'renderer/gpu/compositor_software_output_device.cc',
104 'renderer/gpu/compositor_software_output_device.h', 104 'renderer/gpu/compositor_software_output_device.h',
105 'renderer/gpu/input_event_filter.cc', 105 'renderer/gpu/input_event_filter.cc',
106 'renderer/gpu/input_event_filter.h', 106 'renderer/gpu/input_event_filter.h',
107 'renderer/gpu/input_handler_proxy.cc',
108 'renderer/gpu/input_handler_proxy.h',
107 'renderer/gpu/input_handler_manager.cc', 109 'renderer/gpu/input_handler_manager.cc',
108 'renderer/gpu/input_handler_manager.h', 110 'renderer/gpu/input_handler_manager.h',
111 'renderer/gpu/input_handler_wrapper.cc',
112 'renderer/gpu/input_handler_wrapper.h',
109 'renderer/gpu/gpu_benchmarking_extension.cc', 113 'renderer/gpu/gpu_benchmarking_extension.cc',
110 'renderer/gpu/gpu_benchmarking_extension.h', 114 'renderer/gpu/gpu_benchmarking_extension.h',
111 'renderer/gpu/mailbox_output_surface.cc', 115 'renderer/gpu/mailbox_output_surface.cc',
112 'renderer/gpu/mailbox_output_surface.h', 116 'renderer/gpu/mailbox_output_surface.h',
113 'renderer/gpu/stream_texture_host_android.cc', 117 'renderer/gpu/stream_texture_host_android.cc',
114 'renderer/gpu/stream_texture_host_android.h', 118 'renderer/gpu/stream_texture_host_android.h',
115 'renderer/gpu/render_widget_compositor.cc', 119 'renderer/gpu/render_widget_compositor.cc',
116 'renderer/gpu/render_widget_compositor.h', 120 'renderer/gpu/render_widget_compositor.h',
117 'renderer/hyphenator/hyphenator.cc', 121 'renderer/hyphenator/hyphenator.cc',
118 'renderer/hyphenator/hyphenator.h', 122 'renderer/hyphenator/hyphenator.h',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 }], 470 }],
467 ], 471 ],
468 'target_conditions': [ 472 'target_conditions': [
469 ['OS=="android"', { 473 ['OS=="android"', {
470 'sources/': [ 474 'sources/': [
471 ['include', '^renderer/render_view_linux\\.cc$'], 475 ['include', '^renderer/render_view_linux\\.cc$'],
472 ], 476 ],
473 }], 477 }],
474 ], 478 ],
475 } 479 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698