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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 '../../webrtc_overrides', |
88 ], | 88 ], |
89 'sources!': [ | 89 'sources!': [ |
90 'basictypes.h', | |
91 'constructormagic.h', | |
92 'logging.cc', | 90 'logging.cc', |
93 'logging.h', | 91 'logging.h', |
94 ], | 92 ], |
95 }], | 93 }], |
96 ], | 94 ], |
97 }, | 95 }, |
98 { | 96 { |
99 'target_name': 'rtc_base', | 97 'target_name': 'rtc_base', |
100 'type': 'static_library', | 98 'type': 'static_library', |
101 'dependencies': [ | 99 'dependencies': [ |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
342 'windowpicker.h', | 340 'windowpicker.h', |
343 'windowpickerfactory.h', | 341 'windowpickerfactory.h', |
344 'winfirewall.cc', | 342 'winfirewall.cc', |
345 'winfirewall.h', | 343 'winfirewall.h', |
346 'winping.cc', | 344 'winping.cc', |
347 'winping.h', | 345 'winping.h', |
348 'worker.cc', | 346 'worker.cc', |
349 'worker.h', | 347 'worker.h', |
350 'x11windowpicker.cc', | 348 'x11windowpicker.cc', |
351 'x11windowpicker.h', | 349 'x11windowpicker.h', |
352 '../../webrtc_overrides/webrtc/base/logging.cc', | |
353 '../../webrtc_overrides/webrtc/base/logging.h', | |
354 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | |
355 ], | 350 ], |
356 # TODO(henrike): issue 3307, make rtc_base build without disabling | 351 # TODO(henrike): issue 3307, make rtc_base build without disabling |
357 # these flags. | 352 # these flags. |
358 'cflags!': [ | 353 'cflags!': [ |
359 '-Wextra', | 354 '-Wextra', |
360 '-Wall', | 355 '-Wall', |
361 ], | 356 ], |
362 'cflags_cc!': [ | 357 'cflags_cc!': [ |
363 '-Wnon-virtual-dtor', | 358 '-Wnon-virtual-dtor', |
364 ], | 359 ], |
(...skipping 10 matching lines...) Expand all Loading... | |
375 'include_dirs': [ | 370 'include_dirs': [ |
376 '../../third_party/jsoncpp/overrides/include', | 371 '../../third_party/jsoncpp/overrides/include', |
377 '../../third_party/jsoncpp/source/include', | 372 '../../third_party/jsoncpp/source/include', |
378 ], | 373 ], |
379 'conditions': [ | 374 'conditions': [ |
380 ['build_with_chromium==1', { | 375 ['build_with_chromium==1', { |
381 'include_dirs': [ | 376 'include_dirs': [ |
382 '../../webrtc_overrides', | 377 '../../webrtc_overrides', |
383 '../../boringssl/src/include', | 378 '../../boringssl/src/include', |
384 ], | 379 ], |
380 'sources': [ | |
381 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | |
kjellander_webrtc
2015/10/03 17:06:30
nit: sort alphabetically.
Henrik Grunell WebRTC
2015/10/05 07:29:32
Will fix in follow-up.
| |
382 '../../webrtc_overrides/webrtc/base/logging.cc', | |
383 '../../webrtc_overrides/webrtc/base/logging.h', | |
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', |
394 'diskcache_win32.cc', | 394 'diskcache_win32.cc', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
486 '<(json_root)', | 486 '<(json_root)', |
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!': [ | |
497 '../../webrtc_overrides/webrtc/base/win32socketinit.cc', | |
498 '../../webrtc_overrides/webrtc/base/logging.cc', | |
499 '../../webrtc_overrides/webrtc/base/logging.h', | |
500 ], | |
501 }], | 496 }], |
502 ['OS == "android"', { | 497 ['OS == "android"', { |
503 'link_settings': { | 498 'link_settings': { |
504 'libraries': [ | 499 'libraries': [ |
505 '-llog', | 500 '-llog', |
506 '-lGLESv2', | 501 '-lGLESv2', |
507 ], | 502 ], |
508 }, | 503 }, |
509 }, { | 504 }, { |
510 'sources!': [ | 505 'sources!': [ |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
673 ], | 668 ], |
674 }, { | 669 }, { |
675 'include_dirs': [ | 670 'include_dirs': [ |
676 '<(ssl_root)', | 671 '<(ssl_root)', |
677 ], | 672 ], |
678 }], | 673 }], |
679 ], | 674 ], |
680 }, | 675 }, |
681 ], | 676 ], |
682 } | 677 } |
OLD | NEW |