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

Side by Side 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, 2 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: chromium-cpp
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: yes
6
7 handlers:
8 - url: /favicon\.ico
9 static_files: favicon.ico
10 upload: favicon\.ico
11
12 - url: .*
13 script: main.app
14
15 libraries:
16 - name: webapp2
17 version: "2.5.2"
OLDNEW
« 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