| 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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 'browser/renderer_host/touchpad_tap_suppression_controller.h', | 853 'browser/renderer_host/touchpad_tap_suppression_controller.h', |
| 854 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', | 854 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', |
| 855 'browser/renderer_host/touchscreen_tap_suppression_controller.h', | 855 'browser/renderer_host/touchscreen_tap_suppression_controller.h', |
| 856 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', | 856 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', |
| 857 'browser/renderer_host/ui_events_helper.cc', | 857 'browser/renderer_host/ui_events_helper.cc', |
| 858 'browser/renderer_host/ui_events_helper.h', | 858 'browser/renderer_host/ui_events_helper.h', |
| 859 'browser/renderer_host/web_input_event_aura.cc', | 859 'browser/renderer_host/web_input_event_aura.cc', |
| 860 'browser/renderer_host/web_input_event_aura.h', | 860 'browser/renderer_host/web_input_event_aura.h', |
| 861 'browser/renderer_host/web_input_event_aurawin.cc', | 861 'browser/renderer_host/web_input_event_aurawin.cc', |
| 862 'browser/renderer_host/web_input_event_aurax11.cc', | 862 'browser/renderer_host/web_input_event_aurax11.cc', |
| 863 'browser/renderer_host/webrtc_logging_handler_host.cc', |
| 864 'browser/renderer_host/webrtc_logging_handler_host.h', |
| 863 'browser/resolve_proxy_msg_helper.cc', | 865 'browser/resolve_proxy_msg_helper.cc', |
| 864 'browser/resolve_proxy_msg_helper.h', | 866 'browser/resolve_proxy_msg_helper.h', |
| 865 'browser/resource_context_impl.cc', | 867 'browser/resource_context_impl.cc', |
| 866 'browser/resource_context_impl.h', | 868 'browser/resource_context_impl.h', |
| 867 'browser/safe_util_win.cc', | 869 'browser/safe_util_win.cc', |
| 868 'browser/safe_util_win.h', | 870 'browser/safe_util_win.h', |
| 869 'browser/site_instance_impl.cc', | 871 'browser/site_instance_impl.cc', |
| 870 'browser/site_instance_impl.h', | 872 'browser/site_instance_impl.h', |
| 871 'browser/speech/audio_buffer.cc', | 873 'browser/speech/audio_buffer.cc', |
| 872 'browser/speech/audio_buffer.h', | 874 'browser/speech/audio_buffer.h', |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 '../third_party/speex/speex.gyp:libspeex', | 1321 '../third_party/speex/speex.gyp:libspeex', |
| 1320 ], | 1322 ], |
| 1321 }], | 1323 }], |
| 1322 ['linux_use_libgps==1', { | 1324 ['linux_use_libgps==1', { |
| 1323 'dependencies': [ | 1325 'dependencies': [ |
| 1324 '../build/linux/system.gyp:libgps', | 1326 '../build/linux/system.gyp:libgps', |
| 1325 ], | 1327 ], |
| 1326 }], | 1328 }], |
| 1327 ], | 1329 ], |
| 1328 } | 1330 } |
| OLD | NEW |