| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 "credentialmanager/PlatformPasswordCredential.cpp", | 501 "credentialmanager/PlatformPasswordCredential.cpp", |
| 502 "credentialmanager/PlatformPasswordCredential.h", | 502 "credentialmanager/PlatformPasswordCredential.h", |
| 503 "exported/InterfaceRegistry.cpp", | 503 "exported/InterfaceRegistry.cpp", |
| 504 "exported/Platform.cpp", | 504 "exported/Platform.cpp", |
| 505 "exported/ServiceRegistry.cpp", | 505 "exported/ServiceRegistry.cpp", |
| 506 "exported/WebActiveGestureAnimation.cpp", | 506 "exported/WebActiveGestureAnimation.cpp", |
| 507 "exported/WebActiveGestureAnimation.h", | 507 "exported/WebActiveGestureAnimation.h", |
| 508 "exported/WebAudioBus.cpp", | 508 "exported/WebAudioBus.cpp", |
| 509 "exported/WebAudioDevice.cpp", | 509 "exported/WebAudioDevice.cpp", |
| 510 "exported/WebBlobData.cpp", | 510 "exported/WebBlobData.cpp", |
| 511 "exported/WebCache.cpp", |
| 511 "exported/WebCanvasCaptureHandler.cpp", | 512 "exported/WebCanvasCaptureHandler.cpp", |
| 512 "exported/WebContentDecryptionModule.cpp", | 513 "exported/WebContentDecryptionModule.cpp", |
| 513 "exported/WebContentDecryptionModuleAccess.cpp", | 514 "exported/WebContentDecryptionModuleAccess.cpp", |
| 514 "exported/WebContentDecryptionModuleResult.cpp", | 515 "exported/WebContentDecryptionModuleResult.cpp", |
| 515 "exported/WebContentDecryptionModuleSession.cpp", | 516 "exported/WebContentDecryptionModuleSession.cpp", |
| 516 "exported/WebContentSettingCallbacks.cpp", | 517 "exported/WebContentSettingCallbacks.cpp", |
| 517 "exported/WebCredential.cpp", | 518 "exported/WebCredential.cpp", |
| 518 "exported/WebCryptoAlgorithm.cpp", | 519 "exported/WebCryptoAlgorithm.cpp", |
| 519 "exported/WebCryptoKey.cpp", | 520 "exported/WebCryptoKey.cpp", |
| 520 "exported/WebCryptoKeyAlgorithm.cpp", | 521 "exported/WebCryptoKeyAlgorithm.cpp", |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 "//third_party/WebKit/Source:config", | 2115 "//third_party/WebKit/Source:config", |
| 2115 "//third_party/WebKit/Source:inside_blink", | 2116 "//third_party/WebKit/Source:inside_blink", |
| 2116 ] | 2117 ] |
| 2117 | 2118 |
| 2118 deps = [ | 2119 deps = [ |
| 2119 ":test_support", | 2120 ":test_support", |
| 2120 "//testing/gmock", | 2121 "//testing/gmock", |
| 2121 "//testing/gtest", | 2122 "//testing/gtest", |
| 2122 ] | 2123 ] |
| 2123 } | 2124 } |
| OLD | NEW |