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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'rollingaccumulator.h', | 437 'rollingaccumulator.h', |
438 'scopedptrcollection.h', | 438 'scopedptrcollection.h', |
439 'sec_buffer.h', | 439 'sec_buffer.h', |
440 'sslconfig.h', | 440 'sslconfig.h', |
441 'sslroots.h', | 441 'sslroots.h', |
442 'testbase64.h', | 442 'testbase64.h', |
443 'testclient.cc', | 443 'testclient.cc', |
444 'testclient.h', | 444 'testclient.h', |
445 'transformadapter.cc', | 445 'transformadapter.cc', |
446 'transformadapter.h', | 446 'transformadapter.h', |
447 'versionparsing.cc', | |
448 'versionparsing.h', | |
449 'virtualsocketserver.cc', | 447 'virtualsocketserver.cc', |
450 'virtualsocketserver.h', | 448 'virtualsocketserver.h', |
451 'window.h', | 449 'window.h', |
452 'windowpicker.h', | 450 'windowpicker.h', |
453 'windowpickerfactory.h', | 451 'windowpickerfactory.h', |
454 ], | 452 ], |
455 'conditions': [ | 453 'conditions': [ |
456 ['build_json==1', { | 454 ['build_json==1', { |
457 'dependencies': [ | 455 'dependencies': [ |
458 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', | 456 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 }, | 667 }, |
670 { | 668 { |
671 'target_name': 'gtest_prod', | 669 'target_name': 'gtest_prod', |
672 'type': 'static_library', | 670 'type': 'static_library', |
673 'sources': [ | 671 'sources': [ |
674 'gtest_prod_util.h', | 672 'gtest_prod_util.h', |
675 ], | 673 ], |
676 }, | 674 }, |
677 ], | 675 ], |
678 } | 676 } |
OLD | NEW |