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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 ], | 388 ], |
389 'sources': [ | 389 'sources': [ |
390 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | 390 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', |
391 ], | 391 ], |
392 'sources!': [ | 392 'sources!': [ |
393 'atomicops.h', | 393 'atomicops.h', |
394 'bandwidthsmoother.cc', | 394 'bandwidthsmoother.cc', |
395 'bandwidthsmoother.h', | 395 'bandwidthsmoother.h', |
396 'bind.h', | 396 'bind.h', |
397 'callback.h', | 397 'callback.h', |
398 'constructormagic.h', | |
399 'dbus.cc', | 398 'dbus.cc', |
400 'dbus.h', | 399 'dbus.h', |
401 'diskcache_win32.cc', | 400 'diskcache_win32.cc', |
402 'diskcache_win32.h', | 401 'diskcache_win32.h', |
403 'fileutils_mock.h', | 402 'fileutils_mock.h', |
404 'genericslot.h', | 403 'genericslot.h', |
405 'httpserver.cc', | 404 'httpserver.cc', |
406 'httpserver.h', | 405 'httpserver.h', |
407 'json.cc', | 406 'json.cc', |
408 'json.h', | 407 'json.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 ], | 672 ], |
674 }, { | 673 }, { |
675 'include_dirs': [ | 674 'include_dirs': [ |
676 '<(ssl_root)', | 675 '<(ssl_root)', |
677 ], | 676 ], |
678 }], | 677 }], |
679 ], | 678 ], |
680 }, | 679 }, |
681 ], | 680 ], |
682 } | 681 } |
OLD | NEW |