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

Side by Side Diff: content/content_common.gypi

Issue 2091213002: Decouple EventWithLatencyInfo and WebInputEventTraits [extern templates] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reference a better bug Created 4 years, 5 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'common/indexed_db/indexed_db_key.h', 354 'common/indexed_db/indexed_db_key.h',
355 'common/indexed_db/indexed_db_key_path.cc', 355 'common/indexed_db/indexed_db_key_path.cc',
356 'common/indexed_db/indexed_db_key_path.h', 356 'common/indexed_db/indexed_db_key_path.h',
357 'common/indexed_db/indexed_db_key_range.cc', 357 'common/indexed_db/indexed_db_key_range.cc',
358 'common/indexed_db/indexed_db_key_range.h', 358 'common/indexed_db/indexed_db_key_range.h',
359 'common/indexed_db/indexed_db_messages.h', 359 'common/indexed_db/indexed_db_messages.h',
360 'common/indexed_db/indexed_db_param_traits.cc', 360 'common/indexed_db/indexed_db_param_traits.cc',
361 'common/indexed_db/indexed_db_param_traits.h', 361 'common/indexed_db/indexed_db_param_traits.h',
362 'common/input/did_overscroll_params.cc', 362 'common/input/did_overscroll_params.cc',
363 'common/input/did_overscroll_params.h', 363 'common/input/did_overscroll_params.h',
364 'common/input/event_with_latency_info.cc',
364 'common/input/event_with_latency_info.h', 365 'common/input/event_with_latency_info.h',
365 'common/input/gesture_event_stream_validator.cc', 366 'common/input/gesture_event_stream_validator.cc',
366 'common/input/gesture_event_stream_validator.h', 367 'common/input/gesture_event_stream_validator.h',
367 'common/input/input_event.cc', 368 'common/input/input_event.cc',
368 'common/input/input_event.h', 369 'common/input/input_event.h',
369 'common/input/input_event_ack.cc', 370 'common/input/input_event_ack.cc',
370 'common/input/input_event_ack.h', 371 'common/input/input_event_ack.h',
371 'common/input/input_event_dispatch_type.h', 372 'common/input/input_event_dispatch_type.h',
372 'common/input/input_event_stream_validator.cc', 373 'common/input/input_event_stream_validator.cc',
373 'common/input/input_event_stream_validator.h', 374 'common/input/input_event_stream_validator.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 664 ],
664 }], 665 }],
665 ['enable_ipc_fuzzer==1', { 666 ['enable_ipc_fuzzer==1', {
666 'sources': [ 667 'sources': [
667 'common/external_ipc_dumper.cc', 668 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 669 'common/external_ipc_dumper.h',
669 ], 670 ],
670 }], 671 }],
671 ], 672 ],
672 } 673 }
OLDNEW
« no previous file with comments | « content/common/input/web_input_event_traits_unittest.cc ('k') | content/renderer/input/input_event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698