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

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

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.h » ('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 24f38aaa4b44a45cb194bcd526e2137570a321a8..ed4020b1d95ed3842dc3944ea11551b4c6cc9e39 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -2,23 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ui.gni")
-import("//sky/engine/config.gni")
-import("//testing/test.gni")
-
visibility = [ "//sky/*" ]
-platform_web_unittest_files = [
- "//sky/engine/platform/graphics/BitmapImageTest.cpp",
- "//sky/engine/platform/graphics/DeferredImageDecoderTest.cpp",
- "//sky/engine/platform/graphics/ImageDecodingStoreTest.cpp",
- "//sky/engine/platform/graphics/ImageFrameGeneratorTest.cpp",
- "//sky/engine/platform/graphics/test/MockImageDecoder.h",
- "//sky/engine/platform/graphics/test/MockWebGraphicsContext3D.h",
- "//sky/engine/platform/image-decoders/gif/GIFImageDecoderTest.cpp",
- "//sky/engine/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp",
-]
-
component("web") {
output_name = "sky_web"
@@ -34,76 +19,7 @@ component("web") {
]
sources = [
- "AssertMatchingEnums.cpp",
- "ChromeClientImpl.cpp",
- "ChromeClientImpl.h",
- "CompositionUnderlineBuilder.h",
- "CompositionUnderlineVectorBuilder.cpp",
- "CompositionUnderlineVectorBuilder.h",
- "EditorClientImpl.cpp",
- "EditorClientImpl.h",
- "FrameLoaderClientImpl.cpp",
- "FrameLoaderClientImpl.h",
- "SpellCheckerClientImpl.cpp",
- "SpellCheckerClientImpl.h",
- "WebCache.cpp",
- "WebCachedURLRequest.cpp",
- "WebDocument.cpp",
- "WebElement.cpp",
- "WebFontDescription.cpp",
- "WebFontImpl.cpp",
- "WebFontImpl.h",
- "WebFrame.cpp",
"Sky.cpp",
- "WebLocalFrameImpl.cpp",
- "WebLocalFrameImpl.h",
- "WebNode.cpp",
- "WebRange.cpp",
"WebRuntimeFeatures.cpp",
- "WebSettingsImpl.cpp",
- "WebSettingsImpl.h",
- "WebTextCheckingCompletionImpl.cpp",
- "WebTextCheckingCompletionImpl.h",
- "WebTextCheckingResult.cpp",
- "WebTextInputInfo.cpp",
- "WebTextRun.cpp",
- "WebViewImpl.cpp",
- "WebViewImpl.h",
- "linux/WebFontRendering.cpp",
- ]
-}
-
-test("sky_unittests") {
- deps = [
- "//base",
- "//base/test:test_support",
- "//base:i18n",
- "//sky/engine/testing/platform",
- "//sky/engine/wtf:test_support",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/zlib",
- "//url",
- ":web",
- ]
-
- # TODO(abarth): This is a lie - this test is not embedded in an environment
- # that injects the system thunks, so system calls don't actually work. This
- # just tricks the linker into thinking that an implementation of these calls
- # will be injected at runtime so the link succeeds.
- deps += [ "//mojo/public/platform/native:system" ]
-
- sources = [
- "tests/RunAllTests.cpp",
]
-
- configs += [ "//sky/engine:config" ]
-
- if (!is_component_build) {
- deps += [ "//sky/engine/core" ]
-
- configs += [ "//sky/engine:inside_blink" ]
-
- sources += platform_web_unittest_files
- }
}
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698