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

Side by Side Diff: content/content_common.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'common/android/command_line.cc', 113 'common/android/command_line.cc',
114 'common/android/command_line.h', 114 'common/android/command_line.h',
115 'common/android/common_jni_registrar.cc', 115 'common/android/common_jni_registrar.cc',
116 'common/android/common_jni_registrar.h', 116 'common/android/common_jni_registrar.h',
117 'common/android/device_telephony_info.cc', 117 'common/android/device_telephony_info.cc',
118 'common/android/device_telephony_info.h', 118 'common/android/device_telephony_info.h',
119 'common/android/hash_set.cc', 119 'common/android/hash_set.cc',
120 'common/android/hash_set.h', 120 'common/android/hash_set.h',
121 'common/android/surface_texture_peer.cc', 121 'common/android/surface_texture_peer.cc',
122 'common/android/surface_texture_peer.h', 122 'common/android/surface_texture_peer.h',
123 'common/android/synchronous_input_event_filter.cc',
124 'common/android/synchronous_input_event_filter.h',
123 'common/android/trace_event_binding.cc', 125 'common/android/trace_event_binding.cc',
124 'common/android/trace_event_binding.h', 126 'common/android/trace_event_binding.h',
125 'common/appcache/appcache_backend_proxy.cc', 127 'common/appcache/appcache_backend_proxy.cc',
126 'common/appcache/appcache_backend_proxy.h', 128 'common/appcache/appcache_backend_proxy.h',
127 'common/appcache/appcache_dispatcher.cc', 129 'common/appcache/appcache_dispatcher.cc',
128 'common/appcache/appcache_dispatcher.h', 130 'common/appcache/appcache_dispatcher.h',
129 'common/appcache_messages.h', 131 'common/appcache_messages.h',
130 'common/browser_plugin/browser_plugin_constants.cc', 132 'common/browser_plugin/browser_plugin_constants.cc',
131 'common/browser_plugin/browser_plugin_constants.h', 133 'common/browser_plugin/browser_plugin_constants.h',
132 'common/browser_plugin/browser_plugin_message_enums.h', 134 'common/browser_plugin/browser_plugin_message_enums.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'common/gpu/gpu_surface_lookup.cc', 240 'common/gpu/gpu_surface_lookup.cc',
239 'common/gpu/stream_texture_manager_android.cc', 241 'common/gpu/stream_texture_manager_android.cc',
240 'common/gpu/stream_texture_manager_android.h', 242 'common/gpu/stream_texture_manager_android.h',
241 'common/gpu/gpu_watchdog.h', 243 'common/gpu/gpu_watchdog.h',
242 'common/gpu/image_transport_surface.h', 244 'common/gpu/image_transport_surface.h',
243 'common/gpu/image_transport_surface.cc', 245 'common/gpu/image_transport_surface.cc',
244 'common/gpu/image_transport_surface_android.cc', 246 'common/gpu/image_transport_surface_android.cc',
245 'common/gpu/image_transport_surface_mac.cc', 247 'common/gpu/image_transport_surface_mac.cc',
246 'common/gpu/image_transport_surface_win.cc', 248 'common/gpu/image_transport_surface_win.cc',
247 'common/gpu/image_transport_surface_x11.cc', 249 'common/gpu/image_transport_surface_x11.cc',
250 'common/gpu/input_handler_manager_client.h',
248 'common/gpu/media/h264_bit_reader.cc', 251 'common/gpu/media/h264_bit_reader.cc',
249 'common/gpu/media/h264_bit_reader.h', 252 'common/gpu/media/h264_bit_reader.h',
250 'common/gpu/media/h264_parser.cc', 253 'common/gpu/media/h264_parser.cc',
251 'common/gpu/media/h264_parser.h', 254 'common/gpu/media/h264_parser.h',
252 'common/gpu/media/gpu_video_decode_accelerator.cc', 255 'common/gpu/media/gpu_video_decode_accelerator.cc',
253 'common/gpu/media/gpu_video_decode_accelerator.h', 256 'common/gpu/media/gpu_video_decode_accelerator.h',
254 'common/gpu/sync_point_manager.h', 257 'common/gpu/sync_point_manager.h',
255 'common/gpu/sync_point_manager.cc', 258 'common/gpu/sync_point_manager.cc',
256 'common/gpu/texture_image_transport_surface.h', 259 'common/gpu/texture_image_transport_surface.h',
257 'common/gpu/texture_image_transport_surface.cc', 260 'common/gpu/texture_image_transport_surface.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 567 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 568 '<(output)',
566 '<(PRODUCT_DIR)', 569 '<(PRODUCT_DIR)',
567 ], 570 ],
568 'msvs_cygwin_shell': 1, 571 'msvs_cygwin_shell': 1,
569 }, 572 },
570 ] 573 ]
571 }], 574 }],
572 ], 575 ],
573 } 576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698