1. 9653397 Roll chromium_revision 226126:228675 and fix clang warnings by kjellander@webrtc.org · 11 years ago
  2. 7c789f4 Add owners to [webrtc,talk]/build and *.isolate (take 2) by kjellander@webrtc.org · 11 years ago
  3. bf1da46 Add APK and isolate target for video_engine_tests by kjellander@webrtc.org · 11 years ago
  4. 3124b2e Add owners to [webrtc,talk]/build and *.isolate by kjellander@webrtc.org · 11 years ago
  5. 22a2893 Fix include of isolate.gypi by kjellander@webrtc.org · 11 years ago
  6. a3a3a0f Makes OpensSL default audio implementation/device on Android. by henrike@webrtc.org · 11 years ago
  7. 6f458ed Recognize armv7 target_arch for ios support in webrtc common.gyp by fischman@webrtc.org · 11 years ago
  8. e8acc7c Enable ObjC build by default and reenable 64-bit mac libjingle build by fischman@webrtc.org · 11 years ago
  9. 3540c82 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  10. 25b57c0 iOS: unbreak the build following r4546 by fischman@webrtc.org · 11 years ago
  11. 3207eaa Made all integration tests use consistent naming. by phoglund@webrtc.org · 11 years ago
  12. fd6d89f The video capture module for iOS. by sjlee@webrtc.org · 11 years ago
  13. acb00f5 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  14. 0496413 Don't set clang_use_chrome_plugins in common.gypi by sergeyu@chromium.org · 11 years ago
  15. a86790e AppRTCDemo: build fixes for iOS build in webrtc by fischman@webrtc.org · 11 years ago
  16. 2eb721e Fixes: Resolves conflict that will happen when merging libjingle's and WebRTC's supplemental.gyp. By separating build_with_chromium and build_with_libjingle one can now just define build_with_libjingle in libjingle's supplemental.gyp. Once that is done it will be possible to merge the two supplemental.gyp-files. I.e. in WebRTC the supplemental.gyp would only set build_with_chromium to 0 since there is no longer any reason to disable logging and tests as they will be accessible in the same repository as libjingle. by henrike@webrtc.org · 11 years ago
  17. f6d9630 Create gyp target for bwe components. by stefan@webrtc.org · 11 years ago
  18. 7e27a0f Fixes build breakage when building WebRTC in Chromium and having include_tests=1. by henrike@webrtc.org · 11 years ago
  19. a0ebe97 Makes it possible to build ndk-apks of native unit tests if the workspace is inside a chromium checkout. by henrike@webrtc.org · 11 years ago
  20. cfe2a74 Fix relative path to .gitignore and other minor changes. by andrew@webrtc.org · 11 years ago
  21. 029c3f4 Add script for appending entries to .gitignore. by andrew@webrtc.org · 11 years ago
  22. 5221d1c Rename voice_engine_core -> voice_engine and move targets to voice_engine.gyp. by andrew@webrtc.org · 11 years ago
  23. ced13a5 Add direct_dependent_settings in common.gypi. by sergeyu@chromium.org · 11 years ago
  24. 366d158 Revert 4000 "Reverting r3978" by andrew@webrtc.org · 11 years ago
  25. 9038990 Revert 4001 "Revert 3977" by andrew@webrtc.org · 11 years ago
  26. 22aedca Revert 3977 BUG=webrtc:1749 by tnakamura@webrtc.org · 11 years ago
  27. 4de065d Reverting r3978 by elham@webrtc.org · 11 years ago
  28. acdfffb Enable protobuf use in Chromium. by andrew@webrtc.org · 11 years ago
  29. bfa5ee2 Update protoc.gypi to match Chromium's latest. by andrew@webrtc.org · 11 years ago
  30. 22b72cb Move WEBRTC_THREAD_RR and WEBRTC_CLOCK_TYPE_REALTIME to system_wrappers.gypi . by sergeyu@chromium.org · 11 years ago
  31. 05c25a7 Removing another instance of file api by mikhal@webrtc.org · 11 years ago
  32. 4eac481 Disabling avi file interface by mikhal@webrtc.org · 11 years ago
  33. a788a4d Update iOS build script to run on bots. by kjellander@webrtc.org · 11 years ago
  34. 4fdfb61 Add the build script of the voice engine for iOS. by sjlee@webrtc.org · 11 years ago
  35. 001d6ed Use ninja with merge_libs.py on Windows and clean up. by andrew@webrtc.org · 11 years ago
  36. 9bf0d09 Ported assembly coding in APM from Android to iOS. by kma@webrtc.org · 11 years ago
  37. 89bd726 MIPS optimizations for Signal Processing Library patch01 by andrew@webrtc.org · 11 years ago
  38. 59b3a4c Misc cleanups to webrtc/android code: by fischman@webrtc.org · 11 years ago
  39. 1e7f77a Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 11 years ago
  40. bc20215 Replaced relative path to reference from <(webrtc_root). by bjornv@webrtc.org · 11 years ago
  41. c9e32fd Add <(DEPTH) to global includes by kjellander@webrtc.org · 12 years ago
  42. 8acea3f Fix android clang build. by wjia@webrtc.org · 12 years ago
  43. 6da672a Explicitly disable sincos optimization on Android. by leozwang@webrtc.org · 12 years ago
  44. 0eb2b97 Replace the last occurrence of .s with .h by leozwang@webrtc.org · 12 years ago
  45. fdea552 Enable java soundcard impl as the default by leozwang@webrtc.org · 12 years ago
  46. 804d552 Add a logging_no_op.cc when enable_tracing==0. by andrew@webrtc.org · 12 years ago
  47. 10b747a Define enable_android_opensl when built with chromium. by wjia@webrtc.org · 12 years ago
  48. 1b790df Fix generate_asm_header. by wjia@webrtc.org · 12 years ago
  49. d898c01 Add libjingle-style stream-style logging. by andrew@webrtc.org · 12 years ago
  50. 5784346 Unbreak ninja/android build of webrtc. by fischman@webrtc.org · 12 years ago
  51. 9336469 Implemented a build system that generates offset header files for ARM assembly files, in Android. by kma@webrtc.org · 12 years ago
  52. 55a336b Enable Opus by leozwang@webrtc.org · 12 years ago
  53. 07004dd Getting Opus from Chrome by tina.legrand@webrtc.org · 12 years ago
  54. 5429913 Enable Opus for Chrome Review URL: https://webrtc-codereview.appspot.com/935005 by niklas.enbom@webrtc.org · 12 years ago
  55. 8ca9b76 Correct adb_shell runtime error on buildbot by leozwang@webrtc.org · 12 years ago
  56. a09e2d0 Add device id to adb shell by leozwang@webrtc.org · 12 years ago
  57. f46ba29 Add adb_shell script for android by leozwang@webrtc.org · 12 years ago
  58. aa0d21d Fix a few include paths and update include TODO. by andrew@webrtc.org · 12 years ago
  59. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago