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

Unified Diff: styleguide/c++/chromium-cpp/app.yaml

Issue 589413003: Add a document describing which C++11 features we allow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « styleguide/c++/c++11.html ('k') | styleguide/c++/chromium-cpp/favicon.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: styleguide/c++/chromium-cpp/app.yaml
diff --git a/styleguide/c++/chromium-cpp/app.yaml b/styleguide/c++/chromium-cpp/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..669b1a081223708c0a2ddfdf42853c693a821f75
--- /dev/null
+++ b/styleguide/c++/chromium-cpp/app.yaml
@@ -0,0 +1,17 @@
+application: chromium-cpp
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: yes
+
+handlers:
+- url: /favicon\.ico
+ static_files: favicon.ico
+ upload: favicon\.ico
+
+- url: .*
+ script: main.app
+
+libraries:
+- name: webapp2
+ version: "2.5.2"
« no previous file with comments | « styleguide/c++/c++11.html ('k') | styleguide/c++/chromium-cpp/favicon.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698