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

Issue 2795943002: Rewrite references to "wtf/" to "platform/wtf/" in platform/audio. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
Raymond Toy
CC:
chromium-reviews, tzik, nhiroki, mac-reviews_chromium.org, blink-reviews, kinuko+watch, hongchan, kinuko+fileapi
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in platform/audio. This is essentially the result of the following shell command followed by git cl format. find . -type f -exec sed -i 's/"wtf\//"platform\/wtf\//g' {} \; DEPS is added, too, in order to prevent further introduction of "wtf/". BUG=691465 Review-Url: https://codereview.chromium.org/2795943002 Cr-Commit-Position: refs/heads/master@{#461995} Committed: https://chromium.googlesource.com/chromium/src/+/8aeb209607030af0bad873e2d699a5df0d0d83da

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -188 lines) Patch
M third_party/WebKit/Source/platform/audio/AudioArray.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.cpp View 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioChannel.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernel.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFileReader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioProcessor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioSourceProvider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/Cone.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Cone.cpp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/platform/audio/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DenormalDisabler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DirectConvolver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DirectConvolver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/Distance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Distance.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabase.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.cpp View 1 chunk +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFPanner.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/IIRFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/IIRFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Panner.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Panner.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/PushPullFIFO.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/PushPullFIFO.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/StereoPanner.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/StereoPanner.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/mac/FFTFrameMac.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (8 generated)
Yuta Kitamura
rtoy: PTAL? (For context, see my announcement in blink-dev)
3 years, 8 months ago (2017-04-04 05:57:44 UTC) #6
Raymond Toy
On 2017/04/04 05:57:44, Yuta Kitamura wrote: > rtoy: PTAL? (For context, see my announcement in ...
3 years, 8 months ago (2017-04-04 15:26:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2795943002/1
3 years, 8 months ago (2017-04-05 04:53:55 UTC) #9
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 07:05:00 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/8aeb209607030af0bad873e2d699...

Powered by Google App Engine
This is Rietveld 408576698