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

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: 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/content_common.gypi ('k') | content/port/common/input_event_ack_state.h » ('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) 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'browser/loader/upload_data_stream_builder_unittest.cc', 330 'browser/loader/upload_data_stream_builder_unittest.cc',
331 'browser/mach_broker_mac_unittest.cc', 331 'browser/mach_broker_mac_unittest.cc',
332 'browser/media/media_internals_unittest.cc', 332 'browser/media/media_internals_unittest.cc',
333 'browser/media/webrtc_identity_store_unittest.cc', 333 'browser/media/webrtc_identity_store_unittest.cc',
334 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 334 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
335 'browser/notification_service_impl_unittest.cc', 335 'browser/notification_service_impl_unittest.cc',
336 'browser/plugin_loader_posix_unittest.cc', 336 'browser/plugin_loader_posix_unittest.cc',
337 'browser/power_monitor_message_broadcaster_unittest.cc', 337 'browser/power_monitor_message_broadcaster_unittest.cc',
338 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ', 338 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ',
339 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 339 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
340 'browser/renderer_host/input/immediate_input_router_unittest.cc',
341 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', 340 'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
342 'browser/renderer_host/media/audio_mirroring_manager_unittest.cc', 341 'browser/renderer_host/media/audio_mirroring_manager_unittest.cc',
343 'browser/renderer_host/media/audio_renderer_host_unittest.cc', 342 'browser/renderer_host/media/audio_renderer_host_unittest.cc',
344 'browser/renderer_host/media/device_request_message_filter_unittest.cc', 343 'browser/renderer_host/media/device_request_message_filter_unittest.cc',
345 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', 344 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
346 'browser/renderer_host/media/media_stream_manager_unittest.cc', 345 'browser/renderer_host/media/media_stream_manager_unittest.cc',
347 'browser/renderer_host/media/media_stream_ui_proxy_unittest.cc', 346 'browser/renderer_host/media/media_stream_ui_proxy_unittest.cc',
348 'browser/renderer_host/media/video_capture_buffer_pool_unittest.cc', 347 'browser/renderer_host/media/video_capture_buffer_pool_unittest.cc',
349 'browser/renderer_host/media/video_capture_controller_unittest.cc', 348 'browser/renderer_host/media/video_capture_controller_unittest.cc',
350 'browser/renderer_host/media/video_capture_host_unittest.cc', 349 'browser/renderer_host/media/video_capture_host_unittest.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'child/npapi/plugin_lib_unittest.cc', 397 'child/npapi/plugin_lib_unittest.cc',
399 'child/power_monitor_broadcast_source_unittest.cc', 398 'child/power_monitor_broadcast_source_unittest.cc',
400 'child/resource_dispatcher_unittest.cc', 399 'child/resource_dispatcher_unittest.cc',
401 'child/site_isolation_policy_unittest.cc', 400 'child/site_isolation_policy_unittest.cc',
402 'common/android/address_parser_unittest.cc', 401 'common/android/address_parser_unittest.cc',
403 'common/cc_messages_unittest.cc', 402 'common/cc_messages_unittest.cc',
404 'common/common_param_traits_unittest.cc', 403 'common/common_param_traits_unittest.cc',
405 'common/dom_storage/dom_storage_map_unittest.cc', 404 'common/dom_storage/dom_storage_map_unittest.cc',
406 'common/gpu/gpu_memory_manager_unittest.cc', 405 'common/gpu/gpu_memory_manager_unittest.cc',
407 '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',
408 'common/inter_process_time_ticks_converter_unittest.cc', 408 'common/inter_process_time_ticks_converter_unittest.cc',
409 'common/mac/attributed_string_coder_unittest.mm', 409 'common/mac/attributed_string_coder_unittest.mm',
410 'common/mac/font_descriptor_unittest.mm', 410 'common/mac/font_descriptor_unittest.mm',
411 'common/page_state_serialization_unittest.cc', 411 'common/page_state_serialization_unittest.cc',
412 'common/page_zoom_unittest.cc', 412 'common/page_zoom_unittest.cc',
413 'common/plugin_list_unittest.cc', 413 'common/plugin_list_unittest.cc',
414 'common/sandbox_mac_diraccess_unittest.mm', 414 'common/sandbox_mac_diraccess_unittest.mm',
415 'common/sandbox_mac_fontloading_unittest.mm', 415 'common/sandbox_mac_fontloading_unittest.mm',
416 'common/sandbox_mac_system_access_unittest.mm', 416 'common/sandbox_mac_system_access_unittest.mm',
417 'common/sandbox_mac_unittest_helper.h', 417 'common/sandbox_mac_unittest_helper.h',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1423 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1424 }, 1424 },
1425 ], 1425 ],
1426 }], 1426 }],
1427 ], 1427 ],
1428 }, 1428 },
1429 ], 1429 ],
1430 }], 1430 }],
1431 ], 1431 ],
1432 } 1432 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/port/common/input_event_ack_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698