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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/fields/keyword_set.tmpl

Issue 2914613002: Add keyword_subset field template and generate text-decoration-line. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/build/scripts/templates/fields/keyword_set.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/fields/keyword_set.tmpl b/third_party/WebKit/Source/build/scripts/templates/fields/keyword_set.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..3e5e83f3d44ce8e4e4bb688486ec9cea1aea613a
--- /dev/null
+++ b/third_party/WebKit/Source/build/scripts/templates/fields/keyword_set.tmpl
@@ -0,0 +1,11 @@
+{% import 'fields/base.tmpl' as base %}
nainar 2017/05/30 04:13:45 import keyword here
shend 2017/05/31 07:52:07 done.
+
+{% macro decl_public_methods(field) -%}
+{{base.decl_initial_method(field)}}
+{{base.decl_getter_method(field)}}
+{{base.decl_setter_method(field)}}
+{{base.decl_resetter_method(field)}}
+{%- endmacro %}
+
+{% macro decl_protected_methods(field) -%}
+{%- endmacro %}

Powered by Google App Engine
This is Rietveld 408576698