Skip to content
  1. Aug 25, 2017
  2. Aug 09, 2017
  3. Aug 08, 2017
  4. Aug 04, 2017
  5. Aug 02, 2017
  6. Jul 31, 2017
  7. Jul 28, 2017
  8. Jul 26, 2017
  9. Jul 25, 2017
  10. Jul 20, 2017
  11. Jul 19, 2017
  12. Jul 14, 2017
  13. Jul 11, 2017
  14. Jul 10, 2017
    • David Fifield's avatar
      Bugs 22832: Only include objects under out/Release/obj in libwebrtc-magic.a. · 781da76f
      David Fifield authored and Georg Koppen's avatar Georg Koppen committed
      Object files from elsewhere under out/ should never have been included,
      because they are not part of webrtc itself, but rather side-effect build
      artifacts like gn. Including those extraneous .o files was mostly
      harmless (except for library size), because on linux they happened to be
      the same architecture as the webrtc.o files. However it won't work for
      the mac build (because libwebrtc-magic.a would include a mix of linux
      ELF and mac Mach-O objects). Additionally, build_time.o, part of the gn
      build, embeds a timestamp with month resolution, causing a failure of
      reproducibility, as found at https://bugs.torproject.org/22832.
      781da76f
  15. Jul 07, 2017
  16. Jul 05, 2017
  17. Jul 04, 2017
  18. Jun 29, 2017
  19. Jun 26, 2017
    • David Fifield's avatar
      Remove (nonfunctional) webrtc and snowflake stuff from windows descriptors. · 39f3bf79
      David Fifield authored
      Currently the windows code doesn't work and crashes during the build.
      Remove it until it's working so we can run a start-to-finish build
      (including windows sans snowflake) in this branch.
      39f3bf79
    • David Fifield's avatar
      79c9ce98
    • David Fifield's avatar
      Build mac-webrtc with gn. · b12733a9
      David Fifield authored
      b12733a9
    • David Fifield's avatar
      Remove unused multiarch-darwin11-cctools. · ac3922d1
      David Fifield authored
      ac3922d1
    • David Fifield's avatar
      Use the gn packaged with depot_tools instead. · f409f68b
      David Fifield authored
      The one built by bootstrap/bootstrap.py is crashing in this way:
      	debian@debian:~/build/webrtc/src/build/config$ "$GN" gen out/Release --args="$GN_ARGS"
      	[0624/022439.767916:FATAL:command_gen.cc(59)] Check failed: !rule.empty().
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x41f2b5]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x41184b]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x55f0f7]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x534241]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x45540a]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x455ca1]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x4571fa]
      	/home/debian/build/webrtc/src/out_bootstrap/gn() [0x423973]
      	/lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) [0x7f17fa23b064]
      	/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f17f9f7062d]
      
      	Aborted
      f409f68b
  20. Jun 25, 2017