Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: sky/engine/web/BUILD.gn

Issue 867093002: Remove unused "Web" interfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: A couple more Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/web/WebViewClient.h ('k') | sky/engine/web/WebArrayBufferConverter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/BUILD.gn
diff --git a/sky/engine/web/BUILD.gn b/sky/engine/web/BUILD.gn
index b14f8574f27b8e2f0c6e79406b74eaa6213eaa7a..bb0256f9757e1385e4174d040545598f99ac83e2 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -51,8 +51,6 @@ component("web") {
"FrameLoaderClientImpl.h",
"SpellCheckerClientImpl.cpp",
"SpellCheckerClientImpl.h",
- "WebArrayBufferConverter.cpp",
- "WebArrayBufferView.cpp",
"WebCache.cpp",
"WebCachedURLRequest.cpp",
"WebDocument.cpp",
@@ -61,10 +59,7 @@ component("web") {
"WebFontImpl.cpp",
"WebFontImpl.h",
"WebFrame.cpp",
- "WebGlyphCache.cpp",
"WebHitTestResult.cpp",
- "WebImageCache.cpp",
- "WebImageDecoder.cpp",
"WebInputEventConversion.cpp",
"WebInputEventConversion.h",
"Sky.cpp",
@@ -74,8 +69,6 @@ component("web") {
"WebNode.cpp",
"WebRange.cpp",
"WebRuntimeFeatures.cpp",
- "WebScriptBindings.cpp",
- "WebScriptController.cpp",
"WebSettingsImpl.cpp",
"WebSettingsImpl.h",
"WebTextCheckingCompletionImpl.cpp",
@@ -87,41 +80,6 @@ component("web") {
"WebViewImpl.h",
"linux/WebFontRendering.cpp",
]
-
- if (is_component_build) {
- deps += [
- "//base/test:test_support",
- "//testing/gmock",
- "//testing/gtest",
- "//sky/engine/core:testing",
- ]
-
- configs -= [ "//sky/engine:non_test_config" ]
-
- sources += platform_web_unittest_files
-
- sources += [ "WebTestingSupport.cpp" ]
- }
-}
-
-source_set("test_support") {
- if (!is_component_build) {
- deps = [
- "//skia",
- "//sky/engine/core:testing",
- "//sky/engine/wtf",
- ]
-
- sources = [
- "WebTestingSupport.cpp",
- ]
-
- configs -= [ "//build/config/compiler:chromium_code" ]
- configs += [
- "//build/config/compiler:no_chromium_code",
- "//sky/engine:config",
- ]
- }
}
test("sky_unittests") {
@@ -136,7 +94,6 @@ test("sky_unittests") {
"//third_party/zlib",
"//url",
"//v8",
- ":test_support",
":web",
]
« no previous file with comments | « sky/engine/public/web/WebViewClient.h ('k') | sky/engine/web/WebArrayBufferConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698