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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'browser/renderer_host/input/touch_event_queue.cc', | 839 'browser/renderer_host/input/touch_event_queue.cc', |
840 'browser/renderer_host/input/touch_event_queue.h', | 840 'browser/renderer_host/input/touch_event_queue.h', |
841 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 841 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
842 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 842 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
843 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 843 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
844 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 844 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
845 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 845 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
846 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 846 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
847 'browser/renderer_host/input/web_input_event_builders_android.cc', | 847 'browser/renderer_host/input/web_input_event_builders_android.cc', |
848 'browser/renderer_host/input/web_input_event_builders_android.h', | 848 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 849 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
| 850 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
849 'browser/renderer_host/input/web_input_event_builders_win.cc', | 851 'browser/renderer_host/input/web_input_event_builders_win.cc', |
850 'browser/renderer_host/input/web_input_event_builders_win.h', | 852 'browser/renderer_host/input/web_input_event_builders_win.h', |
851 'browser/renderer_host/input/web_input_event_util.cc', | 853 'browser/renderer_host/input/web_input_event_util.cc', |
852 'browser/renderer_host/input/web_input_event_util.h', | 854 'browser/renderer_host/input/web_input_event_util.h', |
853 'browser/renderer_host/input/web_input_event_util_posix.cc', | 855 'browser/renderer_host/input/web_input_event_util_posix.cc', |
854 'browser/renderer_host/input/web_input_event_util_posix.h', | 856 'browser/renderer_host/input/web_input_event_util_posix.h', |
855 'browser/renderer_host/java/java_bound_object.cc', | 857 'browser/renderer_host/java/java_bound_object.cc', |
856 'browser/renderer_host/java/java_bound_object.h', | 858 'browser/renderer_host/java/java_bound_object.h', |
857 'browser/renderer_host/java/java_bridge_channel_host.cc', | 859 'browser/renderer_host/java/java_bridge_channel_host.cc', |
858 'browser/renderer_host/java/java_bridge_channel_host.h', | 860 'browser/renderer_host/java/java_bridge_channel_host.h', |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1545 '../third_party/speex/speex.gyp:libspeex', | 1547 '../third_party/speex/speex.gyp:libspeex', |
1546 ], | 1548 ], |
1547 }], | 1549 }], |
1548 ['linux_use_libgps==1', { | 1550 ['linux_use_libgps==1', { |
1549 'dependencies': [ | 1551 'dependencies': [ |
1550 '../build/linux/system.gyp:libgps', | 1552 '../build/linux/system.gyp:libgps', |
1551 ], | 1553 ], |
1552 }], | 1554 }], |
1553 ], | 1555 ], |
1554 } | 1556 } |
OLD | NEW |