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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2864383002: Rename Distance.* file to DistanceEffect.* (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 8d3fd21a524556b1e9cad7d1c0be5b33be1a104c..12a4ef6750daf86c52cda13ea54980f44cb59b16 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -414,8 +414,8 @@ component("platform") {
"audio/DenormalDisabler.h",
"audio/DirectConvolver.cpp",
"audio/DirectConvolver.h",
- "audio/Distance.cpp",
- "audio/Distance.h",
+ "audio/DistanceEffect.cpp",
+ "audio/DistanceEffect.h",
"audio/DownSampler.cpp",
"audio/DownSampler.h",
"audio/DynamicsCompressor.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/PannerNode.h ('k') | third_party/WebKit/Source/platform/audio/Distance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698