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

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

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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.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 8bb7aa339255c5e01d2de56123e3e0c26a4b3751..e534d8e329e57879d94ed2893934dcb0d0a4ebfe 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -25,10 +25,6 @@ component("web") {
deps = [
"//sky/engine/core",
"//sky/engine/platform",
-
- # FIXME: v8_inspector should not depend on core types and be separate
- # from both web and core.
- "//sky/engine/v8_inspector",
]
configs += [
@@ -60,7 +56,6 @@ component("web") {
"WebFrame.cpp",
"WebHitTestResult.cpp",
"Sky.cpp",
- "WebLeakDetector.cpp",
"WebLocalFrameImpl.cpp",
"WebLocalFrameImpl.h",
"WebNode.cpp",
@@ -90,7 +85,6 @@ test("sky_unittests") {
"//testing/gtest",
"//third_party/zlib",
"//url",
- "//v8",
":web",
]
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698