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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2432473002: Remove ZeroPole class and files (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/DynamicsCompressor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "audio/ReverbInputBuffer.cpp", 446 "audio/ReverbInputBuffer.cpp",
447 "audio/ReverbInputBuffer.h", 447 "audio/ReverbInputBuffer.h",
448 "audio/SincResampler.cpp", 448 "audio/SincResampler.cpp",
449 "audio/SincResampler.h", 449 "audio/SincResampler.h",
450 "audio/StereoPanner.cpp", 450 "audio/StereoPanner.cpp",
451 "audio/StereoPanner.h", 451 "audio/StereoPanner.h",
452 "audio/UpSampler.cpp", 452 "audio/UpSampler.cpp",
453 "audio/UpSampler.h", 453 "audio/UpSampler.h",
454 "audio/VectorMath.cpp", 454 "audio/VectorMath.cpp",
455 "audio/VectorMath.h", 455 "audio/VectorMath.h",
456 "audio/ZeroPole.cpp",
457 "audio/ZeroPole.h",
458 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", 456 "audio/android/FFTFrameOpenMAXDLAndroid.cpp",
459 "audio/ffmpeg/FFTFrameFFMPEG.cpp", 457 "audio/ffmpeg/FFTFrameFFMPEG.cpp",
460 "audio/ipp/FFTFrameIPP.cpp", 458 "audio/ipp/FFTFrameIPP.cpp",
461 "audio/mac/FFTFrameMac.cpp", 459 "audio/mac/FFTFrameMac.cpp",
462 "blob/BlobData.cpp", 460 "blob/BlobData.cpp",
463 "blob/BlobData.h", 461 "blob/BlobData.h",
464 "blob/BlobRegistry.cpp", 462 "blob/BlobRegistry.cpp",
465 "blob/BlobRegistry.h", 463 "blob/BlobRegistry.h",
466 "blob/BlobURL.cpp", 464 "blob/BlobURL.cpp",
467 "blob/BlobURL.h", 465 "blob/BlobURL.h",
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 "//third_party/WebKit/Source:inside_blink", 1974 "//third_party/WebKit/Source:inside_blink",
1977 ] 1975 ]
1978 1976
1979 deps = [ 1977 deps = [
1980 ":test_support", 1978 ":test_support",
1981 "//cc/surfaces:surface_id", 1979 "//cc/surfaces:surface_id",
1982 "//testing/gmock", 1980 "//testing/gmock",
1983 "//testing/gtest", 1981 "//testing/gtest",
1984 ] 1982 ]
1985 } 1983 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/DynamicsCompressor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698