| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'sslfingerprint.h', | 292 'sslfingerprint.h', |
| 293 'sslidentity.cc', | 293 'sslidentity.cc', |
| 294 'sslidentity.h', | 294 'sslidentity.h', |
| 295 'sslroots.h', | 295 'sslroots.h', |
| 296 'sslsocketfactory.cc', | 296 'sslsocketfactory.cc', |
| 297 'sslsocketfactory.h', | 297 'sslsocketfactory.h', |
| 298 'sslstreamadapter.cc', | 298 'sslstreamadapter.cc', |
| 299 'sslstreamadapter.h', | 299 'sslstreamadapter.h', |
| 300 'sslstreamadapterhelper.cc', | 300 'sslstreamadapterhelper.cc', |
| 301 'sslstreamadapterhelper.h', | 301 'sslstreamadapterhelper.h', |
| 302 'sslstrings.cc', |
| 303 'sslstrings.h', |
| 302 'stream.cc', | 304 'stream.cc', |
| 303 'stream.h', | 305 'stream.h', |
| 304 'task.cc', | 306 'task.cc', |
| 305 'task.h', | 307 'task.h', |
| 306 'taskparent.cc', | 308 'taskparent.cc', |
| 307 'taskparent.h', | 309 'taskparent.h', |
| 308 'taskrunner.cc', | 310 'taskrunner.cc', |
| 309 'taskrunner.h', | 311 'taskrunner.h', |
| 310 'testclient.cc', | 312 'testclient.cc', |
| 311 'testclient.h', | 313 'testclient.h', |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 ], | 675 ], |
| 674 }, { | 676 }, { |
| 675 'include_dirs': [ | 677 'include_dirs': [ |
| 676 '<(ssl_root)', | 678 '<(ssl_root)', |
| 677 ], | 679 ], |
| 678 }], | 680 }], |
| 679 ], | 681 ], |
| 680 }, | 682 }, |
| 681 ], | 683 ], |
| 682 } | 684 } |
| OLD | NEW |