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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 'optionsfile.h', | 425 'optionsfile.h', |
426 'proxyserver.cc', | 426 'proxyserver.cc', |
427 'proxyserver.h', | 427 'proxyserver.h', |
428 'rollingaccumulator.h', | 428 'rollingaccumulator.h', |
429 'scopedptrcollection.h', | 429 'scopedptrcollection.h', |
430 'sslconfig.h', | 430 'sslconfig.h', |
431 'sslroots.h', | 431 'sslroots.h', |
432 'testbase64.h', | 432 'testbase64.h', |
433 'testclient.cc', | 433 'testclient.cc', |
434 'testclient.h', | 434 'testclient.h', |
| 435 'transformadapter.cc', |
| 436 'transformadapter.h', |
435 'virtualsocketserver.cc', | 437 'virtualsocketserver.cc', |
436 'virtualsocketserver.h', | 438 'virtualsocketserver.h', |
437 'window.h', | 439 'window.h', |
438 'windowpicker.h', | 440 'windowpicker.h', |
439 'windowpickerfactory.h', | 441 'windowpickerfactory.h', |
440 ], | 442 ], |
441 'conditions': [ | 443 'conditions': [ |
442 ['build_json==1', { | 444 ['build_json==1', { |
443 'dependencies': [ | 445 'dependencies': [ |
444 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', | 446 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 }, | 653 }, |
652 { | 654 { |
653 'target_name': 'gtest_prod', | 655 'target_name': 'gtest_prod', |
654 'type': 'static_library', | 656 'type': 'static_library', |
655 'sources': [ | 657 'sources': [ |
656 'gtest_prod_util.h', | 658 'gtest_prod_util.h', |
657 ], | 659 ], |
658 }, | 660 }, |
659 ], | 661 ], |
660 } | 662 } |
OLD | NEW |