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

Side by Side Diff: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl

Issue 26414004: Move core/scripts to build/scripts so that platform can use them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | 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 19 matching lines...) Expand all
30 {%- endcall %} 30 {%- endcall %}
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698