| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 "exported/WebScrollbarThemeClientImpl.cpp", | 562 "exported/WebScrollbarThemeClientImpl.cpp", |
| 563 "exported/WebScrollbarThemeClientImpl.h", | 563 "exported/WebScrollbarThemeClientImpl.h", |
| 564 "exported/WebScrollbarThemeGeometryNative.cpp", | 564 "exported/WebScrollbarThemeGeometryNative.cpp", |
| 565 "exported/WebScrollbarThemeGeometryNative.h", | 565 "exported/WebScrollbarThemeGeometryNative.h", |
| 566 "exported/WebScrollbarThemePainter.cpp", | 566 "exported/WebScrollbarThemePainter.cpp", |
| 567 "exported/WebSecurityOrigin.cpp", | 567 "exported/WebSecurityOrigin.cpp", |
| 568 "exported/WebServiceWorkerProviderClient.cpp", | 568 "exported/WebServiceWorkerProviderClient.cpp", |
| 569 "exported/WebServiceWorkerProxy.cpp", | 569 "exported/WebServiceWorkerProxy.cpp", |
| 570 "exported/WebServiceWorkerRequest.cpp", | 570 "exported/WebServiceWorkerRequest.cpp", |
| 571 "exported/WebServiceWorkerResponse.cpp", | 571 "exported/WebServiceWorkerResponse.cpp", |
| 572 "exported/WebServiceWorkerStreamHandle.cpp", |
| 572 "exported/WebSpeechSynthesisUtterance.cpp", | 573 "exported/WebSpeechSynthesisUtterance.cpp", |
| 573 "exported/WebSpeechSynthesisVoice.cpp", | 574 "exported/WebSpeechSynthesisVoice.cpp", |
| 574 "exported/WebSpeechSynthesizerClientImpl.cpp", | 575 "exported/WebSpeechSynthesizerClientImpl.cpp", |
| 575 "exported/WebSpeechSynthesizerClientImpl.h", | 576 "exported/WebSpeechSynthesizerClientImpl.h", |
| 576 "exported/WebStorageQuotaCallbacks.cpp", | 577 "exported/WebStorageQuotaCallbacks.cpp", |
| 577 "exported/WebString.cpp", | 578 "exported/WebString.cpp", |
| 578 "exported/WebTextRun.cpp", | 579 "exported/WebTextRun.cpp", |
| 579 "exported/WebThreadSafeData.cpp", | 580 "exported/WebThreadSafeData.cpp", |
| 580 "exported/WebURL.cpp", | 581 "exported/WebURL.cpp", |
| 581 "exported/WebURLError.cpp", | 582 "exported/WebURLError.cpp", |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2161 "//third_party/WebKit/Source:config", | 2162 "//third_party/WebKit/Source:config", |
| 2162 "//third_party/WebKit/Source:inside_blink", | 2163 "//third_party/WebKit/Source:inside_blink", |
| 2163 ] | 2164 ] |
| 2164 | 2165 |
| 2165 deps = [ | 2166 deps = [ |
| 2166 ":test_support", | 2167 ":test_support", |
| 2167 "//testing/gmock", | 2168 "//testing/gmock", |
| 2168 "//testing/gtest", | 2169 "//testing/gtest", |
| 2169 ] | 2170 ] |
| 2170 } | 2171 } |
| OLD | NEW |