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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
864 'browser/renderer_host/gtk_plugin_container.cc', | 865 'browser/renderer_host/gtk_plugin_container.cc', |
865 'browser/renderer_host/gtk_plugin_container.h', | 866 'browser/renderer_host/gtk_plugin_container.h', |
866 'browser/renderer_host/gtk_plugin_container_manager.cc', | 867 'browser/renderer_host/gtk_plugin_container_manager.cc', |
867 'browser/renderer_host/gtk_plugin_container_manager.h', | 868 'browser/renderer_host/gtk_plugin_container_manager.h', |
868 'browser/renderer_host/gtk_window_utils.cc', | 869 'browser/renderer_host/gtk_window_utils.cc', |
869 'browser/renderer_host/gtk_window_utils.h', | 870 'browser/renderer_host/gtk_window_utils.h', |
870 'browser/renderer_host/image_transport_factory_android.cc', | 871 'browser/renderer_host/image_transport_factory_android.cc', |
871 'browser/renderer_host/image_transport_factory_android.h', | 872 'browser/renderer_host/image_transport_factory_android.h', |
872 'browser/renderer_host/ime_adapter_android.cc', | 873 'browser/renderer_host/ime_adapter_android.cc', |
873 'browser/renderer_host/ime_adapter_android.h', | 874 'browser/renderer_host/ime_adapter_android.h', |
| 875 'browser/renderer_host/input/content_gesture_provider.cc', |
| 876 'browser/renderer_host/input/content_gesture_provider.h', |
874 'browser/renderer_host/input/gesture_event_packet.cc', | 877 'browser/renderer_host/input/gesture_event_packet.cc', |
875 'browser/renderer_host/input/gesture_event_packet.h', | 878 'browser/renderer_host/input/gesture_event_packet.h', |
876 'browser/renderer_host/input/gesture_event_queue.cc', | 879 'browser/renderer_host/input/gesture_event_queue.cc', |
877 'browser/renderer_host/input/gesture_event_queue.h', | 880 'browser/renderer_host/input/gesture_event_queue.h', |
878 'browser/renderer_host/input/input_ack_handler.h', | 881 'browser/renderer_host/input/input_ack_handler.h', |
879 'browser/renderer_host/input/input_router.h', | 882 'browser/renderer_host/input/input_router.h', |
880 'browser/renderer_host/input/input_router_client.h', | 883 'browser/renderer_host/input/input_router_client.h', |
881 'browser/renderer_host/input/input_router_impl.cc', | 884 'browser/renderer_host/input/input_router_impl.cc', |
882 'browser/renderer_host/input/input_router_impl.h', | 885 'browser/renderer_host/input/input_router_impl.h', |
883 'browser/renderer_host/input/motion_event_android.cc', | 886 'browser/renderer_host/input/motion_event_android.cc', |
884 'browser/renderer_host/input/motion_event_android.h', | 887 'browser/renderer_host/input/motion_event_android.h', |
| 888 'browser/renderer_host/input/motion_event_web.cc', |
| 889 'browser/renderer_host/input/motion_event_web.h', |
885 'browser/renderer_host/input/synthetic_gesture.cc', | 890 'browser/renderer_host/input/synthetic_gesture.cc', |
886 'browser/renderer_host/input/synthetic_gesture.h', | 891 'browser/renderer_host/input/synthetic_gesture.h', |
887 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 892 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
888 'browser/renderer_host/input/synthetic_gesture_controller.h', | 893 'browser/renderer_host/input/synthetic_gesture_controller.h', |
889 'browser/renderer_host/input/synthetic_gesture_target.h', | 894 'browser/renderer_host/input/synthetic_gesture_target.h', |
890 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 895 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
891 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 896 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
892 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', | 897 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
893 'browser/renderer_host/input/synthetic_gesture_target_aura.h', | 898 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
894 'browser/renderer_host/input/synthetic_gesture_target_base.cc', | 899 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1658 '../build/linux/system.gyp:dbus', | 1663 '../build/linux/system.gyp:dbus', |
1659 '../dbus/dbus.gyp:dbus', | 1664 '../dbus/dbus.gyp:dbus', |
1660 ], | 1665 ], |
1661 }, { # OS != "linux" or use_dbus==0 | 1666 }, { # OS != "linux" or use_dbus==0 |
1662 'sources!': [ | 1667 'sources!': [ |
1663 'browser/geolocation/wifi_data_provider_linux.cc', | 1668 'browser/geolocation/wifi_data_provider_linux.cc', |
1664 ], | 1669 ], |
1665 }], | 1670 }], |
1666 ], | 1671 ], |
1667 } | 1672 } |
OLD | NEW |