OLD | NEW |
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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
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', |
11 '../net/net.gyp:net', | 11 '../net/net.gyp:net', |
12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
13 '../sql/sql.gyp:sql', | 13 '../sql/sql.gyp:sql', |
14 '../third_party/zlib/google/zip.gyp:zip', | 14 '../third_party/zlib/google/zip.gyp:zip', |
15 '../third_party/zlib/zlib.gyp:zlib', | 15 '../third_party/zlib/zlib.gyp:zlib', |
16 '../ui/accessibility/accessibility.gyp:accessibility', | 16 '../ui/accessibility/accessibility.gyp:accessibility', |
17 '../ui/events/events.gyp:events_base', | 17 '../ui/events/events.gyp:events_base', |
| 18 '../ui/events/events.gyp:gesture_detection', |
18 '../ui/gfx/gfx.gyp:gfx', | 19 '../ui/gfx/gfx.gyp:gfx', |
19 '../ui/gfx/gfx.gyp:gfx_geometry', | 20 '../ui/gfx/gfx.gyp:gfx_geometry', |
20 '../ui/resources/ui_resources.gyp:ui_resources', | 21 '../ui/resources/ui_resources.gyp:ui_resources', |
21 '../ui/snapshot/snapshot.gyp:snapshot', | 22 '../ui/snapshot/snapshot.gyp:snapshot', |
22 '../ui/ui.gyp:ui', | 23 '../ui/ui.gyp:ui', |
23 'browser/speech/proto/speech_proto.gyp:speech_proto', | 24 'browser/speech/proto/speech_proto.gyp:speech_proto', |
24 ], | 25 ], |
25 'include_dirs': [ | 26 'include_dirs': [ |
26 '..', | 27 '..', |
27 '<(INTERMEDIATE_DIR)', | 28 '<(INTERMEDIATE_DIR)', |
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'browser/renderer_host/gtk_plugin_container.cc', | 848 'browser/renderer_host/gtk_plugin_container.cc', |
848 'browser/renderer_host/gtk_plugin_container.h', | 849 'browser/renderer_host/gtk_plugin_container.h', |
849 'browser/renderer_host/gtk_plugin_container_manager.cc', | 850 'browser/renderer_host/gtk_plugin_container_manager.cc', |
850 'browser/renderer_host/gtk_plugin_container_manager.h', | 851 'browser/renderer_host/gtk_plugin_container_manager.h', |
851 'browser/renderer_host/gtk_window_utils.cc', | 852 'browser/renderer_host/gtk_window_utils.cc', |
852 'browser/renderer_host/gtk_window_utils.h', | 853 'browser/renderer_host/gtk_window_utils.h', |
853 'browser/renderer_host/image_transport_factory_android.cc', | 854 'browser/renderer_host/image_transport_factory_android.cc', |
854 'browser/renderer_host/image_transport_factory_android.h', | 855 'browser/renderer_host/image_transport_factory_android.h', |
855 'browser/renderer_host/ime_adapter_android.cc', | 856 'browser/renderer_host/ime_adapter_android.cc', |
856 'browser/renderer_host/ime_adapter_android.h', | 857 'browser/renderer_host/ime_adapter_android.h', |
| 858 'browser/renderer_host/input/content_gesture_provider.cc', |
| 859 'browser/renderer_host/input/content_gesture_provider.h', |
| 860 'browser/renderer_host/input/content_motion_event_impl_android.cc', |
| 861 'browser/renderer_host/input/content_motion_event_impl.cc', |
| 862 'browser/renderer_host/input/content_motion_event_impl.h', |
857 'browser/renderer_host/input/gesture_event_packet.cc', | 863 'browser/renderer_host/input/gesture_event_packet.cc', |
858 'browser/renderer_host/input/gesture_event_packet.h', | 864 'browser/renderer_host/input/gesture_event_packet.h', |
859 'browser/renderer_host/input/gesture_event_queue.cc', | 865 'browser/renderer_host/input/gesture_event_queue.cc', |
860 'browser/renderer_host/input/gesture_event_queue.h', | 866 'browser/renderer_host/input/gesture_event_queue.h', |
861 'browser/renderer_host/input/input_ack_handler.h', | 867 'browser/renderer_host/input/input_ack_handler.h', |
862 'browser/renderer_host/input/input_router.h', | 868 'browser/renderer_host/input/input_router.h', |
863 'browser/renderer_host/input/input_router_client.h', | 869 'browser/renderer_host/input/input_router_client.h', |
864 'browser/renderer_host/input/input_router_impl.cc', | 870 'browser/renderer_host/input/input_router_impl.cc', |
865 'browser/renderer_host/input/input_router_impl.h', | 871 'browser/renderer_host/input/input_router_impl.h', |
866 'browser/renderer_host/input/motion_event_android.cc', | 872 'browser/renderer_host/input/motion_event_android.cc', |
867 'browser/renderer_host/input/motion_event_android.h', | 873 'browser/renderer_host/input/motion_event_android.h', |
| 874 'browser/renderer_host/input/native_web_touch_event.cc', |
| 875 'browser/renderer_host/input/native_web_touch_event.h', |
| 876 'browser/renderer_host/input/native_web_touch_event_android.cc', |
868 'browser/renderer_host/input/synthetic_gesture.cc', | 877 'browser/renderer_host/input/synthetic_gesture.cc', |
869 'browser/renderer_host/input/synthetic_gesture.h', | 878 'browser/renderer_host/input/synthetic_gesture.h', |
870 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 879 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
871 'browser/renderer_host/input/synthetic_gesture_controller.h', | 880 'browser/renderer_host/input/synthetic_gesture_controller.h', |
872 'browser/renderer_host/input/synthetic_gesture_target.h', | 881 'browser/renderer_host/input/synthetic_gesture_target.h', |
873 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 882 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
874 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 883 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
875 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', | 884 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
876 'browser/renderer_host/input/synthetic_gesture_target_aura.h', | 885 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
877 'browser/renderer_host/input/synthetic_gesture_target_base.cc', | 886 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 1528 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
1520 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1529 ['include', '^browser/speech/speech_recognizer\\.h$'], |
1521 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 1530 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
1522 ], | 1531 ], |
1523 'sources!': [ | 1532 'sources!': [ |
1524 'browser/browser_ipc_logging.cc', | 1533 'browser/browser_ipc_logging.cc', |
1525 'browser/font_list_async.cc', | 1534 'browser/font_list_async.cc', |
1526 'browser/geolocation/device_data_provider.cc', | 1535 'browser/geolocation/device_data_provider.cc', |
1527 'browser/geolocation/empty_device_data_provider.cc', | 1536 'browser/geolocation/empty_device_data_provider.cc', |
1528 'browser/geolocation/wifi_data_provider_common.cc', | 1537 'browser/geolocation/wifi_data_provider_common.cc', |
| 1538 'browser/renderer_host/input/content_motion_event_impl.cc', |
| 1539 'browser/renderer_host/input/native_web_touch_event.cc', |
1529 'browser/renderer_host/native_web_keyboard_event.cc', | 1540 'browser/renderer_host/native_web_keyboard_event.cc', |
1530 ] | 1541 ] |
1531 }, { # OS!="android" | 1542 }, { # OS!="android" |
1532 'sources/': [ | 1543 'sources/': [ |
1533 ['exclude', '^browser/renderer_host/java/'], | 1544 ['exclude', '^browser/renderer_host/java/'], |
1534 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], | 1545 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], |
1535 ], | 1546 ], |
1536 }], | 1547 }], |
1537 ['OS=="mac"', { | 1548 ['OS=="mac"', { |
1538 'sources/': [ | 1549 'sources/': [ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1655 '../build/linux/system.gyp:dbus', | 1666 '../build/linux/system.gyp:dbus', |
1656 '../dbus/dbus.gyp:dbus', | 1667 '../dbus/dbus.gyp:dbus', |
1657 ], | 1668 ], |
1658 }, { # OS != "linux" or use_dbus==0 | 1669 }, { # OS != "linux" or use_dbus==0 |
1659 'sources!': [ | 1670 'sources!': [ |
1660 'browser/geolocation/wifi_data_provider_linux.cc', | 1671 'browser/geolocation/wifi_data_provider_linux.cc', |
1661 ], | 1672 ], |
1662 }], | 1673 }], |
1663 ], | 1674 ], |
1664 } | 1675 } |
OLD | NEW |