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

Unified Diff: pkg/front_end/messages.yaml

Issue 2986303003: 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
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index b0a3d1c618dcf5a985b8518df87e9c5d50f2c21c..30240788d1de6ae9bde1caaf30f9b3579732bd78 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -823,6 +823,9 @@ SdkRootNotFound:
SdkSummaryNotFound:
template: "SDK summary not found: #uri."
+SdkSpecificationNotFound:
+ template: "SDK libraries specification not found: #uri."
ahe 2017/08/03 11:58:16 Consider adding something like this: tip: "Normal
Siggi Cherem (dart-lang) 2017/08/05 00:41:02 Done.
+
ThisAccessInFieldInitializer:
template: "Can't access 'this' in a field initializer to read '#name'."

Powered by Google App Engine
This is Rietveld 408576698