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

Unified Diff: pkg/front_end/messages.yaml

Issue 2993113003: Revert "Switch FE to use the libraries.json format." (Closed)
Patch Set: Created 3 years, 4 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 | « pkg/front_end/lib/src/testing/compiler_common.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index ca0c8d66efe053cef46cd53300d0e8463dd37404..b0a3d1c618dcf5a985b8518df87e9c5d50f2c21c 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -823,10 +823,6 @@ SdkRootNotFound:
SdkSummaryNotFound:
template: "SDK summary not found: #uri."
-SdkSpecificationNotFound:
- template: "SDK libraries specification not found: #uri."
- tip: "Normally, the specification is a file named 'libraries.json' in the Dart SDK install location."
-
ThisAccessInFieldInitializer:
template: "Can't access 'this' in a field initializer to read '#name'."
@@ -887,9 +883,6 @@ NotAnLvalue:
CannotReadPackagesFile:
template: "Unable to read '.packages' file:\n #string."
-CannotReadSdkSpecification:
- template: "Unable to read the 'libraries.json' specification file:\n #string."
-
CantInferPackagesFromManyInputs:
template: "Can't infer a .packages file when compiling multiple inputs."
tip: "Try specifying the file explicitly with the --packages option."
« no previous file with comments | « pkg/front_end/lib/src/testing/compiler_common.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698