Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 1323333002: Copy libvpx from DEPS to src (Closed)

Created:
5 years, 3 months ago by Johann
Modified:
5 years, 3 months ago
CC:
chromium-reviews, fgalligan1, wwcv, jzern
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Copy libvpx from DEPS to src Leaves the previous version in place but updates BUILD.gn and libvpx.gn to point to the new version. This allows decoupling the WebRTC update which is also in DEPS. libvpx DEPS changes ac1772e:0d6551 https://codereview.chromium.org/1339033002 https://chromium-review.googlesource.com/299759 https://codereview.chromium.org/1350853003 https://codereview.chromium.org/1353433003 Copy directory to libvpx_new to avoid breaking bisecting. This allows the user to move between and older and newer revision. A followup to rename libvpx_new to libvpx will come in some ~months because there are additional complications if one tries to sync directly from pre-move to post-rename or the other way around. Remove WATCHLISTS and codereview.settings from _new and use the parent versions. Add DEPS file to enumerate the #include paths. Check out third_party/libvpx_new/source/libvpx directly from upstream project Update all the easy clients of libvpx to depend on the new tree directly. https://chromium.googlesource.com/chromium/deps/libvpx/+/ac1772e3db5c885b554f6a72ca9dbac4245cb0e2 BUG=481034 R=tomfinegan@chromium.org,brettw@chromium.org,phajdan.jr@chromium.org Committed: https://crrev.com/5238138a422157576799266228c0c9ee174936ae Cr-Commit-Position: refs/heads/master@{#349789}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update to latest roll #

Patch Set 3 : use libvpx_new #

Patch Set 4 : update known client includes #

Patch Set 5 : find things which depend on libvpx.gyp #

Patch Set 6 : rebase #

Patch Set 7 : more things looking for third_party/libvpx #

Patch Set 8 : man there are a lot of references #

Patch Set 9 : keep old version until all clients are updated #

Patch Set 10 : rename gn target #

Patch Set 11 : shell game #

Patch Set 12 : propogate include paths #

Patch Set 13 : syntax in gyp file #

Patch Set 14 : bring in latest changes to generation scripts from deps/libvpx #

Patch Set 15 : keep checklicenses exception for old directory, add exe bit to run_perl.py #

Total comments: 3

