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

Unified Diff: pkg/front_end/lib/compiler_options.dart

Issue 2572383004: Add preliminary packages file support to dependency_grapher. (Closed)
Patch Set: Created 4 years 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/lib/dependency_grapher.dart » ('j') | pkg/front_end/lib/dependency_grapher.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/compiler_options.dart
diff --git a/pkg/front_end/lib/compiler_options.dart b/pkg/front_end/lib/compiler_options.dart
index fdebf6768f0d0f7bbc612edbb7edadc64d046c16..5230f4e47fb31f7025e7d65351f99091280f44a6 100644
--- a/pkg/front_end/lib/compiler_options.dart
+++ b/pkg/front_end/lib/compiler_options.dart
@@ -36,6 +36,8 @@ class CompilerOptions {
///
/// If `null`, the ".packages" file will be found via the standard
/// package_config search algorithm.
+ ///
+ /// If the empty string, no packages file will be used.
String packagesFilePath;
/// Paths to the input summary files (excluding the SDK summary). These files
« no previous file with comments | « no previous file | pkg/front_end/lib/dependency_grapher.dart » ('j') | pkg/front_end/lib/dependency_grapher.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698