]> git.pld-linux.org Git - packages/chromium-browser.git/blob - system-jinja.patch
up to 38.0.2125.122
[packages/chromium-browser.git] / system-jinja.patch
1 --- third_party/WebKit/Source/bindings/scripts/scripts.gyp.orig 2014-08-19 09:55:10.330972228 +0000
2 +++ third_party/WebKit/Source/bindings/scripts/scripts.gyp      2014-08-19 09:55:26.387286232 +0000
3 @@ -54,7 +54,6 @@
4      'actions': [{
5        'action_name': 'cache_jinja_templates',
6        'inputs': [
7 -        '<@(jinja_module_files)',
8          'code_generator_v8.py',
9          '<@(code_generator_template_files)',
10        ],
11 --- third_party/WebKit/Source/build/scripts/scripts.gypi.orig   2014-08-19 10:00:00.216521733 +0000
12 +++ third_party/WebKit/Source/build/scripts/scripts.gypi        2014-08-19 10:00:11.464735099 +0000
13 @@ -2,10 +2,6 @@
14  {
15      'variables': {
16          'scripts_for_in_files': [
17 -            # jinja2/__init__.py contains version string, so sufficient as
18 -            # dependency for whole jinja2 package
19 -            '<(DEPTH)/third_party/jinja2/__init__.py',
20 -            '<(DEPTH)/third_party/markupsafe/__init__.py',  # jinja2 dep
21              'hasher.py',
22              'in_file.py',
23              'in_generator.py',
24 --- third_party/WebKit/Source/bindings/core/v8/generated.gyp.orig       2014-08-19 10:15:53.874850750 +0000
25 +++ third_party/WebKit/Source/bindings/core/v8/generated.gyp    2014-08-19 10:16:04.163050746 +0000
26 @@ -80,7 +80,6 @@
27        # Update that regex if command line changes (other than changing flags)
28        'action': [
29          'python',
30 -        '-S',  # skip 'import site' to speed up startup
31          '<(bindings_scripts_dir)/idl_compiler.py',
32          '--cache-dir',
33          '<(bindings_scripts_output_dir)',
34 --- third_party/WebKit/Source/bindings/modules/v8/generated.gyp.orig    2014-08-19 10:17:07.340279760 +0000
35 +++ third_party/WebKit/Source/bindings/modules/v8/generated.gyp 2014-08-19 10:17:13.556400768 +0000
36 @@ -68,7 +68,6 @@
37        # Update that regex if command line changes (other than changing flags)
38        'action': [
39          'python',
40 -        '-S',  # skip 'import site' to speed up startup
41          '<(bindings_scripts_dir)/idl_compiler.py',
42          '--cache-dir',
43          '<(bindings_scripts_output_dir)',
44 --- third_party/WebKit/Source/bindings/scripts/scripts.gypi.orig        2014-08-19 10:53:02.824618979 +0000
45 +++ third_party/WebKit/Source/bindings/scripts/scripts.gypi     2014-08-19 10:53:20.784957370 +0000
46 @@ -12,9 +12,6 @@
47        '<(DEPTH)/third_party/markupsafe/__init__.py',  # jinja2 dep
48      ],
49      'idl_lexer_parser_files': [
50 -      # PLY (Python Lex-Yacc)
51 -      '<(DEPTH)/third_party/ply/lex.py',
52 -      '<(DEPTH)/third_party/ply/yacc.py',
53        # Web IDL lexer/parser (base parser)
54        '<(DEPTH)/tools/idl_parser/idl_lexer.py',
55        '<(DEPTH)/tools/idl_parser/idl_node.py',
This page took 0.025745 seconds and 3 git commands to generate.