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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 'browser/renderer_host/input/touch_event_queue.cc', | 822 'browser/renderer_host/input/touch_event_queue.cc', |
823 'browser/renderer_host/input/touch_event_queue.h', | 823 'browser/renderer_host/input/touch_event_queue.h', |
824 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 824 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
825 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 825 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
826 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 826 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
827 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 827 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
828 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 828 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
829 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 829 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
830 'browser/renderer_host/input/web_input_event_builders_android.cc', | 830 'browser/renderer_host/input/web_input_event_builders_android.cc', |
831 'browser/renderer_host/input/web_input_event_builders_android.h', | 831 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 832 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
| 833 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
832 'browser/renderer_host/input/web_input_event_builders_win.cc', | 834 'browser/renderer_host/input/web_input_event_builders_win.cc', |
833 'browser/renderer_host/input/web_input_event_builders_win.h', | 835 'browser/renderer_host/input/web_input_event_builders_win.h', |
834 'browser/renderer_host/input/web_input_event_util.cc', | 836 'browser/renderer_host/input/web_input_event_util.cc', |
835 'browser/renderer_host/input/web_input_event_util.h', | 837 'browser/renderer_host/input/web_input_event_util.h', |
836 'browser/renderer_host/input/web_input_event_util_posix.cc', | 838 'browser/renderer_host/input/web_input_event_util_posix.cc', |
837 'browser/renderer_host/input/web_input_event_util_posix.h', | 839 'browser/renderer_host/input/web_input_event_util_posix.h', |
838 'browser/renderer_host/java/java_bound_object.cc', | 840 'browser/renderer_host/java/java_bound_object.cc', |
839 'browser/renderer_host/java/java_bound_object.h', | 841 'browser/renderer_host/java/java_bound_object.h', |
840 'browser/renderer_host/java/java_bridge_channel_host.cc', | 842 'browser/renderer_host/java/java_bridge_channel_host.cc', |
841 'browser/renderer_host/java/java_bridge_channel_host.h', | 843 'browser/renderer_host/java/java_bridge_channel_host.h', |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1527 '../third_party/speex/speex.gyp:libspeex', | 1529 '../third_party/speex/speex.gyp:libspeex', |
1528 ], | 1530 ], |
1529 }], | 1531 }], |
1530 ['linux_use_libgps==1', { | 1532 ['linux_use_libgps==1', { |
1531 'dependencies': [ | 1533 'dependencies': [ |
1532 '../build/linux/system.gyp:libgps', | 1534 '../build/linux/system.gyp:libgps', |
1533 ], | 1535 ], |
1534 }], | 1536 }], |
1535 ], | 1537 ], |
1536 } | 1538 } |
OLD | NEW |