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

Unified Diff: site/try/src/messages.dart

Issue 2232273004: Delete site/try (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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: site/try/src/messages.dart
diff --git a/site/try/src/messages.dart b/site/try/src/messages.dart
deleted file mode 100644
index cfa1f17a2a55636f030ab54ccf200206a559161b..0000000000000000000000000000000000000000
--- a/site/try/src/messages.dart
+++ /dev/null
@@ -1,47 +0,0 @@
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library trydart.messages;
-
-const Map<String, dynamic> messages = const <String, dynamic> {
- 'alwaysRunInWorker':
- 'Always run in Worker thread.',
-
- 'alwaysRunInIframe':
- 'Always run in inline frame.',
-
- 'communicateViaBlobs':
- 'Use blobs to send source code between components.',
-
- 'verboseCompiler':
- 'Verbose compiler output.',
-
- 'minified':
- 'Generate compact (minified) JavaScript.',
-
- 'onlyAnalyze':
- 'Only analyze program.',
-
- 'enableDartMind':
- 'Talk to "Dart Mind" server.',
-
- 'compilationPaused':
- 'Pause compilation.',
-
- 'codeFont': const [
- 'Code font:',
- 'Enter a size and font, for example, 11pt monospace'],
-
- 'currentSample':
- 'N/A',
-
- 'theme':
- 'Theme:',
-
- 'incrementalCompilation':
- 'Enable incremental compilation (EXPERIMENTAL).',
-
- 'hasSelectionModify':
- 'Use Selection.modify.',
-};
« dart.gyp ('K') | « site/try/src/leap.dart ('k') | site/try/src/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698