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

Unified Diff: pkg/analyzer/BUILD.gn

Issue 2483353002: Add BUILD.gn for pkg/front_end to fix the Fuchsia build (Closed)
Patch Set: Add BUILD.gn for pkg/front_end to fix the Fuchsia build Created 4 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 | pkg/front_end/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/BUILD.gn
diff --git a/pkg/analyzer/BUILD.gn b/pkg/analyzer/BUILD.gn
index 1f390317da4c614fcae20b529fedfffe506ac9fe..7db0a5e077845c9c737c233acb269dd5925752b0 100644
--- a/pkg/analyzer/BUILD.gn
+++ b/pkg/analyzer/BUILD.gn
@@ -10,6 +10,7 @@ dart_package("analyzer") {
source_dir = "lib"
deps = [
+ "//dart/pkg/front_end",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/charcode",
"//third_party/dart-pkg/pub/crypto",
« no previous file with comments | « no previous file | pkg/front_end/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698