| OLD | NEW |
| 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/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "audio/SincResampler.h", | 461 "audio/SincResampler.h", |
| 462 "audio/StereoPanner.cpp", | 462 "audio/StereoPanner.cpp", |
| 463 "audio/StereoPanner.h", | 463 "audio/StereoPanner.h", |
| 464 "audio/UpSampler.cpp", | 464 "audio/UpSampler.cpp", |
| 465 "audio/UpSampler.h", | 465 "audio/UpSampler.h", |
| 466 "audio/VectorMath.cpp", | 466 "audio/VectorMath.cpp", |
| 467 "audio/VectorMath.h", | 467 "audio/VectorMath.h", |
| 468 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", | 468 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", |
| 469 "audio/ffmpeg/FFTFrameFFMPEG.cpp", | 469 "audio/ffmpeg/FFTFrameFFMPEG.cpp", |
| 470 "audio/ipp/FFTFrameIPP.cpp", | 470 "audio/ipp/FFTFrameIPP.cpp", |
| 471 "audio/mac/FFTFrameMac.cpp", | |
| 472 "blob/BlobData.cpp", | 471 "blob/BlobData.cpp", |
| 473 "blob/BlobData.h", | 472 "blob/BlobData.h", |
| 474 "blob/BlobRegistry.cpp", | 473 "blob/BlobRegistry.cpp", |
| 475 "blob/BlobRegistry.h", | 474 "blob/BlobRegistry.h", |
| 476 "blob/BlobURL.cpp", | 475 "blob/BlobURL.cpp", |
| 477 "blob/BlobURL.h", | 476 "blob/BlobURL.h", |
| 478 "clipboard/ClipboardMimeTypes.cpp", | 477 "clipboard/ClipboardMimeTypes.cpp", |
| 479 "clipboard/ClipboardMimeTypes.h", | 478 "clipboard/ClipboardMimeTypes.h", |
| 480 "clipboard/ClipboardUtilities.cpp", | 479 "clipboard/ClipboardUtilities.cpp", |
| 481 "clipboard/ClipboardUtilities.h", | 480 "clipboard/ClipboardUtilities.h", |
| (...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 "//third_party/WebKit/Source:config", | 2113 "//third_party/WebKit/Source:config", |
| 2115 "//third_party/WebKit/Source:inside_blink", | 2114 "//third_party/WebKit/Source:inside_blink", |
| 2116 ] | 2115 ] |
| 2117 | 2116 |
| 2118 deps = [ | 2117 deps = [ |
| 2119 ":test_support", | 2118 ":test_support", |
| 2120 "//testing/gmock", | 2119 "//testing/gmock", |
| 2121 "//testing/gtest", | 2120 "//testing/gtest", |
| 2122 ] | 2121 ] |
| 2123 } | 2122 } |
| OLD | NEW |