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

Unified Diff: sdk/BUILD.gn

Issue 2940723002: Exclude 'test' and 'testcases' from lib/ packages. (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/BUILD.gn
diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn
index 51c44d0036e64dc30c8db4f278741d5ec428dd87..116f72104a2791b6341687d1014a9df9ff85cf87 100644
--- a/sdk/BUILD.gn
+++ b/sdk/BUILD.gn
@@ -385,7 +385,7 @@ foreach(analyzer_source_dir, _analyzer_source_dirs) {
visibility = [ ":copy_analyzer_sources" ]
source = "../pkg/$analyzer_source_dir"
dest = "$root_out_dir/dart-sdk/lib/$analyzer_source_dir"
- exclude = "*.svn,doc,*.py,*.gypi,*.sh,.gitignore,packages"
+ exclude = "*.svn,doc,*.py,*.gypi,*.sh,.gitignore,packages,test,testcases"
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698