| Index: Source/bindings/scripts/code_generator_v8.py
|
| diff --git a/Source/bindings/scripts/unstable/code_generator_v8.py b/Source/bindings/scripts/code_generator_v8.py
|
| similarity index 98%
|
| rename from Source/bindings/scripts/unstable/code_generator_v8.py
|
| rename to Source/bindings/scripts/code_generator_v8.py
|
| index 2fd8fe722b68cff2fd792893172ed7dc56dca8d2..1698085bfd36c9f3c8e96909406ff530059e68bc 100644
|
| --- a/Source/bindings/scripts/unstable/code_generator_v8.py
|
| +++ b/Source/bindings/scripts/code_generator_v8.py
|
| @@ -62,9 +62,9 @@ import sys
|
| # since some compile processes will try to read the partially written cache.
|
| module_path = os.path.dirname(os.path.realpath(__file__))
|
| third_party_dir = os.path.normpath(os.path.join(
|
| - module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir))
|
| + module_path, os.pardir, os.pardir, os.pardir, os.pardir))
|
| templates_dir = os.path.normpath(os.path.join(
|
| - module_path, os.pardir, os.pardir, 'templates'))
|
| + module_path, os.pardir, 'templates'))
|
|
|
| # jinja2 is in chromium's third_party directory.
|
| # Insert at 1 so at front to override system libraries, and
|
|
|