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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 19476005: Use <(DEPTH) in derived_sources.gyp for saner paths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index fd84e05eaa8af37992412ef3a27ad0643705f2c9..15b7f606ec6066fdf4cbe0f719df79217da8688b 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -219,7 +219,7 @@
'-w',
'-Iscripts',
'-I../core/scripts',
- '-I../../../JSON/out/lib/perl5',
+ '-I<(DEPTH)/third_party/JSON/out/lib/perl5',
'scripts/deprecated_generate_bindings.pl',
'--outputDir',
'<(bindings_output_dir)',
@@ -258,11 +258,11 @@
'msvs_external_rule': 1,
'inputs': [
'scripts/idl_compiler.py',
- '../../../ply/lex.py',
- '../../../ply/yacc.py',
- '../../../../tools/idl_parser/idl_lexer.py',
- '../../../../tools/idl_parser/idl_node.py',
- '../../../../tools/idl_parser/idl_parser.py',
+ '<(DEPTH)/third_party/ply/lex.py',
+ '<(DEPTH)/third_party/ply/yacc.py',
+ '<(DEPTH)/tools/idl_parser/idl_lexer.py',
+ '<(DEPTH)/tools/idl_parser/idl_node.py',
+ '<(DEPTH)/tools/idl_parser/idl_parser.py',
'scripts/blink_idl_lexer.py',
'scripts/blink_idl_parser.py',
'scripts/code_generator_v8.py',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698