| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "exported/WebContentDecryptionModuleSession.cpp", | 491 "exported/WebContentDecryptionModuleSession.cpp", |
| 492 "exported/WebContentSettingCallbacks.cpp", | 492 "exported/WebContentSettingCallbacks.cpp", |
| 493 "exported/WebCredential.cpp", | 493 "exported/WebCredential.cpp", |
| 494 "exported/WebCryptoAlgorithm.cpp", | 494 "exported/WebCryptoAlgorithm.cpp", |
| 495 "exported/WebCryptoKey.cpp", | 495 "exported/WebCryptoKey.cpp", |
| 496 "exported/WebCryptoKeyAlgorithm.cpp", | 496 "exported/WebCryptoKeyAlgorithm.cpp", |
| 497 "exported/WebCryptoResult.cpp", | 497 "exported/WebCryptoResult.cpp", |
| 498 "exported/WebCursorInfo.cpp", | 498 "exported/WebCursorInfo.cpp", |
| 499 "exported/WebData.cpp", | 499 "exported/WebData.cpp", |
| 500 "exported/WebDataConsumerHandle.cpp", | 500 "exported/WebDataConsumerHandle.cpp", |
| 501 "exported/WebDeviceMotionData.cpp", | |
| 502 "exported/WebDeviceOrientationData.cpp", | |
| 503 "exported/WebDragData.cpp", | 501 "exported/WebDragData.cpp", |
| 504 "exported/WebEncryptedMediaClient.cpp", | 502 "exported/WebEncryptedMediaClient.cpp", |
| 505 "exported/WebEncryptedMediaKeyInformation.cpp", | 503 "exported/WebEncryptedMediaKeyInformation.cpp", |
| 506 "exported/WebEncryptedMediaRequest.cpp", | 504 "exported/WebEncryptedMediaRequest.cpp", |
| 507 "exported/WebFederatedCredential.cpp", | 505 "exported/WebFederatedCredential.cpp", |
| 508 "exported/WebFileSystemCallbacks.cpp", | 506 "exported/WebFileSystemCallbacks.cpp", |
| 509 "exported/WebFont.cpp", | 507 "exported/WebFont.cpp", |
| 510 "exported/WebFontDescription.cpp", | 508 "exported/WebFontDescription.cpp", |
| 511 "exported/WebHTTPBody.cpp", | 509 "exported/WebHTTPBody.cpp", |
| 512 "exported/WebHTTPLoadInfo.cpp", | 510 "exported/WebHTTPLoadInfo.cpp", |
| (...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1970 "//third_party/WebKit/Source:inside_blink", | 1968 "//third_party/WebKit/Source:inside_blink", |
| 1971 ] | 1969 ] |
| 1972 | 1970 |
| 1973 deps = [ | 1971 deps = [ |
| 1974 ":test_support", | 1972 ":test_support", |
| 1975 "//cc/surfaces:surface_id", | 1973 "//cc/surfaces:surface_id", |
| 1976 "//testing/gmock", | 1974 "//testing/gmock", |
| 1977 "//testing/gtest", | 1975 "//testing/gtest", |
| 1978 ] | 1976 ] |
| 1979 } | 1977 } |
| OLD | NEW |