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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1181 'browser/renderer_host/p2p/socket_host.cc', | 1181 'browser/renderer_host/p2p/socket_host.cc', |
1182 'browser/renderer_host/p2p/socket_host.h', | 1182 'browser/renderer_host/p2p/socket_host.h', |
1183 'browser/renderer_host/p2p/socket_host_tcp.cc', | 1183 'browser/renderer_host/p2p/socket_host_tcp.cc', |
1184 'browser/renderer_host/p2p/socket_host_tcp.h', | 1184 'browser/renderer_host/p2p/socket_host_tcp.h', |
1185 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 1185 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
1186 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 1186 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
1187 'browser/renderer_host/p2p/socket_host_udp.cc', | 1187 'browser/renderer_host/p2p/socket_host_udp.cc', |
1188 'browser/renderer_host/p2p/socket_host_udp.h', | 1188 'browser/renderer_host/p2p/socket_host_udp.h', |
1189 'browser/renderer_host/p2p/socket_dispatcher_host.cc', | 1189 'browser/renderer_host/p2p/socket_dispatcher_host.cc', |
1190 'browser/renderer_host/p2p/socket_dispatcher_host.h', | 1190 'browser/renderer_host/p2p/socket_dispatcher_host.h', |
| 1191 'browser/renderer_host/p2p/ssltcp_helper.cc', |
| 1192 'browser/renderer_host/p2p/ssltcp_helper.h', |
1191 ], | 1193 ], |
1192 }], | 1194 }], |
1193 ['OS=="win"', { | 1195 ['OS=="win"', { |
1194 'dependencies': [ | 1196 'dependencies': [ |
1195 # For accessibility | 1197 # For accessibility |
1196 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1198 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
1197 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1199 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
1198 '../win8/win8.gyp:win8_util', | 1200 '../win8/win8.gyp:win8_util', |
1199 ], | 1201 ], |
1200 'defines': [ | 1202 'defines': [ |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1417 '../third_party/speex/speex.gyp:libspeex', | 1419 '../third_party/speex/speex.gyp:libspeex', |
1418 ], | 1420 ], |
1419 }], | 1421 }], |
1420 ['linux_use_libgps==1', { | 1422 ['linux_use_libgps==1', { |
1421 'dependencies': [ | 1423 'dependencies': [ |
1422 '../build/linux/system.gyp:libgps', | 1424 '../build/linux/system.gyp:libgps', |
1423 ], | 1425 ], |
1424 }], | 1426 }], |
1425 ], | 1427 ], |
1426 } | 1428 } |
OLD | NEW |