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

Unified Diff: sky/engine/BUILD.gn

Issue 744143002: Add a new v8_inspector target (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/engine/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/BUILD.gn
diff --git a/sky/engine/BUILD.gn b/sky/engine/BUILD.gn
index f782fd6681eb01d8171ecddd9ffc669364d0f473..fcdbb67b534211c3979ca9d694ab7d940be8ca26 100644
--- a/sky/engine/BUILD.gn
+++ b/sky/engine/BUILD.gn
@@ -73,3 +73,12 @@ config("non_test_config") {
cflags += [ "-Wglobal-constructors" ]
}
}
+
+group("engine") {
+ deps = [
+ "//sky/engine/public:sky_headers",
+ "//sky/engine/web",
+ "//sky/engine/platform",
+ "//sky/engine/v8_inspector",
+ ]
+}
« no previous file with comments | « no previous file | sky/engine/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698