| 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 "exported/WebScrollbarThemeClientImpl.h", | 613 "exported/WebScrollbarThemeClientImpl.h", |
| 614 "exported/WebScrollbarThemeGeometryNative.cpp", | 614 "exported/WebScrollbarThemeGeometryNative.cpp", |
| 615 "exported/WebScrollbarThemeGeometryNative.h", | 615 "exported/WebScrollbarThemeGeometryNative.h", |
| 616 "exported/WebScrollbarThemePainter.cpp", | 616 "exported/WebScrollbarThemePainter.cpp", |
| 617 "exported/WebSecurityOrigin.cpp", | 617 "exported/WebSecurityOrigin.cpp", |
| 618 "exported/WebServiceWorkerProviderClient.cpp", | 618 "exported/WebServiceWorkerProviderClient.cpp", |
| 619 "exported/WebServiceWorkerProxy.cpp", | 619 "exported/WebServiceWorkerProxy.cpp", |
| 620 "exported/WebServiceWorkerRequest.cpp", | 620 "exported/WebServiceWorkerRequest.cpp", |
| 621 "exported/WebServiceWorkerResponse.cpp", | 621 "exported/WebServiceWorkerResponse.cpp", |
| 622 "exported/WebServiceWorkerStreamHandle.cpp", | 622 "exported/WebServiceWorkerStreamHandle.cpp", |
| 623 "exported/WebSnapPointList.cpp", |
| 623 "exported/WebSpeechSynthesisUtterance.cpp", | 624 "exported/WebSpeechSynthesisUtterance.cpp", |
| 624 "exported/WebSpeechSynthesisVoice.cpp", | 625 "exported/WebSpeechSynthesisVoice.cpp", |
| 625 "exported/WebSpeechSynthesizerClientImpl.cpp", | 626 "exported/WebSpeechSynthesizerClientImpl.cpp", |
| 626 "exported/WebSpeechSynthesizerClientImpl.h", | 627 "exported/WebSpeechSynthesizerClientImpl.h", |
| 627 "exported/WebStorageQuotaCallbacks.cpp", | 628 "exported/WebStorageQuotaCallbacks.cpp", |
| 628 "exported/WebString.cpp", | 629 "exported/WebString.cpp", |
| 629 "exported/WebTextRun.cpp", | 630 "exported/WebTextRun.cpp", |
| 630 "exported/WebThreadSafeData.cpp", | 631 "exported/WebThreadSafeData.cpp", |
| 631 "exported/WebURL.cpp", | 632 "exported/WebURL.cpp", |
| 632 "exported/WebURLError.cpp", | 633 "exported/WebURLError.cpp", |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2250 "//third_party/WebKit/Source:config", | 2251 "//third_party/WebKit/Source:config", |
| 2251 "//third_party/WebKit/Source:inside_blink", | 2252 "//third_party/WebKit/Source:inside_blink", |
| 2252 ] | 2253 ] |
| 2253 | 2254 |
| 2254 deps = [ | 2255 deps = [ |
| 2255 ":test_support", | 2256 ":test_support", |
| 2256 "//testing/gmock", | 2257 "//testing/gmock", |
| 2257 "//testing/gtest", | 2258 "//testing/gtest", |
| 2258 ] | 2259 ] |
| 2259 } | 2260 } |
| OLD | NEW |