| 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 "audio/StereoPanner.cpp", | 463 "audio/StereoPanner.cpp", |
| 464 "audio/StereoPanner.h", | 464 "audio/StereoPanner.h", |
| 465 "audio/UpSampler.cpp", | 465 "audio/UpSampler.cpp", |
| 466 "audio/UpSampler.h", | 466 "audio/UpSampler.h", |
| 467 "audio/VectorMath.cpp", | 467 "audio/VectorMath.cpp", |
| 468 "audio/VectorMath.h", | 468 "audio/VectorMath.h", |
| 469 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", | 469 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", |
| 470 "audio/ffmpeg/FFTFrameFFMPEG.cpp", | 470 "audio/ffmpeg/FFTFrameFFMPEG.cpp", |
| 471 "audio/ipp/FFTFrameIPP.cpp", | 471 "audio/ipp/FFTFrameIPP.cpp", |
| 472 "audio/mac/FFTFrameMac.cpp", | 472 "audio/mac/FFTFrameMac.cpp", |
| 473 "bindings/Microtask.cpp", |
| 474 "bindings/Microtask.h", |
| 473 "blob/BlobData.cpp", | 475 "blob/BlobData.cpp", |
| 474 "blob/BlobData.h", | 476 "blob/BlobData.h", |
| 475 "blob/BlobRegistry.cpp", | 477 "blob/BlobRegistry.cpp", |
| 476 "blob/BlobRegistry.h", | 478 "blob/BlobRegistry.h", |
| 477 "blob/BlobURL.cpp", | 479 "blob/BlobURL.cpp", |
| 478 "blob/BlobURL.h", | 480 "blob/BlobURL.h", |
| 479 "clipboard/ClipboardMimeTypes.cpp", | 481 "clipboard/ClipboardMimeTypes.cpp", |
| 480 "clipboard/ClipboardMimeTypes.h", | 482 "clipboard/ClipboardMimeTypes.h", |
| 481 "clipboard/ClipboardUtilities.cpp", | 483 "clipboard/ClipboardUtilities.cpp", |
| 482 "clipboard/ClipboardUtilities.h", | 484 "clipboard/ClipboardUtilities.h", |
| (...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2168 "//third_party/WebKit/Source:config", | 2170 "//third_party/WebKit/Source:config", |
| 2169 "//third_party/WebKit/Source:inside_blink", | 2171 "//third_party/WebKit/Source:inside_blink", |
| 2170 ] | 2172 ] |
| 2171 | 2173 |
| 2172 deps = [ | 2174 deps = [ |
| 2173 ":test_support", | 2175 ":test_support", |
| 2174 "//testing/gmock", | 2176 "//testing/gmock", |
| 2175 "//testing/gtest", | 2177 "//testing/gtest", |
| 2176 ] | 2178 ] |
| 2177 } | 2179 } |
| OLD | NEW |