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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'browser/renderer_host/touchpad_tap_suppression_controller.h', | 841 'browser/renderer_host/touchpad_tap_suppression_controller.h', |
842 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', | 842 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', |
843 'browser/renderer_host/touchscreen_tap_suppression_controller.h', | 843 'browser/renderer_host/touchscreen_tap_suppression_controller.h', |
844 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', | 844 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', |
845 'browser/renderer_host/ui_events_helper.cc', | 845 'browser/renderer_host/ui_events_helper.cc', |
846 'browser/renderer_host/ui_events_helper.h', | 846 'browser/renderer_host/ui_events_helper.h', |
847 'browser/renderer_host/web_input_event_aura.cc', | 847 'browser/renderer_host/web_input_event_aura.cc', |
848 'browser/renderer_host/web_input_event_aura.h', | 848 'browser/renderer_host/web_input_event_aura.h', |
849 'browser/renderer_host/web_input_event_aurawin.cc', | 849 'browser/renderer_host/web_input_event_aurawin.cc', |
850 'browser/renderer_host/web_input_event_aurax11.cc', | 850 'browser/renderer_host/web_input_event_aurax11.cc', |
| 851 'browser/renderer_host/webrtc_logging_handler_host.cc', |
| 852 'browser/renderer_host/webrtc_logging_handler_host.h', |
851 'browser/resolve_proxy_msg_helper.cc', | 853 'browser/resolve_proxy_msg_helper.cc', |
852 'browser/resolve_proxy_msg_helper.h', | 854 'browser/resolve_proxy_msg_helper.h', |
853 'browser/resource_context_impl.cc', | 855 'browser/resource_context_impl.cc', |
854 'browser/resource_context_impl.h', | 856 'browser/resource_context_impl.h', |
855 'browser/safe_util_win.cc', | 857 'browser/safe_util_win.cc', |
856 'browser/safe_util_win.h', | 858 'browser/safe_util_win.h', |
857 'browser/site_instance_impl.cc', | 859 'browser/site_instance_impl.cc', |
858 'browser/site_instance_impl.h', | 860 'browser/site_instance_impl.h', |
859 'browser/speech/audio_buffer.cc', | 861 'browser/speech/audio_buffer.cc', |
860 'browser/speech/audio_buffer.h', | 862 'browser/speech/audio_buffer.h', |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 ['exclude', '^browser/speech/'], | 1302 ['exclude', '^browser/speech/'], |
1301 ], | 1303 ], |
1302 }], | 1304 }], |
1303 ['linux_use_libgps==1', { | 1305 ['linux_use_libgps==1', { |
1304 'dependencies': [ | 1306 'dependencies': [ |
1305 '../build/linux/system.gyp:libgps', | 1307 '../build/linux/system.gyp:libgps', |
1306 ], | 1308 ], |
1307 }], | 1309 }], |
1308 ], | 1310 ], |
1309 } | 1311 } |
OLD | NEW |