| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 '../../third_party/jsoncpp/overrides/include', | 368 '../../third_party/jsoncpp/overrides/include', |
| 369 '../../third_party/jsoncpp/source/include', | 369 '../../third_party/jsoncpp/source/include', |
| 370 ], | 370 ], |
| 371 'conditions': [ | 371 'conditions': [ |
| 372 ['build_with_chromium==1', { | 372 ['build_with_chromium==1', { |
| 373 'include_dirs': [ | 373 'include_dirs': [ |
| 374 '../overrides', | 374 '../overrides', |
| 375 '../../boringssl/src/include', | 375 '../../boringssl/src/include', |
| 376 ], | 376 ], |
| 377 'sources!': [ | 377 'sources!': [ |
| 378 'asyncinvoker.cc', | |
| 379 'asyncinvoker.h', | |
| 380 'asyncinvoker-inl.h', | |
| 381 'atomicops.h', | 378 'atomicops.h', |
| 382 'bandwidthsmoother.cc', | 379 'bandwidthsmoother.cc', |
| 383 'bandwidthsmoother.h', | 380 'bandwidthsmoother.h', |
| 384 'bind.h', | 381 'bind.h', |
| 385 'callback.h', | 382 'callback.h', |
| 386 'constructormagic.h', | 383 'constructormagic.h', |
| 387 'dbus.cc', | 384 'dbus.cc', |
| 388 'dbus.h', | 385 'dbus.h', |
| 389 'diskcache_win32.cc', | 386 'diskcache_win32.cc', |
| 390 'diskcache_win32.h', | 387 'diskcache_win32.h', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 ['OS!="linux" and OS!="android"', { | 732 ['OS!="linux" and OS!="android"', { |
| 736 'sources!': [ | 733 'sources!': [ |
| 737 'linux.cc', | 734 'linux.cc', |
| 738 'linux.h', | 735 'linux.h', |
| 739 ], | 736 ], |
| 740 }], | 737 }], |
| 741 ], | 738 ], |
| 742 }, | 739 }, |
| 743 ], | 740 ], |
| 744 } | 741 } |
| OLD | NEW |