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

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

Issue 938623005: Allow multiple dart <script> tags in .sky files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: All works! 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 | « no previous file | sky/engine/core/app/AbstractModule.h » ('j') | sky/engine/core/app/AbstractModule.cpp » ('J')
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 b7daba1b5b7f94e4511b0be205193a04ecc7ca3d..d01e064df5341da09355a39f9bdb8799dad0b686 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -66,6 +66,11 @@ static_library("core") {
sources = sky_core_files
+ include_dirs = [
+ # Needed for dart_mirrors_api.h in dart_controller.cc
+ rebase_path("//dart/runtime"),
+ ]
+
forward_dependent_configs_from = [ ":libraries" ]
# core and core_generated are really the same thing.
« no previous file with comments | « no previous file | sky/engine/core/app/AbstractModule.h » ('j') | sky/engine/core/app/AbstractModule.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698