| 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 '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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 'browser/renderer_host/input/synthetic_gesture_target_base.h', | 854 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
| 855 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', | 855 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', |
| 856 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', | 856 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', |
| 857 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', | 857 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', |
| 858 'browser/renderer_host/input/synthetic_web_input_event_builders.h', | 858 'browser/renderer_host/input/synthetic_web_input_event_builders.h', |
| 859 'browser/renderer_host/input/tap_suppression_controller.cc', | 859 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 860 'browser/renderer_host/input/tap_suppression_controller.h', | 860 'browser/renderer_host/input/tap_suppression_controller.h', |
| 861 'browser/renderer_host/input/tap_suppression_controller_client.h', | 861 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 862 'browser/renderer_host/input/touch_event_queue.cc', | 862 'browser/renderer_host/input/touch_event_queue.cc', |
| 863 'browser/renderer_host/input/touch_event_queue.h', | 863 'browser/renderer_host/input/touch_event_queue.h', |
| 864 'browser/renderer_host/input/touch_action_filter.cc', |
| 865 'browser/renderer_host/input/touch_action_filter.h', |
| 864 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 866 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
| 865 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 867 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 866 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 868 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 867 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 869 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 868 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 870 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 869 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 871 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
| 870 'browser/renderer_host/input/web_input_event_builders_android.cc', | 872 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 871 'browser/renderer_host/input/web_input_event_builders_android.h', | 873 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 872 'browser/renderer_host/input/web_input_event_builders_gtk.cc', | 874 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
| 873 'browser/renderer_host/input/web_input_event_builders_gtk.h', | 875 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1605 '../build/linux/system.gyp:dbus', | 1607 '../build/linux/system.gyp:dbus', |
| 1606 '../dbus/dbus.gyp:dbus', | 1608 '../dbus/dbus.gyp:dbus', |
| 1607 ], | 1609 ], |
| 1608 }, { # OS != "linux" or use_dbus==0 | 1610 }, { # OS != "linux" or use_dbus==0 |
| 1609 'sources!': [ | 1611 'sources!': [ |
| 1610 'browser/geolocation/wifi_data_provider_linux.cc', | 1612 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1611 ], | 1613 ], |
| 1612 }], | 1614 }], |
| 1613 ], | 1615 ], |
| 1614 } | 1616 } |
| OLD | NEW |