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

Side by Side Diff: content/content_browser.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 766 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
767 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 767 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
768 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 768 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
769 ], 769 ],
770 'conditions': [ 770 'conditions': [
771 ['OS!="win" and OS!="mac" and OS!="linux"', { 771 ['OS!="win" and OS!="mac" and OS!="linux"', {
772 'sources': [ 772 'sources': [
773 'browser/gamepad/platform_data_fetcher.cc', 773 'browser/gamepad/platform_data_fetcher.cc',
774 ] 774 ]
775 }], 775 }],
776 ['p2p_apis==1', { 776 ['enable_webrtc==1', {
777 'sources': [ 777 'sources': [
778 'browser/renderer_host/p2p/socket_host.cc', 778 'browser/renderer_host/p2p/socket_host.cc',
779 'browser/renderer_host/p2p/socket_host.h', 779 'browser/renderer_host/p2p/socket_host.h',
780 'browser/renderer_host/p2p/socket_host_tcp.cc', 780 'browser/renderer_host/p2p/socket_host_tcp.cc',
781 'browser/renderer_host/p2p/socket_host_tcp.h', 781 'browser/renderer_host/p2p/socket_host_tcp.h',
782 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 782 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
783 'browser/renderer_host/p2p/socket_host_tcp_server.h', 783 'browser/renderer_host/p2p/socket_host_tcp_server.h',
784 'browser/renderer_host/p2p/socket_host_udp.cc', 784 'browser/renderer_host/p2p/socket_host_udp.cc',
785 'browser/renderer_host/p2p/socket_host_udp.h', 785 'browser/renderer_host/p2p/socket_host_udp.h',
786 'browser/renderer_host/p2p/socket_dispatcher_host.cc', 786 'browser/renderer_host/p2p/socket_dispatcher_host.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 ], 961 ],
962 }], 962 }],
963 ['input_speech==0', { 963 ['input_speech==0', {
964 'sources/': [ 964 'sources/': [
965 ['exclude', '^browser/speech/'], 965 ['exclude', '^browser/speech/'],
966 ], 966 ],
967 }], 967 }],
968 ], 968 ],
969 } 969 }
970 970
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698