| 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/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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 "exported/WebContentDecryptionModuleSession.cpp", | 495 "exported/WebContentDecryptionModuleSession.cpp", |
| 496 "exported/WebContentSettingCallbacks.cpp", | 496 "exported/WebContentSettingCallbacks.cpp", |
| 497 "exported/WebCredential.cpp", | 497 "exported/WebCredential.cpp", |
| 498 "exported/WebCryptoAlgorithm.cpp", | 498 "exported/WebCryptoAlgorithm.cpp", |
| 499 "exported/WebCryptoKey.cpp", | 499 "exported/WebCryptoKey.cpp", |
| 500 "exported/WebCryptoKeyAlgorithm.cpp", | 500 "exported/WebCryptoKeyAlgorithm.cpp", |
| 501 "exported/WebCryptoResult.cpp", | 501 "exported/WebCryptoResult.cpp", |
| 502 "exported/WebCursorInfo.cpp", | 502 "exported/WebCursorInfo.cpp", |
| 503 "exported/WebData.cpp", | 503 "exported/WebData.cpp", |
| 504 "exported/WebDataConsumerHandle.cpp", | 504 "exported/WebDataConsumerHandle.cpp", |
| 505 "exported/WebDeviceMotionData.cpp", | |
| 506 "exported/WebDeviceOrientationData.cpp", | |
| 507 "exported/WebDragData.cpp", | 505 "exported/WebDragData.cpp", |
| 508 "exported/WebEncryptedMediaClient.cpp", | 506 "exported/WebEncryptedMediaClient.cpp", |
| 509 "exported/WebEncryptedMediaKeyInformation.cpp", | 507 "exported/WebEncryptedMediaKeyInformation.cpp", |
| 510 "exported/WebEncryptedMediaRequest.cpp", | 508 "exported/WebEncryptedMediaRequest.cpp", |
| 511 "exported/WebFederatedCredential.cpp", | 509 "exported/WebFederatedCredential.cpp", |
| 512 "exported/WebFileSystemCallbacks.cpp", | 510 "exported/WebFileSystemCallbacks.cpp", |
| 513 "exported/WebFont.cpp", | 511 "exported/WebFont.cpp", |
| 514 "exported/WebFontDescription.cpp", | 512 "exported/WebFontDescription.cpp", |
| 515 "exported/WebHTTPBody.cpp", | 513 "exported/WebHTTPBody.cpp", |
| 516 "exported/WebHTTPLoadInfo.cpp", | 514 "exported/WebHTTPLoadInfo.cpp", |
| (...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 "//third_party/WebKit/Source:inside_blink", | 1976 "//third_party/WebKit/Source:inside_blink", |
| 1979 ] | 1977 ] |
| 1980 | 1978 |
| 1981 deps = [ | 1979 deps = [ |
| 1982 ":test_support", | 1980 ":test_support", |
| 1983 "//cc/surfaces:surface_id", | 1981 "//cc/surfaces:surface_id", |
| 1984 "//testing/gmock", | 1982 "//testing/gmock", |
| 1985 "//testing/gtest", | 1983 "//testing/gtest", |
| 1986 ] | 1984 ] |
| 1987 } | 1985 } |
| OLD | NEW |