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

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

Issue 860273005: Revert "Dart: 2++ = 3" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/bindings2/snapshot.cc.tmpl ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index a9ee33037a1f2106eed1dfd940220562c730b406..caec1d4336791f85560a0292deb36de6cb3dafd3 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -37,13 +37,6 @@ source_set("libraries") {
"//url",
"//v8",
]
-
- if (sky_use_dart) {
- deps = [
- "//dart/runtime:libdart",
- "//dart/runtime/bin:libdart_embedder_noio",
- ]
- }
}
source_set("prerequisites") {
@@ -71,7 +64,6 @@ static_library("core") {
":libraries",
":prerequisites",
"//sky/engine/platform",
- "//sky/engine/bindings2"
]
sources = sky_core_files
« no previous file with comments | « sky/engine/bindings2/snapshot.cc.tmpl ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698