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

Unified Diff: sky/shell/BUILD.gn

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index c25f5dbdd70d95d3467c8d4e82d3e7be9204aa69..ed882ac318a84cac2f86e355e798a6f7efeabef6 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -50,6 +50,11 @@ shared_library("sky_shell") {
"ui_delegate.h",
]
+ include_dirs = [
+ # Needed for 'dart:io' event handler (used in sky_main.cc).
+ rebase_path("//dart/runtime"),
+ ]
+
deps = [
"//base",
"//base:i18n",

Powered by Google App Engine
This is Rietveld 408576698