Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: content/content_browser.gypi

Issue 13119009: Adding WebRTC logging filter, handler and handler host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'browser/renderer_host/touchpad_tap_suppression_controller.h', 845 'browser/renderer_host/touchpad_tap_suppression_controller.h',
846 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', 846 'browser/renderer_host/touchscreen_tap_suppression_controller.cc',
847 'browser/renderer_host/touchscreen_tap_suppression_controller.h', 847 'browser/renderer_host/touchscreen_tap_suppression_controller.h',
848 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', 848 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc',
849 'browser/renderer_host/ui_events_helper.cc', 849 'browser/renderer_host/ui_events_helper.cc',
850 'browser/renderer_host/ui_events_helper.h', 850 'browser/renderer_host/ui_events_helper.h',
851 'browser/renderer_host/web_input_event_aura.cc', 851 'browser/renderer_host/web_input_event_aura.cc',
852 'browser/renderer_host/web_input_event_aura.h', 852 'browser/renderer_host/web_input_event_aura.h',
853 'browser/renderer_host/web_input_event_aurawin.cc', 853 'browser/renderer_host/web_input_event_aurawin.cc',
854 'browser/renderer_host/web_input_event_aurax11.cc', 854 'browser/renderer_host/web_input_event_aurax11.cc',
855 'browser/renderer_host/webrtc_logging_handler_host.cc',
856 'browser/renderer_host/webrtc_logging_handler_host.h',
855 'browser/resolve_proxy_msg_helper.cc', 857 'browser/resolve_proxy_msg_helper.cc',
856 'browser/resolve_proxy_msg_helper.h', 858 'browser/resolve_proxy_msg_helper.h',
857 'browser/resource_context_impl.cc', 859 'browser/resource_context_impl.cc',
858 'browser/resource_context_impl.h', 860 'browser/resource_context_impl.h',
859 'browser/safe_util_win.cc', 861 'browser/safe_util_win.cc',
860 'browser/safe_util_win.h', 862 'browser/safe_util_win.h',
861 'browser/site_instance_impl.cc', 863 'browser/site_instance_impl.cc',
862 'browser/site_instance_impl.h', 864 'browser/site_instance_impl.h',
863 'browser/speech/audio_buffer.cc', 865 'browser/speech/audio_buffer.cc',
864 'browser/speech/audio_buffer.h', 866 'browser/speech/audio_buffer.h',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 '../third_party/speex/speex.gyp:libspeex', 1306 '../third_party/speex/speex.gyp:libspeex',
1305 ], 1307 ],
1306 }], 1308 }],
1307 ['linux_use_libgps==1', { 1309 ['linux_use_libgps==1', {
1308 'dependencies': [ 1310 'dependencies': [
1309 '../build/linux/system.gyp:libgps', 1311 '../build/linux/system.gyp:libgps',
1310 ], 1312 ],
1311 }], 1313 }],
1312 ], 1314 ],
1313 } 1315 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698