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: third_party/WebKit/Source/web/BUILD.gn

Issue 2345543002: debugging for crbug.com/646539
Patch Set: 3 TUs, 2 .h Created 4 years, 3 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
Index: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index b9a76ddf46097e7de35ba559cd16e8587aed42f4..fd1707c85ba107cd4dd8160a463916f0799e05e5 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -309,125 +309,13 @@ test("webkit_unit_tests") {
visibility = [] # Allow re-assignment of list.
visibility = [ "*" ]
- sources = [
- "AssociatedURLLoaderTest.cpp",
- "ExternalPopupMenuTest.cpp",
- "LinkHighlightImplTest.cpp",
- "PageOverlayTest.cpp",
- "WebDragDataTest.cpp",
- "WebElementTest.cpp",
- "WebEmbeddedWorkerImplTest.cpp",
- "WebNodeTest.cpp",
- "WebViewImplPaintArtifactCompositorTest.cpp",
-
- # FIXME: Move the tests from web/tests/ to appropriate places.
- # crbug.com/353585
- "tests/ActivityLoggerTest.cpp",
- "tests/ChromeClientImplTest.cpp",
- "tests/CompositorWorkerTest.cpp",
- "tests/DocumentLoaderTest.cpp",
- "tests/DocumentLoadingRenderingTest.cpp",
- "tests/FakeWebPlugin.cpp",
- "tests/FakeWebPlugin.h",
- "tests/FrameLoaderClientImplTest.cpp",
- "tests/FrameSerializerTest.cpp",
- "tests/FrameTestHelpers.cpp",
- "tests/FrameTestHelpers.h",
- "tests/FrameThrottlingTest.cpp",
- "tests/ImeOnFocusTest.cpp",
- "tests/IntersectionObserverTest.cpp",
- "tests/KeyboardTest.cpp",
- "tests/LayoutGeometryMapTest.cpp",
- "tests/LinkElementLoadingTest.cpp",
- "tests/LinkSelectionTest.cpp",
- "tests/ListenerLeakTest.cpp",
- "tests/MHTMLTest.cpp",
- "tests/PrerenderingTest.cpp",
- "tests/ProgrammaticScrollTest.cpp",
- "tests/ResizeObserverTest.cpp",
- "tests/RootScrollerTest.cpp",
- "tests/RunAllTests.cpp",
- "tests/ScreenWakeLockTest.cpp",
- "tests/ScrollingCoordinatorTest.cpp",
- "tests/SpinLockTest.cpp",
- "tests/TextFinderTest.cpp",
- "tests/TimerPerfTest.cpp",
- "tests/TopControlsTest.cpp",
- "tests/TouchActionTest.cpp",
- "tests/ViewportTest.cpp",
- "tests/VirtualTimeTest.cpp",
- "tests/VisualViewportTest.cpp",
- "tests/WebDocumentSubresourceFilterTest.cpp",
- "tests/WebDocumentTest.cpp",
- "tests/WebFrameSerializerTest.cpp",
- "tests/WebFrameTest.cpp",
- "tests/WebHelperPluginTest.cpp",
- "tests/WebImageTest.cpp",
- "tests/WebInputEventConversionTest.cpp",
- "tests/WebMeaningfulLayoutsTest.cpp",
- "tests/WebPluginContainerTest.cpp",
- "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp",
- "tests/WebSearchableFormDataTest.cpp",
- "tests/WebSelectorTest.cpp",
- "tests/WebURLRequestTest.cpp",
- "tests/WebURLResponseTest.cpp",
- "tests/WebUserGestureTokenTest.cpp",
- "tests/WebViewTest.cpp",
- "tests/sim/SimCanvas.cpp",
- "tests/sim/SimCanvas.h",
- "tests/sim/SimCompositor.cpp",
- "tests/sim/SimCompositor.h",
- "tests/sim/SimDisplayItemList.cpp",
- "tests/sim/SimDisplayItemList.h",
- "tests/sim/SimNetwork.cpp",
- "tests/sim/SimNetwork.h",
- "tests/sim/SimRequest.cpp",
- "tests/sim/SimRequest.h",
- "tests/sim/SimTest.cpp",
- "tests/sim/SimTest.h",
- "tests/sim/SimWebViewClient.cpp",
- "tests/sim/SimWebViewClient.h",
- ]
- sources += bindings_unittest_files
-
- deps = [
- ":test_support",
- ":web",
- "//base",
- "//base:i18n",
- "//base/test:test_support",
- "//content/test:test_support",
- "//gpu:test_support",
- "//mojo/edk/system:system",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/WebKit/Source/core:unit_tests",
- "//third_party/WebKit/Source/modules:unit_tests",
- "//third_party/WebKit/Source/platform:test_support",
- "//third_party/WebKit/Source/platform:unit_tests",
- "//third_party/WebKit/Source/wtf",
- "//third_party/libwebp",
- "//third_party/zlib",
- "//url",
- "//v8",
- ]
-
- data_deps = [
- ":webkit_unit_tests_data",
- "//content/shell:pak",
+ public_configs = [
+ "//third_party/WebKit/Source/core:core_include_dirs",
]
- configs += [
- "//third_party/WebKit/Source:config",
- "//third_party/WebKit/Source:inside_blink",
+ sources = [
+ "../core/paint/TextPainterTest.cpp",
+ "../core/style/ComputedStyle.cpp",
+ "../core/style/StyleRareInheritedData.cpp",
]
-
- if (is_android) {
- deps += [
- "//base:base_java",
- "//content/public/android:content_java",
- "//content/shell/android:content_shell_assets",
- "//net/android:net_java",
- ]
- }
}

Powered by Google App Engine
This is Rietveld 408576698