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

Side by Side Diff: content/content_tests.gypi

Issue 41703006: Move fling implementation from renderer to browser: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.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 'dependencies': [ 10 'dependencies': [
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'browser/loader/upload_data_stream_builder_unittest.cc', 407 'browser/loader/upload_data_stream_builder_unittest.cc',
408 'browser/mach_broker_mac_unittest.cc', 408 'browser/mach_broker_mac_unittest.cc',
409 'browser/media/media_internals_unittest.cc', 409 'browser/media/media_internals_unittest.cc',
410 'browser/media/webrtc_identity_store_unittest.cc', 410 'browser/media/webrtc_identity_store_unittest.cc',
411 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 411 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
412 'browser/notification_service_impl_unittest.cc', 412 'browser/notification_service_impl_unittest.cc',
413 'browser/plugin_loader_posix_unittest.cc', 413 'browser/plugin_loader_posix_unittest.cc',
414 'browser/power_monitor_message_broadcaster_unittest.cc', 414 'browser/power_monitor_message_broadcaster_unittest.cc',
415 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ', 415 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ',
416 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 416 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
417 'browser/renderer_host/input/fling/flinger_unittest.cc',
417 'browser/renderer_host/input/gesture_event_filter_unittest.cc', 418 'browser/renderer_host/input/gesture_event_filter_unittest.cc',
418 'browser/renderer_host/input/immediate_input_router_unittest.cc', 419 'browser/renderer_host/input/immediate_input_router_unittest.cc',
419 'browser/renderer_host/input/input_router_unittest.h', 420 'browser/renderer_host/input/input_router_unittest.h',
420 'browser/renderer_host/input/input_router_unittest.cc', 421 'browser/renderer_host/input/input_router_unittest.cc',
421 'browser/renderer_host/input/mock_input_ack_handler.cc', 422 'browser/renderer_host/input/mock_input_ack_handler.cc',
422 'browser/renderer_host/input/mock_input_ack_handler.h', 423 'browser/renderer_host/input/mock_input_ack_handler.h',
423 'browser/renderer_host/input/mock_input_router_client.cc', 424 'browser/renderer_host/input/mock_input_router_client.cc',
424 'browser/renderer_host/input/mock_input_router_client.h', 425 'browser/renderer_host/input/mock_input_router_client.h',
425 'browser/renderer_host/input/synthetic_gesture_controller_new_unittest.c c', 426 'browser/renderer_host/input/synthetic_gesture_controller_new_unittest.c c',
426 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', 427 'browser/renderer_host/input/tap_suppression_controller_unittest.cc',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1600 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1600 }, 1601 },
1601 ], 1602 ],
1602 }], 1603 }],
1603 ], 1604 ],
1604 }, 1605 },
1605 ], 1606 ],
1606 }], 1607 }],
1607 ], 1608 ],
1608 } 1609 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698