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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 'browser/renderer_host/gtk_plugin_container_manager.cc', | 842 'browser/renderer_host/gtk_plugin_container_manager.cc', |
843 'browser/renderer_host/gtk_plugin_container_manager.h', | 843 'browser/renderer_host/gtk_plugin_container_manager.h', |
844 'browser/renderer_host/gtk_window_utils.cc', | 844 'browser/renderer_host/gtk_window_utils.cc', |
845 'browser/renderer_host/gtk_window_utils.h', | 845 'browser/renderer_host/gtk_window_utils.h', |
846 'browser/renderer_host/image_transport_factory_android.cc', | 846 'browser/renderer_host/image_transport_factory_android.cc', |
847 'browser/renderer_host/image_transport_factory_android.h', | 847 'browser/renderer_host/image_transport_factory_android.h', |
848 'browser/renderer_host/ime_adapter_android.cc', | 848 'browser/renderer_host/ime_adapter_android.cc', |
849 'browser/renderer_host/ime_adapter_android.h', | 849 'browser/renderer_host/ime_adapter_android.h', |
850 'browser/renderer_host/input/gesture_event_filter.cc', | 850 'browser/renderer_host/input/gesture_event_filter.cc', |
851 'browser/renderer_host/input/gesture_event_filter.h', | 851 'browser/renderer_host/input/gesture_event_filter.h', |
| 852 'browser/renderer_host/input/gesture_event_packet.cc', |
| 853 'browser/renderer_host/input/gesture_event_packet.h', |
| 854 'browser/renderer_host/input/gesture_event_queue.cc', |
| 855 'browser/renderer_host/input/gesture_event_queue.h', |
852 'browser/renderer_host/input/input_ack_handler.h', | 856 'browser/renderer_host/input/input_ack_handler.h', |
853 'browser/renderer_host/input/input_router.h', | 857 'browser/renderer_host/input/input_router.h', |
854 'browser/renderer_host/input/input_router_client.h', | 858 'browser/renderer_host/input/input_router_client.h', |
855 'browser/renderer_host/input/input_router_impl.cc', | 859 'browser/renderer_host/input/input_router_impl.cc', |
856 'browser/renderer_host/input/input_router_impl.h', | 860 'browser/renderer_host/input/input_router_impl.h', |
857 'browser/renderer_host/input/synthetic_gesture.cc', | 861 'browser/renderer_host/input/synthetic_gesture.cc', |
858 'browser/renderer_host/input/synthetic_gesture.h', | 862 'browser/renderer_host/input/synthetic_gesture.h', |
859 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 863 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
860 'browser/renderer_host/input/synthetic_gesture_controller.h', | 864 'browser/renderer_host/input/synthetic_gesture_controller.h', |
861 'browser/renderer_host/input/synthetic_gesture_target.h', | 865 'browser/renderer_host/input/synthetic_gesture_target.h', |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1635 '../build/linux/system.gyp:dbus', | 1639 '../build/linux/system.gyp:dbus', |
1636 '../dbus/dbus.gyp:dbus', | 1640 '../dbus/dbus.gyp:dbus', |
1637 ], | 1641 ], |
1638 }, { # OS != "linux" or use_dbus==0 | 1642 }, { # OS != "linux" or use_dbus==0 |
1639 'sources!': [ | 1643 'sources!': [ |
1640 'browser/geolocation/wifi_data_provider_linux.cc', | 1644 'browser/geolocation/wifi_data_provider_linux.cc', |
1641 ], | 1645 ], |
1642 }], | 1646 }], |
1643 ], | 1647 ], |
1644 } | 1648 } |
OLD | NEW |