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

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: 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) 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'child/npapi/plugin_lib_unittest.cc', 398 'child/npapi/plugin_lib_unittest.cc',
399 'child/power_monitor_broadcast_source_unittest.cc', 399 'child/power_monitor_broadcast_source_unittest.cc',
400 'child/resource_dispatcher_unittest.cc', 400 'child/resource_dispatcher_unittest.cc',
401 'child/site_isolation_policy_unittest.cc', 401 'child/site_isolation_policy_unittest.cc',
402 'common/android/address_parser_unittest.cc', 402 'common/android/address_parser_unittest.cc',
403 'common/cc_messages_unittest.cc', 403 'common/cc_messages_unittest.cc',
404 'common/common_param_traits_unittest.cc', 404 'common/common_param_traits_unittest.cc',
405 'common/dom_storage/dom_storage_map_unittest.cc', 405 'common/dom_storage/dom_storage_map_unittest.cc',
406 'common/gpu/gpu_memory_manager_unittest.cc', 406 'common/gpu/gpu_memory_manager_unittest.cc',
407 'common/indexed_db/indexed_db_key_unittest.cc', 407 'common/indexed_db/indexed_db_key_unittest.cc',
408 'common/input/input_param_traits_unittest.cc',
408 'common/inter_process_time_ticks_converter_unittest.cc', 409 'common/inter_process_time_ticks_converter_unittest.cc',
409 'common/mac/attributed_string_coder_unittest.mm', 410 'common/mac/attributed_string_coder_unittest.mm',
410 'common/mac/font_descriptor_unittest.mm', 411 'common/mac/font_descriptor_unittest.mm',
411 'common/page_state_serialization_unittest.cc', 412 'common/page_state_serialization_unittest.cc',
412 'common/page_zoom_unittest.cc', 413 'common/page_zoom_unittest.cc',
413 'common/plugin_list_unittest.cc', 414 'common/plugin_list_unittest.cc',
414 'common/sandbox_mac_diraccess_unittest.mm', 415 'common/sandbox_mac_diraccess_unittest.mm',
415 'common/sandbox_mac_fontloading_unittest.mm', 416 'common/sandbox_mac_fontloading_unittest.mm',
416 'common/sandbox_mac_system_access_unittest.mm', 417 'common/sandbox_mac_system_access_unittest.mm',
417 'common/sandbox_mac_unittest_helper.h', 418 'common/sandbox_mac_unittest_helper.h',
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1393 }, 1394 },
1394 ], 1395 ],
1395 }], 1396 }],
1396 ], 1397 ],
1397 }, 1398 },
1398 ], 1399 ],
1399 }], 1400 }],
1400 ], 1401 ],
1401 } 1402 }
OLDNEW
« content/common/input/input_event.h ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698