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

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: Code review 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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'common/image_messages.h', 252 'common/image_messages.h',
253 'common/indexed_db/indexed_db_key.cc', 253 'common/indexed_db/indexed_db_key.cc',
254 'common/indexed_db/indexed_db_key.h', 254 'common/indexed_db/indexed_db_key.h',
255 'common/indexed_db/indexed_db_key_path.cc', 255 'common/indexed_db/indexed_db_key_path.cc',
256 'common/indexed_db/indexed_db_key_path.h', 256 'common/indexed_db/indexed_db_key_path.h',
257 'common/indexed_db/indexed_db_key_range.cc', 257 'common/indexed_db/indexed_db_key_range.cc',
258 'common/indexed_db/indexed_db_key_range.h', 258 'common/indexed_db/indexed_db_key_range.h',
259 'common/indexed_db/indexed_db_messages.h', 259 'common/indexed_db/indexed_db_messages.h',
260 'common/indexed_db/indexed_db_param_traits.cc', 260 'common/indexed_db/indexed_db_param_traits.cc',
261 'common/indexed_db/indexed_db_param_traits.h', 261 'common/indexed_db/indexed_db_param_traits.h',
262 'common/input/event_packet.cc',
263 'common/input/event_packet.h',
264 'common/input/ipc_input_event_payload.cc',
265 'common/input/ipc_input_event_payload.h',
266 'common/input/input_event.cc',
267 'common/input/input_event.h',
268 'common/input/input_event_disposition.cc',
269 'common/input/input_event_disposition.h',
270 'common/input/input_param_traits.cc',
271 'common/input/input_param_traits.h',
272 'common/input/web_input_event_payload.cc',
273 'common/input/web_input_event_payload.h',
262 'common/input_messages.h', 274 'common/input_messages.h',
263 'common/inter_process_time_ticks_converter.cc', 275 'common/inter_process_time_ticks_converter.cc',
264 'common/inter_process_time_ticks_converter.h', 276 'common/inter_process_time_ticks_converter.h',
265 'common/java_bridge_messages.h', 277 'common/java_bridge_messages.h',
266 'common/mac/attributed_string_coder.h', 278 'common/mac/attributed_string_coder.h',
267 'common/mac/attributed_string_coder.mm', 279 'common/mac/attributed_string_coder.mm',
268 'common/mac/font_descriptor.h', 280 'common/mac/font_descriptor.h',
269 'common/mac/font_descriptor.mm', 281 'common/mac/font_descriptor.mm',
270 'common/mac/font_loader.h', 282 'common/mac/font_loader.h',
271 'common/mac/font_loader.mm', 283 'common/mac/font_loader.mm',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 593 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
582 '<(output)', 594 '<(output)',
583 '<(PRODUCT_DIR)', 595 '<(PRODUCT_DIR)',
584 ], 596 ],
585 'msvs_cygwin_shell': 1, 597 'msvs_cygwin_shell': 1,
586 }, 598 },
587 ] 599 ]
588 }], 600 }],
589 ], 601 ],
590 } 602 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698