| 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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 '../sandbox/sandbox.gyp:sandbox', | 961 '../sandbox/sandbox.gyp:sandbox', |
| 962 ], | 962 ], |
| 963 }], | 963 }], |
| 964 ['OS!="android" and OS!="ios"', { | 964 ['OS!="android" and OS!="ios"', { |
| 965 'dependencies': [ | 965 'dependencies': [ |
| 966 '../third_party/libyuv/libyuv.gyp:libyuv', | 966 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 967 ], | 967 ], |
| 968 }], | 968 }], |
| 969 ['enable_webrtc==1', { | 969 ['enable_webrtc==1', { |
| 970 'sources': [ | 970 'sources': [ |
| 971 'browser/media/webrtc_internals.cc', | |
| 972 'browser/media/webrtc_internals.h', | |
| 973 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 971 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
| 974 'browser/renderer_host/media/peer_connection_tracker_host.h', | 972 'browser/renderer_host/media/peer_connection_tracker_host.h', |
| 975 'browser/renderer_host/p2p/socket_host.cc', | 973 'browser/renderer_host/p2p/socket_host.cc', |
| 976 'browser/renderer_host/p2p/socket_host.h', | 974 'browser/renderer_host/p2p/socket_host.h', |
| 977 'browser/renderer_host/p2p/socket_host_tcp.cc', | 975 'browser/renderer_host/p2p/socket_host_tcp.cc', |
| 978 'browser/renderer_host/p2p/socket_host_tcp.h', | 976 'browser/renderer_host/p2p/socket_host_tcp.h', |
| 979 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 977 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
| 980 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 978 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
| 981 'browser/renderer_host/p2p/socket_host_udp.cc', | 979 'browser/renderer_host/p2p/socket_host_udp.cc', |
| 982 'browser/renderer_host/p2p/socket_host_udp.h', | 980 'browser/renderer_host/p2p/socket_host_udp.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1179 ['exclude', '^browser/speech/'], | 1177 ['exclude', '^browser/speech/'], |
| 1180 ], | 1178 ], |
| 1181 }], | 1179 }], |
| 1182 ['linux_use_libgps==1', { | 1180 ['linux_use_libgps==1', { |
| 1183 'dependencies': [ | 1181 'dependencies': [ |
| 1184 '../build/linux/system.gyp:libgps', | 1182 '../build/linux/system.gyp:libgps', |
| 1185 ], | 1183 ], |
| 1186 }], | 1184 }], |
| 1187 ], | 1185 ], |
| 1188 } | 1186 } |
| OLD | NEW |