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

Unified Diff: third_party/WebKit/Source/build/scripts/in_generator.py

Issue 2659283002: Convert CSSPrimitiveValueUnits.in to json5 format (Closed)
Patch Set: add deprecation notice to in_generator.py Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/build/scripts/make_css_primitive_value_unit_trie.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/in_generator.py
diff --git a/third_party/WebKit/Source/build/scripts/in_generator.py b/third_party/WebKit/Source/build/scripts/in_generator.py
index dab69a3bebe77375db0d44db97864a05d33bdc83..56f509743d7dd225bfdda8f6a344b571f1afd0e0 100644
--- a/third_party/WebKit/Source/build/scripts/in_generator.py
+++ b/third_party/WebKit/Source/build/scripts/in_generator.py
@@ -35,6 +35,9 @@ import optparse
from in_file import InFile
+#########################################################
+# This is now deprecated - use json5_generator.py instead
+#########################################################
class GenericWriter(object):
def __init__(self, in_files):
self._outputs = {} # file_name -> generator
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_css_primitive_value_unit_trie.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698