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

Side by Side Diff: content/content_common.gypi

Issue 19624005: Add InputEvent and EventPacket types for batched input delivery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 7 years, 3 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'common/image_messages.h', 248 'common/image_messages.h',
249 'common/indexed_db/indexed_db_key.cc', 249 'common/indexed_db/indexed_db_key.cc',
250 'common/indexed_db/indexed_db_key.h', 250 'common/indexed_db/indexed_db_key.h',
251 'common/indexed_db/indexed_db_key_path.cc', 251 'common/indexed_db/indexed_db_key_path.cc',
252 'common/indexed_db/indexed_db_key_path.h', 252 'common/indexed_db/indexed_db_key_path.h',
253 'common/indexed_db/indexed_db_key_range.cc', 253 'common/indexed_db/indexed_db_key_range.cc',
254 'common/indexed_db/indexed_db_key_range.h', 254 'common/indexed_db/indexed_db_key_range.h',
255 'common/indexed_db/indexed_db_messages.h', 255 'common/indexed_db/indexed_db_messages.h',
256 'common/indexed_db/indexed_db_param_traits.cc', 256 'common/indexed_db/indexed_db_param_traits.cc',
257 'common/indexed_db/indexed_db_param_traits.h', 257 'common/indexed_db/indexed_db_param_traits.h',
258 'common/input/event_packet.cc',
259 'common/input/event_packet.h',
260 'common/input/event_packet_ack.cc',
261 'common/input/event_packet_ack.h',
262 'common/input/generic_input_event.cc',
263 'common/input/generic_input_event.h',
264 'common/input/input_event.cc',
265 'common/input/input_event.h',
266 'common/input/input_event_disposition.cc',
267 'common/input/input_event_disposition.h',
268 'common/input/input_event_handler.h',
269 'common/input/input_param_traits.cc',
270 'common/input/input_param_traits.h',
271 'common/input/input_param_traits_macros.h',
272 'common/input/web_platform_input_event.cc',
273 'common/input/web_platform_input_event.h',
258 'common/input_messages.h', 274 'common/input_messages.h',
259 'common/inter_process_time_ticks_converter.cc', 275 'common/inter_process_time_ticks_converter.cc',
260 'common/inter_process_time_ticks_converter.h', 276 'common/inter_process_time_ticks_converter.h',
261 'common/java_bridge_messages.h', 277 'common/java_bridge_messages.h',
262 'common/mac/attributed_string_coder.h', 278 'common/mac/attributed_string_coder.h',
263 'common/mac/attributed_string_coder.mm', 279 'common/mac/attributed_string_coder.mm',
264 'common/mac/font_descriptor.h', 280 'common/mac/font_descriptor.h',
265 'common/mac/font_descriptor.mm', 281 'common/mac/font_descriptor.mm',
266 'common/mac/font_loader.h', 282 'common/mac/font_loader.h',
267 'common/mac/font_loader.mm', 283 'common/mac/font_loader.mm',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
573 '<(output)', 589 '<(output)',
574 '<(PRODUCT_DIR)', 590 '<(PRODUCT_DIR)',
575 ], 591 ],
576 'msvs_cygwin_shell': 1, 592 'msvs_cygwin_shell': 1,
577 }, 593 },
578 ] 594 ]
579 }], 595 }],
580 ], 596 ],
581 } 597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698