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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'browser/renderer_host/touchpad_tap_suppression_controller.h', | 963 'browser/renderer_host/touchpad_tap_suppression_controller.h', |
964 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', | 964 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', |
965 'browser/renderer_host/touchscreen_tap_suppression_controller.h', | 965 'browser/renderer_host/touchscreen_tap_suppression_controller.h', |
966 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', | 966 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', |
967 'browser/renderer_host/ui_events_helper.cc', | 967 'browser/renderer_host/ui_events_helper.cc', |
968 'browser/renderer_host/ui_events_helper.h', | 968 'browser/renderer_host/ui_events_helper.h', |
969 'browser/renderer_host/web_input_event_aura.cc', | 969 'browser/renderer_host/web_input_event_aura.cc', |
970 'browser/renderer_host/web_input_event_aura.h', | 970 'browser/renderer_host/web_input_event_aura.h', |
971 'browser/renderer_host/web_input_event_aurawin.cc', | 971 'browser/renderer_host/web_input_event_aurawin.cc', |
972 'browser/renderer_host/web_input_event_aurax11.cc', | 972 'browser/renderer_host/web_input_event_aurax11.cc', |
| 973 'browser/renderer_host/web_input_event_factory_android.cc', |
| 974 'browser/renderer_host/web_input_event_factory_android.h', |
| 975 'browser/renderer_host/web_input_event_factory_gtk.cc', |
| 976 'browser/renderer_host/web_input_event_factory_gtk.h', |
| 977 'browser/renderer_host/web_input_event_factory_h.h', |
| 978 'browser/renderer_host/web_input_event_factory_mac.mm', |
| 979 'browser/renderer_host/web_input_event_factory_win.cc', |
| 980 'browser/renderer_host/web_input_event_factory_win.h', |
973 'browser/renderer_host/webmenurunner_mac.h', | 981 'browser/renderer_host/webmenurunner_mac.h', |
974 'browser/renderer_host/webmenurunner_mac.mm', | 982 'browser/renderer_host/webmenurunner_mac.mm', |
975 'browser/resolve_proxy_msg_helper.cc', | 983 'browser/resolve_proxy_msg_helper.cc', |
976 'browser/resolve_proxy_msg_helper.h', | 984 'browser/resolve_proxy_msg_helper.h', |
977 'browser/resource_context_impl.cc', | 985 'browser/resource_context_impl.cc', |
978 'browser/resource_context_impl.h', | 986 'browser/resource_context_impl.h', |
979 'browser/safe_util_win.cc', | 987 'browser/safe_util_win.cc', |
980 'browser/safe_util_win.h', | 988 'browser/safe_util_win.h', |
981 'browser/site_instance_impl.cc', | 989 'browser/site_instance_impl.cc', |
982 'browser/site_instance_impl.h', | 990 'browser/site_instance_impl.h', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1473 '../third_party/speex/speex.gyp:libspeex', | 1481 '../third_party/speex/speex.gyp:libspeex', |
1474 ], | 1482 ], |
1475 }], | 1483 }], |
1476 ['linux_use_libgps==1', { | 1484 ['linux_use_libgps==1', { |
1477 'dependencies': [ | 1485 'dependencies': [ |
1478 '../build/linux/system.gyp:libgps', | 1486 '../build/linux/system.gyp:libgps', |
1479 ], | 1487 ], |
1480 }], | 1488 }], |
1481 ], | 1489 ], |
1482 } | 1490 } |
OLD | NEW |