| 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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 '../sandbox/sandbox.gyp:sandbox', | 954 '../sandbox/sandbox.gyp:sandbox', |
| 955 ], | 955 ], |
| 956 }], | 956 }], |
| 957 ['OS!="android" and OS!="ios"', { | 957 ['OS!="android" and OS!="ios"', { |
| 958 'dependencies': [ | 958 'dependencies': [ |
| 959 '../third_party/libyuv/libyuv.gyp:libyuv', | 959 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 960 ], | 960 ], |
| 961 }], | 961 }], |
| 962 ['enable_webrtc==1', { | 962 ['enable_webrtc==1', { |
| 963 'sources': [ | 963 'sources': [ |
| 964 'browser/media/webrtc_internals.cc', | |
| 965 'browser/media/webrtc_internals.h', | |
| 966 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 964 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
| 967 'browser/renderer_host/media/peer_connection_tracker_host.h', | 965 'browser/renderer_host/media/peer_connection_tracker_host.h', |
| 968 'browser/renderer_host/p2p/socket_host.cc', | 966 'browser/renderer_host/p2p/socket_host.cc', |
| 969 'browser/renderer_host/p2p/socket_host.h', | 967 'browser/renderer_host/p2p/socket_host.h', |
| 970 'browser/renderer_host/p2p/socket_host_tcp.cc', | 968 'browser/renderer_host/p2p/socket_host_tcp.cc', |
| 971 'browser/renderer_host/p2p/socket_host_tcp.h', | 969 'browser/renderer_host/p2p/socket_host_tcp.h', |
| 972 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 970 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
| 973 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 971 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
| 974 'browser/renderer_host/p2p/socket_host_udp.cc', | 972 'browser/renderer_host/p2p/socket_host_udp.cc', |
| 975 'browser/renderer_host/p2p/socket_host_udp.h', | 973 'browser/renderer_host/p2p/socket_host_udp.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 ['exclude', '^browser/speech/'], | 1170 ['exclude', '^browser/speech/'], |
| 1173 ], | 1171 ], |
| 1174 }], | 1172 }], |
| 1175 ['linux_use_libgps==1', { | 1173 ['linux_use_libgps==1', { |
| 1176 'dependencies': [ | 1174 'dependencies': [ |
| 1177 '../build/linux/system.gyp:libgps', | 1175 '../build/linux/system.gyp:libgps', |
| 1178 ], | 1176 ], |
| 1179 }], | 1177 }], |
| 1180 ], | 1178 ], |
| 1181 } | 1179 } |
| OLD | NEW |