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

Side by Side Diff: content/content_tests.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
« content/common/input_messages.h ('K') | « content/content_common.gypi ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'child/npapi/plugin_lib_unittest.cc', 397 'child/npapi/plugin_lib_unittest.cc',
398 'child/power_monitor_broadcast_source_unittest.cc', 398 'child/power_monitor_broadcast_source_unittest.cc',
399 'child/resource_dispatcher_unittest.cc', 399 'child/resource_dispatcher_unittest.cc',
400 'child/site_isolation_policy_unittest.cc', 400 'child/site_isolation_policy_unittest.cc',
401 'common/android/address_parser_unittest.cc', 401 'common/android/address_parser_unittest.cc',
402 'common/cc_messages_unittest.cc', 402 'common/cc_messages_unittest.cc',
403 'common/common_param_traits_unittest.cc', 403 'common/common_param_traits_unittest.cc',
404 'common/dom_storage/dom_storage_map_unittest.cc', 404 'common/dom_storage/dom_storage_map_unittest.cc',
405 'common/gpu/gpu_memory_manager_unittest.cc', 405 'common/gpu/gpu_memory_manager_unittest.cc',
406 'common/indexed_db/indexed_db_key_unittest.cc', 406 'common/indexed_db/indexed_db_key_unittest.cc',
407 'common/input/input_param_traits_unittest.cc',
407 'common/inter_process_time_ticks_converter_unittest.cc', 408 'common/inter_process_time_ticks_converter_unittest.cc',
408 'common/mac/attributed_string_coder_unittest.mm', 409 'common/mac/attributed_string_coder_unittest.mm',
409 'common/mac/font_descriptor_unittest.mm', 410 'common/mac/font_descriptor_unittest.mm',
410 'common/page_state_serialization_unittest.cc', 411 'common/page_state_serialization_unittest.cc',
411 'common/page_zoom_unittest.cc', 412 'common/page_zoom_unittest.cc',
412 'common/plugin_list_unittest.cc', 413 'common/plugin_list_unittest.cc',
413 'common/sandbox_mac_diraccess_unittest.mm', 414 'common/sandbox_mac_diraccess_unittest.mm',
414 'common/sandbox_mac_fontloading_unittest.mm', 415 'common/sandbox_mac_fontloading_unittest.mm',
415 'common/sandbox_mac_system_access_unittest.mm', 416 'common/sandbox_mac_system_access_unittest.mm',
416 'common/sandbox_mac_unittest_helper.h', 417 'common/sandbox_mac_unittest_helper.h',
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1403 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1403 }, 1404 },
1404 ], 1405 ],
1405 }], 1406 }],
1406 ], 1407 ],
1407 }, 1408 },
1408 ], 1409 ],
1409 }], 1410 }],
1410 ], 1411 ],
1411 } 1412 }
OLDNEW
« content/common/input_messages.h ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698