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

Side by Side Diff: content/content_browser.gypi

Issue 43203004: Remove GestureEventFilter and clean up related bits assuming that we turn on Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'browser/renderer_host/input/base_gesture_event_filter.h', 817 'browser/renderer_host/input/base_gesture_event_filter.h',
818 'browser/renderer_host/input/fling/fling_curve.h', 818 'browser/renderer_host/input/fling/fling_curve.h',
819 'browser/renderer_host/input/fling/fling_curve_configuration.cc', 819 'browser/renderer_host/input/fling/fling_curve_configuration.cc',
820 'browser/renderer_host/input/fling/fling_curve_configuration.h', 820 'browser/renderer_host/input/fling/fling_curve_configuration.h',
821 'browser/renderer_host/input/fling/fling_curve_impl.cc', 821 'browser/renderer_host/input/fling/fling_curve_impl.cc',
822 'browser/renderer_host/input/fling/fling_curve_impl.h', 822 'browser/renderer_host/input/fling/fling_curve_impl.h',
823 'browser/renderer_host/input/fling/fling_curve_impl_android.cc', 823 'browser/renderer_host/input/fling/fling_curve_impl_android.cc',
824 'browser/renderer_host/input/fling/fling_curve_impl_android.h', 824 'browser/renderer_host/input/fling/fling_curve_impl_android.h',
825 'browser/renderer_host/input/fling/flinger.cc', 825 'browser/renderer_host/input/fling/flinger.cc',
826 'browser/renderer_host/input/fling/flinger.h', 826 'browser/renderer_host/input/fling/flinger.h',
827 'browser/renderer_host/input/gesture_event_filter.cc',
828 'browser/renderer_host/input/gesture_event_filter.h',
829 'browser/renderer_host/input/gesture_event_filter_client.h', 827 'browser/renderer_host/input/gesture_event_filter_client.h',
830 'browser/renderer_host/input/immediate_input_router.cc', 828 'browser/renderer_host/input/immediate_input_router.cc',
831 'browser/renderer_host/input/immediate_input_router.h', 829 'browser/renderer_host/input/immediate_input_router.h',
832 'browser/renderer_host/input/input_ack_handler.h', 830 'browser/renderer_host/input/input_ack_handler.h',
833 'browser/renderer_host/input/input_router.h', 831 'browser/renderer_host/input/input_router.h',
834 'browser/renderer_host/input/input_router_client.h', 832 'browser/renderer_host/input/input_router_client.h',
835 'browser/renderer_host/input/tap_suppression_controller.cc',
836 'browser/renderer_host/input/tap_suppression_controller.h',
837 'browser/renderer_host/input/tap_suppression_controller_client.h',
838 'browser/renderer_host/input/touch_event_queue.cc', 833 'browser/renderer_host/input/touch_event_queue.cc',
839 'browser/renderer_host/input/touch_event_queue.h', 834 'browser/renderer_host/input/touch_event_queue.h',
840 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
841 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
842 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
843 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
844 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
845 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' ,
846 'browser/renderer_host/input/web_input_event_builders_android.cc', 835 'browser/renderer_host/input/web_input_event_builders_android.cc',
847 'browser/renderer_host/input/web_input_event_builders_android.h', 836 'browser/renderer_host/input/web_input_event_builders_android.h',
848 'browser/renderer_host/input/web_input_event_builders_gtk.cc', 837 'browser/renderer_host/input/web_input_event_builders_gtk.cc',
849 'browser/renderer_host/input/web_input_event_builders_gtk.h', 838 'browser/renderer_host/input/web_input_event_builders_gtk.h',
850 'browser/renderer_host/input/web_input_event_builders_win.cc', 839 'browser/renderer_host/input/web_input_event_builders_win.cc',
851 'browser/renderer_host/input/web_input_event_builders_win.h', 840 'browser/renderer_host/input/web_input_event_builders_win.h',
852 'browser/renderer_host/input/web_input_event_util.cc', 841 'browser/renderer_host/input/web_input_event_util.cc',
853 'browser/renderer_host/input/web_input_event_util.h', 842 'browser/renderer_host/input/web_input_event_util.h',
854 'browser/renderer_host/input/web_input_event_util_posix.cc', 843 'browser/renderer_host/input/web_input_event_util_posix.cc',
855 'browser/renderer_host/input/web_input_event_util_posix.h', 844 'browser/renderer_host/input/web_input_event_util_posix.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] , 1413 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] ,
1425 ['include', '^browser/speech/speech_recognizer\\.h$'], 1414 ['include', '^browser/speech/speech_recognizer\\.h$'],
1426 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], 1415 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
1427 ], 1416 ],
1428 'sources!': [ 1417 'sources!': [
1429 'browser/browser_ipc_logging.cc', 1418 'browser/browser_ipc_logging.cc',
1430 'browser/font_list_async.cc', 1419 'browser/font_list_async.cc',
1431 'browser/geolocation/device_data_provider.cc', 1420 'browser/geolocation/device_data_provider.cc',
1432 'browser/geolocation/empty_device_data_provider.cc', 1421 'browser/geolocation/empty_device_data_provider.cc',
1433 'browser/geolocation/wifi_data_provider_common.cc', 1422 'browser/geolocation/wifi_data_provider_common.cc',
1434 'browser/renderer_host/input/tap_suppression_controller.cc',
1435 'browser/renderer_host/native_web_keyboard_event.cc', 1423 'browser/renderer_host/native_web_keyboard_event.cc',
1436 ] 1424 ]
1437 }, { # OS!="android" 1425 }, { # OS!="android"
1438 'sources/': [ 1426 'sources/': [
1439 ['exclude', '^browser/renderer_host/java/'], 1427 ['exclude', '^browser/renderer_host/java/'],
1440 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], 1428 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'],
1441 ], 1429 ],
1442 }], 1430 }],
1443 ['OS=="mac"', { 1431 ['OS=="mac"', {
1444 'sources': [ 1432 'sources': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 ], 1465 ],
1478 }], 1466 }],
1479 ['os_bsd==1', { 1467 ['os_bsd==1', {
1480 'sources/': [ 1468 'sources/': [
1481 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 1469 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
1482 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], 1470 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
1483 ], 1471 ],
1484 }], 1472 }],
1485 ['use_aura!=1 and OS!="win"', { 1473 ['use_aura!=1 and OS!="win"', {
1486 'sources!': [ 1474 'sources!': [
1487 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1488 'browser/renderer_host/ui_events_helper.cc', 1475 'browser/renderer_host/ui_events_helper.cc',
1489 'browser/renderer_host/ui_events_helper.h', 1476 'browser/renderer_host/ui_events_helper.h',
1490 'browser/renderer_host/tap_suppression_controller.cc',
1491 ],
1492 }, {
1493 'sources!': [
1494 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1495 ], 1477 ],
1496 }], 1478 }],
1497 ['use_aura==1', { 1479 ['use_aura==1', {
1498 'dependencies': [ 1480 'dependencies': [
1499 '../ui/aura/aura.gyp:aura', 1481 '../ui/aura/aura.gyp:aura',
1500 '../ui/base/strings/ui_strings.gyp:ui_strings', 1482 '../ui/base/strings/ui_strings.gyp:ui_strings',
1501 '../ui/compositor/compositor.gyp:compositor', 1483 '../ui/compositor/compositor.gyp:compositor',
1502 ], 1484 ],
1503 'sources/': [ 1485 'sources/': [
1504 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 1486 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
1505 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 1487 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
1506 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1507 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], 1488 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'],
1508 ['exclude', '^browser/renderer_host/render_widget_host.h'], 1489 ['exclude', '^browser/renderer_host/render_widget_host.h'],
1509 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], 1490 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'],
1510 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 1491 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
1511 ['exclude', '^browser/web_contents/web_contents_drag_win.cc'], 1492 ['exclude', '^browser/web_contents/web_contents_drag_win.cc'],
1512 ['exclude', '^browser/web_contents/web_contents_drag_win.h'], 1493 ['exclude', '^browser/web_contents/web_contents_drag_win.h'],
1513 ['exclude', '^browser/web_contents/web_contents_view_win.cc'], 1494 ['exclude', '^browser/web_contents/web_contents_view_win.cc'],
1514 ['exclude', '^browser/web_contents/web_contents_view_win.h'], 1495 ['exclude', '^browser/web_contents/web_contents_view_win.h'],
1515 ['exclude', '^browser/web_contents/web_drag_dest_win.cc'], 1496 ['exclude', '^browser/web_contents/web_drag_dest_win.cc'],
1516 ['exclude', '^browser/web_contents/web_drag_dest_win.h'], 1497 ['exclude', '^browser/web_contents/web_drag_dest_win.h'],
1517 ['exclude', '^browser/web_contents/web_drag_source_win.cc'], 1498 ['exclude', '^browser/web_contents/web_drag_source_win.cc'],
1518 ['exclude', '^browser/web_contents/web_drag_source_win.h'], 1499 ['exclude', '^browser/web_contents/web_drag_source_win.h'],
1519 ], 1500 ],
1520 }, { 1501 }, {
1521 'sources/': [ 1502 'sources/': [
1522 ['exclude', '^browser/aura/'], 1503 ['exclude', '^browser/aura/'],
1523 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1524 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1504 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1525 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1505 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1526 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1506 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1527 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1507 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1528 ], 1508 ],
1529 }], 1509 }],
1530 ['enable_plugins==1', { 1510 ['enable_plugins==1', {
1531 'dependencies': [ 1511 'dependencies': [
1532 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1512 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1533 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1513 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 22 matching lines...) Expand all
1556 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1536 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1557 ], 1537 ],
1558 }, { # input_speech==1 1538 }, { # input_speech==1
1559 'dependencies': [ 1539 'dependencies': [
1560 '../third_party/flac/flac.gyp:libflac', 1540 '../third_party/flac/flac.gyp:libflac',
1561 '../third_party/speex/speex.gyp:libspeex', 1541 '../third_party/speex/speex.gyp:libspeex',
1562 ], 1542 ],
1563 }], 1543 }],
1564 ], 1544 ],
1565 } 1545 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698