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

Side by Side Diff: content/content_renderer.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid DCHECKs when retrieving process ID 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/android/synchronous_compositor_factory.h » ('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/public/blink.gyp:blink', 10 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'renderer/gpu/compositor_output_surface.cc', 104 'renderer/gpu/compositor_output_surface.cc',
105 'renderer/gpu/compositor_output_surface.h', 105 'renderer/gpu/compositor_output_surface.h',
106 'renderer/gpu/compositor_software_output_device.cc', 106 'renderer/gpu/compositor_software_output_device.cc',
107 'renderer/gpu/compositor_software_output_device.h', 107 'renderer/gpu/compositor_software_output_device.h',
108 'renderer/gpu/input_event_filter.cc', 108 'renderer/gpu/input_event_filter.cc',
109 'renderer/gpu/input_event_filter.h', 109 'renderer/gpu/input_event_filter.h',
110 'renderer/gpu/input_handler_proxy.cc', 110 'renderer/gpu/input_handler_proxy.cc',
111 'renderer/gpu/input_handler_proxy.h', 111 'renderer/gpu/input_handler_proxy.h',
112 'renderer/gpu/input_handler_manager.cc', 112 'renderer/gpu/input_handler_manager.cc',
113 'renderer/gpu/input_handler_manager.h', 113 'renderer/gpu/input_handler_manager.h',
114 'renderer/gpu/input_handler_manager_client.h',
114 'renderer/gpu/input_handler_wrapper.cc', 115 'renderer/gpu/input_handler_wrapper.cc',
115 'renderer/gpu/input_handler_wrapper.h', 116 'renderer/gpu/input_handler_wrapper.h',
116 'renderer/gpu/gpu_benchmarking_extension.cc', 117 'renderer/gpu/gpu_benchmarking_extension.cc',
117 'renderer/gpu/gpu_benchmarking_extension.h', 118 'renderer/gpu/gpu_benchmarking_extension.h',
118 'renderer/gpu/mailbox_output_surface.cc', 119 'renderer/gpu/mailbox_output_surface.cc',
119 'renderer/gpu/mailbox_output_surface.h', 120 'renderer/gpu/mailbox_output_surface.h',
120 'renderer/gpu/stream_texture_host_android.cc', 121 'renderer/gpu/stream_texture_host_android.cc',
121 'renderer/gpu/stream_texture_host_android.h', 122 'renderer/gpu/stream_texture_host_android.h',
122 'renderer/gpu/render_widget_compositor.cc', 123 'renderer/gpu/render_widget_compositor.cc',
123 'renderer/gpu/render_widget_compositor.h', 124 'renderer/gpu/render_widget_compositor.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 }], 487 }],
487 ], 488 ],
488 'target_conditions': [ 489 'target_conditions': [
489 ['OS=="android"', { 490 ['OS=="android"', {
490 'sources/': [ 491 'sources/': [
491 ['include', '^renderer/render_view_linux\\.cc$'], 492 ['include', '^renderer/render_view_linux\\.cc$'],
492 ], 493 ],
493 }], 494 }],
494 ], 495 ],
495 } 496 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/android/synchronous_compositor_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698