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

Side by Side Diff: Source/bindings/scripts/scripts.gypi

Issue 306633002: Split bindings output between core and modules! (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix aggregate paths Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/scripts/scripts.gyp ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'bindings_scripts_dir': '.', 7 'bindings_scripts_dir': '.',
8 'bindings_scripts_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/sc ripts',
8 'jinja_module_files': [ 9 'jinja_module_files': [
9 # jinja2/__init__.py contains version string, so sufficient for package 10 # jinja2/__init__.py contains version string, so sufficient for package
10 '<(DEPTH)/third_party/jinja2/__init__.py', 11 '<(DEPTH)/third_party/jinja2/__init__.py',
11 '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep 12 '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep
12 ], 13 ],
13 'idl_lexer_parser_files': [ 14 'idl_lexer_parser_files': [
14 # PLY (Python Lex-Yacc) 15 # PLY (Python Lex-Yacc)
15 '<(DEPTH)/third_party/ply/lex.py', 16 '<(DEPTH)/third_party/ply/lex.py',
16 '<(DEPTH)/third_party/ply/yacc.py', 17 '<(DEPTH)/third_party/ply/yacc.py',
17 # Web IDL lexer/parser (base parser) 18 # Web IDL lexer/parser (base parser)
(...skipping 17 matching lines...) Expand all
35 'v8_attributes.py', 36 'v8_attributes.py',
36 'v8_callback_interface.py', 37 'v8_callback_interface.py',
37 'v8_globals.py', 38 'v8_globals.py',
38 'v8_interface.py', 39 'v8_interface.py',
39 'v8_methods.py', 40 'v8_methods.py',
40 'v8_types.py', 41 'v8_types.py',
41 'v8_utilities.py', 42 'v8_utilities.py',
42 ], 43 ],
43 }, 44 },
44 } 45 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/scripts.gyp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698