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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 '../../third_party/jsoncpp/overrides/include', | 371 '../../third_party/jsoncpp/overrides/include', |
372 '../../third_party/jsoncpp/source/include', | 372 '../../third_party/jsoncpp/source/include', |
373 ], | 373 ], |
374 'conditions': [ | 374 'conditions': [ |
375 ['build_with_chromium==1', { | 375 ['build_with_chromium==1', { |
376 'include_dirs': [ | 376 'include_dirs': [ |
377 '../../webrtc_overrides', | 377 '../../webrtc_overrides', |
378 '../../boringssl/src/include', | 378 '../../boringssl/src/include', |
379 ], | 379 ], |
380 'sources': [ | 380 'sources': [ |
381 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | |
382 '../../webrtc_overrides/webrtc/base/logging.cc', | 381 '../../webrtc_overrides/webrtc/base/logging.cc', |
383 '../../webrtc_overrides/webrtc/base/logging.h', | 382 '../../webrtc_overrides/webrtc/base/logging.h', |
| 383 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', |
384 ], | 384 ], |
385 'sources!': [ | 385 'sources!': [ |
386 'atomicops.h', | 386 'atomicops.h', |
387 'bandwidthsmoother.cc', | 387 'bandwidthsmoother.cc', |
388 'bandwidthsmoother.h', | 388 'bandwidthsmoother.h', |
389 'bind.h', | 389 'bind.h', |
390 'callback.h', | 390 'callback.h', |
391 'constructormagic.h', | 391 'constructormagic.h', |
392 'dbus.cc', | 392 'dbus.cc', |
393 'dbus.h', | 393 'dbus.h', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 ], | 668 ], |
669 }, { | 669 }, { |
670 'include_dirs': [ | 670 'include_dirs': [ |
671 '<(ssl_root)', | 671 '<(ssl_root)', |
672 ], | 672 ], |
673 }], | 673 }], |
674 ], | 674 ], |
675 }, | 675 }, |
676 ], | 676 ], |
677 } | 677 } |
OLD | NEW |