Patch Set 16 : update include order and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32616 lines, -50 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -1 line 0 comments Download
M WATCHLISTS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M build/linux/unbundle/replace_gyp_files.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/video_encoder_shim.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M media/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/file_video_capture_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/cast/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +4 lines, -4 lines 0 comments Download
M media/cast/cast.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +4 lines, -4 lines 0 comments Download
M media/cast/receiver/video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/sender/vp8_encoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/cast/sender/vp8_encoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M media/media_cdm.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/scoped_vpx_codec.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/video_decoder_vpx.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder_vpx.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A third_party/libvpx_new/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +276 lines, -0 lines 0 comments Download
A third_party/libvpx_new/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/libvpx_new/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/libvpx_new/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/libvpx_new/ads2gas.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/libvpx_new/generate_gypi.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +559 lines, -0 lines 0 comments Download
A third_party/libvpx_new/include/elf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +445 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +291 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3387 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_arm.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +359 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_arm64.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +384 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_arm_neon.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +413 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +359 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_generic.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_mips.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +329 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_nacl.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_x86.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_x86_64.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +395 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/libvpx_new/libvpx_srcs_x86_intrinsics.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/libvpx_new/lint_config.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/libvpx_new/run_perl.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +336 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +947 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +272 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +765 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +674 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +242 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +750 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/arm64/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +660 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/generic/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +430 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +238 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1383 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/ia32/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +660 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mips64el/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +660 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/mipsel/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +325 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1126 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/linux/x64/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +430 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +238 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1383 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/ia32/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +325 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1126 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/mac/x64/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +660 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/nacl/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/vpx_version.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +430 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +238 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1383 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/ia32/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vp8_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +325 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vp9_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vpx_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vpx_config.asm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vpx_config.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vpx_dsp_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1126 lines, -0 lines 0 comments Download
A third_party/libvpx_new/source/config/win/x64/vpx_scale_rtcd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libvpx_new/update_libvpx.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +137 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M tools/copyright_scanner/third_party_files_whitelist.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/1
5 years, 3 months ago (2015-09-03 19:55:03 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/93575) ios_rel_device_ninja on ...
5 years, 3 months ago (2015-09-03 19:58:58 UTC) #4
blundell
https://codereview.chromium.org/1323333002/diff/1/DEPS File DEPS (left): https://codereview.chromium.org/1323333002/diff/1/DEPS#oldcode36 DEPS:36: 'libvpx_revision': 'a208ecae8e6fff1c0d4286bdc000d7c5efaab411', It looks like the patch application is ...
5 years, 3 months ago (2015-09-10 10:09:55 UTC) #6
Johann
https://codereview.chromium.org/1323333002/diff/1/DEPS File DEPS (left): https://codereview.chromium.org/1323333002/diff/1/DEPS#oldcode36 DEPS:36: 'libvpx_revision': 'a208ecae8e6fff1c0d4286bdc000d7c5efaab411', On 2015/09/10 10:09:55, blundell wrote: >One question: ...
5 years, 3 months ago (2015-09-10 16:42:24 UTC) #7
Johann
On 2015/09/10 16:42:24, Johann wrote: > https://codereview.chromium.org/1323333002/diff/1/DEPS > File DEPS (left): > > https://codereview.chromium.org/1323333002/diff/1/DEPS#oldcode36 > ...
5 years, 3 months ago (2015-09-10 22:45:32 UTC) #8
blundell
On 2015/09/10 22:45:32, Johann wrote: > On 2015/09/10 16:42:24, Johann wrote: > > https://codereview.chromium.org/1323333002/diff/1/DEPS > ...
5 years, 3 months ago (2015-09-11 05:30:30 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/80001
5 years, 3 months ago (2015-09-15 21:59:07 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/100096)
5 years, 3 months ago (2015-09-15 22:10:57 UTC) #13
Johann
So anything that wasn't building webrtc seems to have gone through. With webrtc, duplicate definitions ...
5 years, 3 months ago (2015-09-15 22:56:00 UTC) #14
Johann
Newest approach: keep libvpx directory but only point the BUILD.gn and libvpx.gyp targets at libvpx_new. ...
5 years, 3 months ago (2015-09-15 23:41:14 UTC) #15
Johann
AAAAAAAAAAAAARGRGHRTH include paths need updating too.
5 years, 3 months ago (2015-09-15 23:52:53 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/140001
5 years, 3 months ago (2015-09-16 21:46:26 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/100659)
5 years, 3 months ago (2015-09-16 22:51:31 UTC) #20
Johann
This appears complete to me outside of the presubmit warning regarding include order. I was ...
5 years, 3 months ago (2015-09-17 16:32:18 UTC) #22
Johann
Peter Kasting, Nico, brettw, if you could take a look I would appreciate it.
5 years, 3 months ago (2015-09-18 12:44:08 UTC) #23
Tom Finegan
On 2015/09/18 12:44:08, Johann wrote: > Peter Kasting, Nico, brettw, if you could take a ...
5 years, 3 months ago (2015-09-18 17:41:12 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/150001
5 years, 3 months ago (2015-09-18 17:42:56 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/101595)
5 years, 3 months ago (2015-09-18 18:07:06 UTC) #28
Johann
Not sure why win_chromium_rel_ng and win_chromium_x64_rel_ng are showing red at the front of the list. ...
5 years, 3 months ago (2015-09-18 21:09:19 UTC) #29
brettw
lgtm
5 years, 3 months ago (2015-09-18 21:16:42 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/150001
5 years, 3 months ago (2015-09-18 21:23:52 UTC) #32
Johann
phajdan.jr@chromium.org for tools/checklicenses and tools/copyright_scanner They're being updated to reflect the new location for libvpx
5 years, 3 months ago (2015-09-18 21:35:12 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/101704)
5 years, 3 months ago (2015-09-18 21:42:45 UTC) #36
Paweł Hajdan Jr.
LGTM
5 years, 3 months ago (2015-09-18 22:16:33 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323333002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323333002/150001
5 years, 3 months ago (2015-09-18 22:22:34 UTC) #39
commit-bot: I haz the power
Committed patchset #16 (id:150001)
5 years, 3 months ago (2015-09-18 22:35:32 UTC) #40
commit-bot: I haz the power
5 years, 3 months ago (2015-09-18 22:36:06 UTC) #41
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/5238138a422157576799266228c0c9ee174936ae
Cr-Commit-Position: refs/heads/master@{#349789}

Powered by Google App Engine
This is Rietveld 408576698