| 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 '../overrides', | 87 '../../webrtc_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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'windowpicker.h', | 342 'windowpicker.h', |
| 343 'windowpickerfactory.h', | 343 'windowpickerfactory.h', |
| 344 'winfirewall.cc', | 344 'winfirewall.cc', |
| 345 'winfirewall.h', | 345 'winfirewall.h', |
| 346 'winping.cc', | 346 'winping.cc', |
| 347 'winping.h', | 347 'winping.h', |
| 348 'worker.cc', | 348 'worker.cc', |
| 349 'worker.h', | 349 'worker.h', |
| 350 'x11windowpicker.cc', | 350 'x11windowpicker.cc', |
| 351 'x11windowpicker.h', | 351 'x11windowpicker.h', |
| 352 '../overrides/webrtc/base/logging.cc', | 352 '../../webrtc_overrides/webrtc/base/logging.cc', |
| 353 '../overrides/webrtc/base/logging.h', | 353 '../../webrtc_overrides/webrtc/base/logging.h', |
| 354 '../overrides/webrtc/base/win32socketinit.cc', | 354 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', |
| 355 ], | 355 ], |
| 356 # TODO(henrike): issue 3307, make rtc_base build without disabling | 356 # TODO(henrike): issue 3307, make rtc_base build without disabling |
| 357 # these flags. | 357 # these flags. |
| 358 'cflags!': [ | 358 'cflags!': [ |
| 359 '-Wextra', | 359 '-Wextra', |
| 360 '-Wall', | 360 '-Wall', |
| 361 ], | 361 ], |
| 362 'cflags_cc!': [ | 362 'cflags_cc!': [ |
| 363 '-Wnon-virtual-dtor', | 363 '-Wnon-virtual-dtor', |
| 364 ], | 364 ], |
| 365 'direct_dependent_settings': { | 365 'direct_dependent_settings': { |
| 366 'cflags_cc!': [ | 366 'cflags_cc!': [ |
| 367 '-Wnon-virtual-dtor', | 367 '-Wnon-virtual-dtor', |
| 368 ], | 368 ], |
| 369 'defines': [ | 369 'defines': [ |
| 370 'FEATURE_ENABLE_SSL', | 370 'FEATURE_ENABLE_SSL', |
| 371 'SSL_USE_OPENSSL', | 371 'SSL_USE_OPENSSL', |
| 372 'HAVE_OPENSSL_SSL_H', | 372 'HAVE_OPENSSL_SSL_H', |
| 373 ], | 373 ], |
| 374 }, | 374 }, |
| 375 'include_dirs': [ | 375 'include_dirs': [ |
| 376 '../../third_party/jsoncpp/overrides/include', | 376 '../../third_party/jsoncpp/overrides/include', |
| 377 '../../third_party/jsoncpp/source/include', | 377 '../../third_party/jsoncpp/source/include', |
| 378 ], | 378 ], |
| 379 'conditions': [ | 379 'conditions': [ |
| 380 ['build_with_chromium==1', { | 380 ['build_with_chromium==1', { |
| 381 'include_dirs': [ | 381 'include_dirs': [ |
| 382 '../overrides', | 382 '../../webrtc_overrides', |
| 383 '../../boringssl/src/include', | 383 '../../boringssl/src/include', |
| 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', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 ], | 487 ], |
| 488 'defines': [ | 488 'defines': [ |
| 489 # When defined changes the include path for json.h to where it | 489 # When defined changes the include path for json.h to where it |
| 490 # is expected to be when building json outside of the standalone | 490 # is expected to be when building json outside of the standalone |
| 491 # build. | 491 # build. |
| 492 'WEBRTC_EXTERNAL_JSON', | 492 'WEBRTC_EXTERNAL_JSON', |
| 493 ], | 493 ], |
| 494 }], | 494 }], |
| 495 ], | 495 ], |
| 496 'sources!': [ | 496 'sources!': [ |
| 497 '../overrides/webrtc/base/win32socketinit.cc', | 497 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', |
| 498 '../overrides/webrtc/base/logging.cc', | 498 '../../webrtc_overrides/webrtc/base/logging.cc', |
| 499 '../overrides/webrtc/base/logging.h', | 499 '../../webrtc_overrides/webrtc/base/logging.h', |
| 500 ], | 500 ], |
| 501 }], | 501 }], |
| 502 ['OS == "android"', { | 502 ['OS == "android"', { |
| 503 'link_settings': { | 503 'link_settings': { |
| 504 'libraries': [ | 504 'libraries': [ |
| 505 '-llog', | 505 '-llog', |
| 506 '-lGLESv2', | 506 '-lGLESv2', |
| 507 ], | 507 ], |
| 508 }, | 508 }, |
| 509 }, { | 509 }, { |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 ], | 673 ], |
| 674 }, { | 674 }, { |
| 675 'include_dirs': [ | 675 'include_dirs': [ |
| 676 '<(ssl_root)', | 676 '<(ssl_root)', |
| 677 ], | 677 ], |
| 678 }], | 678 }], |
| 679 ], | 679 ], |
| 680 }, | 680 }, |
| 681 ], | 681 ], |
| 682 } | 682 } |
| OLD | NEW |