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

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: Make InputEventAckState public 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'public/common/geoposition.h', 51 'public/common/geoposition.h',
52 'public/common/gpu_feature_type.h', 52 'public/common/gpu_feature_type.h',
53 'public/common/gpu_info.cc', 53 'public/common/gpu_info.cc',
54 'public/common/gpu_info.h', 54 'public/common/gpu_info.h',
55 'public/common/gpu_memory_stats.cc', 55 'public/common/gpu_memory_stats.cc',
56 'public/common/gpu_memory_stats.h', 56 'public/common/gpu_memory_stats.h',
57 'public/common/gpu_performance_stats.h', 57 'public/common/gpu_performance_stats.h',
58 'public/common/gpu_switching_option.h', 58 'public/common/gpu_switching_option.h',
59 'public/common/injection_test_mac.h', 59 'public/common/injection_test_mac.h',
60 'public/common/injection_test_win.h', 60 'public/common/injection_test_win.h',
61 'public/common/input_event_ack_state.h',
61 'public/common/javascript_message_type.h', 62 'public/common/javascript_message_type.h',
62 'public/common/main_function_params.h', 63 'public/common/main_function_params.h',
63 'public/common/media_stream_request.cc', 64 'public/common/media_stream_request.cc',
64 'public/common/media_stream_request.h', 65 'public/common/media_stream_request.h',
65 'public/common/page_transition_types.cc', 66 'public/common/page_transition_types.cc',
66 'public/common/page_transition_types.h', 67 'public/common/page_transition_types.h',
67 'public/common/page_transition_types_list.h', 68 'public/common/page_transition_types_list.h',
68 'public/common/page_type.h', 69 'public/common/page_type.h',
69 'public/common/page_zoom.h', 70 'public/common/page_zoom.h',
70 'public/common/password_form.cc', 71 'public/common/password_form.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'common/gpu/gpu_surface_lookup.cc', 239 'common/gpu/gpu_surface_lookup.cc',
239 'common/gpu/stream_texture_manager_android.cc', 240 'common/gpu/stream_texture_manager_android.cc',
240 'common/gpu/stream_texture_manager_android.h', 241 'common/gpu/stream_texture_manager_android.h',
241 'common/gpu/gpu_watchdog.h', 242 'common/gpu/gpu_watchdog.h',
242 'common/gpu/image_transport_surface.h', 243 'common/gpu/image_transport_surface.h',
243 'common/gpu/image_transport_surface.cc', 244 'common/gpu/image_transport_surface.cc',
244 'common/gpu/image_transport_surface_android.cc', 245 'common/gpu/image_transport_surface_android.cc',
245 'common/gpu/image_transport_surface_mac.cc', 246 'common/gpu/image_transport_surface_mac.cc',
246 'common/gpu/image_transport_surface_win.cc', 247 'common/gpu/image_transport_surface_win.cc',
247 'common/gpu/image_transport_surface_x11.cc', 248 'common/gpu/image_transport_surface_x11.cc',
249 'common/gpu/input_handler_manager_client.h',
248 'common/gpu/media/h264_bit_reader.cc', 250 'common/gpu/media/h264_bit_reader.cc',
249 'common/gpu/media/h264_bit_reader.h', 251 'common/gpu/media/h264_bit_reader.h',
250 'common/gpu/media/h264_parser.cc', 252 'common/gpu/media/h264_parser.cc',
251 'common/gpu/media/h264_parser.h', 253 'common/gpu/media/h264_parser.h',
252 'common/gpu/media/gpu_video_decode_accelerator.cc', 254 'common/gpu/media/gpu_video_decode_accelerator.cc',
253 'common/gpu/media/gpu_video_decode_accelerator.h', 255 'common/gpu/media/gpu_video_decode_accelerator.h',
254 'common/gpu/sync_point_manager.h', 256 'common/gpu/sync_point_manager.h',
255 'common/gpu/sync_point_manager.cc', 257 'common/gpu/sync_point_manager.cc',
256 'common/gpu/texture_image_transport_surface.h', 258 'common/gpu/texture_image_transport_surface.h',
257 'common/gpu/texture_image_transport_surface.cc', 259 '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)', 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 567 '<(output)',
566 '<(PRODUCT_DIR)', 568 '<(PRODUCT_DIR)',
567 ], 569 ],
568 'msvs_cygwin_shell': 1, 570 'msvs_cygwin_shell': 1,
569 }, 571 },
570 ] 572 ]
571 }], 573 }],
572 ], 574 ],
573 } 575 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698