KageKirin / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Variables in X_dependent_settings are expanded incorrectly. #441

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a target 'A'.
2. Create a target 'B' that depends on 'A'.
3. Add
'all_dependent_settings': {
  'include_dirs': [ '<(INTERMEDIATE_DIR)', ],
},
to target 'A'.

What is the expected output? What do you see instead?
I expect "-Iobj/A.gen" to be added to the compiler options when compiling the 
target B.

"-Iobj/B.gen" is added to the compiler options when compiling B.

What version of the product are you using? On what operating system?
SVN @ revision 1948. Linux

Please provide any additional information below.

Am I using a wrong variable expansion method?

Original issue reported on code.google.com by fasdfas...@gmail.com on 11 Jul 2014 at 3:27