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

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: Win export fix 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'common/image_messages.h', 251 'common/image_messages.h',
252 'common/indexed_db/indexed_db_key.cc', 252 'common/indexed_db/indexed_db_key.cc',
253 'common/indexed_db/indexed_db_key.h', 253 'common/indexed_db/indexed_db_key.h',
254 'common/indexed_db/indexed_db_key_path.cc', 254 'common/indexed_db/indexed_db_key_path.cc',
255 'common/indexed_db/indexed_db_key_path.h', 255 'common/indexed_db/indexed_db_key_path.h',
256 'common/indexed_db/indexed_db_key_range.cc', 256 'common/indexed_db/indexed_db_key_range.cc',
257 'common/indexed_db/indexed_db_key_range.h', 257 'common/indexed_db/indexed_db_key_range.h',
258 'common/indexed_db/indexed_db_messages.h', 258 'common/indexed_db/indexed_db_messages.h',
259 'common/indexed_db/indexed_db_param_traits.cc', 259 'common/indexed_db/indexed_db_param_traits.cc',
260 'common/indexed_db/indexed_db_param_traits.h', 260 'common/indexed_db/indexed_db_param_traits.h',
261 'common/input/event_packet.cc',
262 'common/input/event_packet.h',
263 'common/input/ipc_input_event_payload.cc',
264 'common/input/ipc_input_event_payload.h',
265 'common/input/input_event.cc',
266 'common/input/input_event.h',
267 'common/input/input_event_disposition.cc',
268 'common/input/input_event_disposition.h',
269 'common/input/input_param_traits.cc',
270 'common/input/input_param_traits.h',
271 'common/input/web_input_event_payload.cc',
272 'common/input/web_input_event_payload.h',
261 'common/input_messages.h', 273 'common/input_messages.h',
262 'common/inter_process_time_ticks_converter.cc', 274 'common/inter_process_time_ticks_converter.cc',
263 'common/inter_process_time_ticks_converter.h', 275 'common/inter_process_time_ticks_converter.h',
264 'common/java_bridge_messages.h', 276 'common/java_bridge_messages.h',
265 'common/mac/attributed_string_coder.h', 277 'common/mac/attributed_string_coder.h',
266 'common/mac/attributed_string_coder.mm', 278 'common/mac/attributed_string_coder.mm',
267 'common/mac/font_descriptor.h', 279 'common/mac/font_descriptor.h',
268 'common/mac/font_descriptor.mm', 280 'common/mac/font_descriptor.mm',
269 'common/mac/font_loader.h', 281 'common/mac/font_loader.h',
270 'common/mac/font_loader.mm', 282 'common/mac/font_loader.mm',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 592 '<(output)',
581 '<(PRODUCT_DIR)', 593 '<(PRODUCT_DIR)',
582 ], 594 ],
583 'msvs_cygwin_shell': 1, 595 'msvs_cygwin_shell': 1,
584 }, 596 },
585 ] 597 ]
586 }], 598 }],
587 ], 599 ],
588 } 600 }
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698