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

Side by Side Diff: Source/core/scripts/templates/InternalRuntimeFlags.h

Issue 22546004: Remove .tmpl extension from Jinja templates in core Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {% from "macros.tmpl" import wrap_with_condition, license -%} 1 {% from "macros.tmpl" import wrap_with_condition, license -%}
2 {{ license() }} 2 {{ license() }}
3 3
4 #ifndef InternalRuntimeFlags_h 4 #ifndef InternalRuntimeFlags_h
5 #define InternalRuntimeFlags_h 5 #define InternalRuntimeFlags_h
6 6
7 #include "RuntimeEnabledFeatures.h" 7 #include "RuntimeEnabledFeatures.h"
8 #include "wtf/PassRefPtr.h" 8 #include "wtf/PassRefPtr.h"
9 #include "wtf/RefPtr.h" 9 #include "wtf/RefPtr.h"
10 #include "wtf/RefCounted.h" 10 #include "wtf/RefCounted.h"
(...skipping 20 matching lines...) Expand all
31 {% endfor %} 31 {% endfor %}
32 32
33 private: 33 private:
34 InternalRuntimeFlags() { } 34 InternalRuntimeFlags() { }
35 }; 35 };
36 36
37 } // namespace WebCore 37 } // namespace WebCore
38 38
39 #endif // InternalRuntimeFlags_h 39 #endif // InternalRuntimeFlags_h
40 40
OLDNEW
« no previous file with comments | « Source/core/scripts/make_style_shorthands.py ('k') | Source/core/scripts/templates/InternalRuntimeFlags.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698