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

Side by Side Diff: content/content_browser.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
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'browser/android/date_time_chooser_android.h', 244 'browser/android/date_time_chooser_android.h',
245 'browser/android/download_controller_android_impl.cc', 245 'browser/android/download_controller_android_impl.cc',
246 'browser/android/download_controller_android_impl.h', 246 'browser/android/download_controller_android_impl.h',
247 'browser/android/devtools_auth.cc', 247 'browser/android/devtools_auth.cc',
248 'browser/android/edge_effect.h', 248 'browser/android/edge_effect.h',
249 'browser/android/edge_effect.cc', 249 'browser/android/edge_effect.cc',
250 'browser/android/in_process/synchronous_compositor_impl.cc', 250 'browser/android/in_process/synchronous_compositor_impl.cc',
251 'browser/android/in_process/synchronous_compositor_impl.h', 251 'browser/android/in_process/synchronous_compositor_impl.h',
252 'browser/android/in_process/synchronous_compositor_output_surface.cc', 252 'browser/android/in_process/synchronous_compositor_output_surface.cc',
253 'browser/android/in_process/synchronous_compositor_output_surface.h', 253 'browser/android/in_process/synchronous_compositor_output_surface.h',
254 'browser/android/in_process/synchronous_input_event_filter.cc',
255 'browser/android/in_process/synchronous_input_event_filter.h',
254 'browser/android/interstitial_page_delegate_android.cc', 256 'browser/android/interstitial_page_delegate_android.cc',
255 'browser/android/interstitial_page_delegate_android.h', 257 'browser/android/interstitial_page_delegate_android.h',
256 'browser/android/load_url_params.cc', 258 'browser/android/load_url_params.cc',
257 'browser/android/load_url_params.h', 259 'browser/android/load_url_params.h',
258 'browser/android/media_player_manager_impl.cc', 260 'browser/android/media_player_manager_impl.cc',
259 'browser/android/media_player_manager_impl.h', 261 'browser/android/media_player_manager_impl.h',
260 'browser/android/media_resource_getter_impl.cc', 262 'browser/android/media_resource_getter_impl.cc',
261 'browser/android/media_resource_getter_impl.h', 263 'browser/android/media_resource_getter_impl.h',
262 'browser/android/overscroll_glow.h', 264 'browser/android/overscroll_glow.h',
263 'browser/android/overscroll_glow.cc', 265 'browser/android/overscroll_glow.cc',
264 'browser/android/surface_texture_peer_browser_impl.cc', 266 'browser/android/surface_texture_peer_browser_impl.cc',
265 'browser/android/surface_texture_peer_browser_impl.h', 267 'browser/android/surface_texture_peer_browser_impl.h',
266 'browser/android/sync_input_event_filter.h',
267 'browser/android/sync_input_event_filter.cc',
268 'browser/android/touch_point.cc', 268 'browser/android/touch_point.cc',
269 'browser/android/touch_point.h', 269 'browser/android/touch_point.h',
270 'browser/android/tracing_intent_handler.cc', 270 'browser/android/tracing_intent_handler.cc',
271 'browser/android/tracing_intent_handler.h', 271 'browser/android/tracing_intent_handler.h',
272 'browser/android/web_contents_observer_android.cc', 272 'browser/android/web_contents_observer_android.cc',
273 'browser/android/web_contents_observer_android.h', 273 'browser/android/web_contents_observer_android.h',
274 'browser/appcache/appcache_dispatcher_host.cc', 274 'browser/appcache/appcache_dispatcher_host.cc',
275 'browser/appcache/appcache_dispatcher_host.h', 275 'browser/appcache/appcache_dispatcher_host.h',
276 'browser/appcache/appcache_frontend_proxy.cc', 276 'browser/appcache/appcache_frontend_proxy.cc',
277 'browser/appcache/appcache_frontend_proxy.h', 277 'browser/appcache/appcache_frontend_proxy.h',
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 '../third_party/speex/speex.gyp:libspeex', 1412 '../third_party/speex/speex.gyp:libspeex',
1413 ], 1413 ],
1414 }], 1414 }],
1415 ['linux_use_libgps==1', { 1415 ['linux_use_libgps==1', {
1416 'dependencies': [ 1416 'dependencies': [
1417 '../build/linux/system.gyp:libgps', 1417 '../build/linux/system.gyp:libgps',
1418 ], 1418 ],
1419 }], 1419 }],
1420 ], 1420 ],
1421 } 1421 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698