| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'thread_checker.h', | 77 'thread_checker.h', |
| 78 'thread_checker_impl.cc', | 78 'thread_checker_impl.cc', |
| 79 'thread_checker_impl.h', | 79 'thread_checker_impl.h', |
| 80 'timeutils.cc', | 80 'timeutils.cc', |
| 81 'timeutils.h', | 81 'timeutils.h', |
| 82 'trace_event.h', | 82 'trace_event.h', |
| 83 ], | 83 ], |
| 84 'conditions': [ | 84 'conditions': [ |
| 85 ['build_with_chromium==1', { | 85 ['build_with_chromium==1', { |
| 86 'include_dirs': [ | 86 'include_dirs': [ |
| 87 '../../webrtc_overrides', | 87 '../overrides', |
| 88 ], | 88 ], |
| 89 'sources!': [ | 89 'sources!': [ |
| 90 'basictypes.h', | 90 'basictypes.h', |
| 91 'constructormagic.h', | 91 'constructormagic.h', |
| 92 'logging.cc', | 92 'logging.cc', |
| 93 'logging.h', | 93 'logging.h', |
| 94 ], | 94 ], |
| 95 }], | 95 }], |
| 96 ], | 96 ], |
| 97 }, | 97 }, |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 'windowpicker.h', | 331 'windowpicker.h', |
| 332 'windowpickerfactory.h', | 332 'windowpickerfactory.h', |
| 333 'winfirewall.cc', | 333 'winfirewall.cc', |
| 334 'winfirewall.h', | 334 'winfirewall.h', |
| 335 'winping.cc', | 335 'winping.cc', |
| 336 'winping.h', | 336 'winping.h', |
| 337 'worker.cc', | 337 'worker.cc', |
| 338 'worker.h', | 338 'worker.h', |
| 339 'x11windowpicker.cc', | 339 'x11windowpicker.cc', |
| 340 'x11windowpicker.h', | 340 'x11windowpicker.h', |
| 341 '../../webrtc_overrides/webrtc/base/logging.cc', | 341 '../overrides/webrtc/base/logging.cc', |
| 342 '../../webrtc_overrides/webrtc/base/logging.h', | 342 '../overrides/webrtc/base/logging.h', |
| 343 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | 343 '../overrides/webrtc/base/win32socketinit.cc', |
| 344 ], | 344 ], |
| 345 # TODO(henrike): issue 3307, make rtc_base build without disabling | 345 # TODO(henrike): issue 3307, make rtc_base build without disabling |
| 346 # these flags. | 346 # these flags. |
| 347 'cflags!': [ | 347 'cflags!': [ |
| 348 '-Wextra', | 348 '-Wextra', |
| 349 '-Wall', | 349 '-Wall', |
| 350 ], | 350 ], |
| 351 'cflags_cc!': [ | 351 'cflags_cc!': [ |
| 352 '-Wnon-virtual-dtor', | 352 '-Wnon-virtual-dtor', |
| 353 ], | 353 ], |
| 354 'direct_dependent_settings': { | 354 'direct_dependent_settings': { |
| 355 'cflags_cc!': [ | 355 'cflags_cc!': [ |
| 356 '-Wnon-virtual-dtor', | 356 '-Wnon-virtual-dtor', |
| 357 ], | 357 ], |
| 358 'defines': [ | 358 'defines': [ |
| 359 'FEATURE_ENABLE_SSL', | 359 'FEATURE_ENABLE_SSL', |
| 360 ], | 360 ], |
| 361 }, | 361 }, |
| 362 'include_dirs': [ | 362 'include_dirs': [ |
| 363 '../../third_party/jsoncpp/overrides/include', | 363 '../../third_party/jsoncpp/overrides/include', |
| 364 '../../third_party/jsoncpp/source/include', | 364 '../../third_party/jsoncpp/source/include', |
| 365 ], | 365 ], |
| 366 'conditions': [ | 366 'conditions': [ |
| 367 ['build_with_chromium==1', { | 367 ['build_with_chromium==1', { |
| 368 'include_dirs': [ | 368 'include_dirs': [ |
| 369 '../../webrtc_overrides', | 369 '../overrides', |
| 370 '../../boringssl/src/include', | 370 '../../boringssl/src/include', |
| 371 ], | 371 ], |
| 372 'sources!': [ | 372 'sources!': [ |
| 373 'atomicops.h', | 373 'atomicops.h', |
| 374 'bandwidthsmoother.cc', | 374 'bandwidthsmoother.cc', |
| 375 'bandwidthsmoother.h', | 375 'bandwidthsmoother.h', |
| 376 'bind.h', | 376 'bind.h', |
| 377 'callback.h', | 377 'callback.h', |
| 378 'constructormagic.h', | 378 'constructormagic.h', |
| 379 'dbus.cc', | 379 'dbus.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 ], | 474 ], |
| 475 'defines': [ | 475 'defines': [ |
| 476 # When defined changes the include path for json.h to where it | 476 # When defined changes the include path for json.h to where it |
| 477 # is expected to be when building json outside of the standalone | 477 # is expected to be when building json outside of the standalone |
| 478 # build. | 478 # build. |
| 479 'WEBRTC_EXTERNAL_JSON', | 479 'WEBRTC_EXTERNAL_JSON', |
| 480 ], | 480 ], |
| 481 }], | 481 }], |
| 482 ], | 482 ], |
| 483 'sources!': [ | 483 'sources!': [ |
| 484 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | 484 '../overrides/webrtc/base/win32socketinit.cc', |
| 485 '../../webrtc_overrides/webrtc/base/logging.cc', | 485 '../overrides/webrtc/base/logging.cc', |
| 486 '../../webrtc_overrides/webrtc/base/logging.h', | 486 '../overrides/webrtc/base/logging.h', |
| 487 ], | 487 ], |
| 488 }], | 488 }], |
| 489 ['use_openssl==1', { | 489 ['use_openssl==1', { |
| 490 'defines': [ | 490 'defines': [ |
| 491 'SSL_USE_OPENSSL', | 491 'SSL_USE_OPENSSL', |
| 492 'HAVE_OPENSSL_SSL_H', | 492 'HAVE_OPENSSL_SSL_H', |
| 493 ], | 493 ], |
| 494 'direct_dependent_settings': { | 494 'direct_dependent_settings': { |
| 495 'defines': [ | 495 'defines': [ |
| 496 'SSL_USE_OPENSSL', | 496 'SSL_USE_OPENSSL', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 ['OS!="linux" and OS!="android"', { | 730 ['OS!="linux" and OS!="android"', { |
| 731 'sources!': [ | 731 'sources!': [ |
| 732 'linux.cc', | 732 'linux.cc', |
| 733 'linux.h', | 733 'linux.h', |
| 734 ], | 734 ], |
| 735 }], | 735 }], |
| 736 ], | 736 ], |
| 737 }, | 737 }, |
| 738 ], | 738 ], |
| 739 } | 739 } |
| OLD | NEW |