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

Unified Diff: pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml

Issue 804973002: Add appengine/gcloud/mustache dependencies. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Added AUTHORS/LICENSE/PATENTS files Created 6 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
Index: pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml
diff --git a/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml b/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6bf68ab324b46f1809b38148a745a10cc3065f41
--- /dev/null
+++ b/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml
@@ -0,0 +1,17 @@
+# 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.
+
+application: datastore-python-compatibility
+version: test
+runtime: dart
+vm: true
+api_version: 1
+threadsafe: true
+
+manual_scaling:
+ instances: 1
+
+handlers:
+- url: /.*
+ script: bin/main.dart
« no previous file with comments | « pkg/appengine/test/assets_test.dart ('k') | pkg/appengine/test/dart-python--datastore-compatibility/dart/bin/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698