|
Start putting absolute paths in generated files.
Generated headers can be included by various targets (webkit API, bindings, ...),
and if these paths aren't absolute then each target including a generated header
needs to pass several include paths.
For idl files, the idea is that the .h file for each .idl file needs to be in
the same folder. This is true for all but 3 idl files at the moment; move the
other 3.
XXX not done
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+55 lines, -142 lines) |
Patch |
 |
M |
Source/bindings/derived_sources.gyp
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/CodeGenerator.pm
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/CodeGeneratorV8.pm
|
View
|
1
2
|
8 chunks |
+26 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
Source/bindings/v8/JavaScriptCallFrame.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/bindings/v8/ScriptProfile.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/bindings/v8/ScriptProfileNode.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gyp/core.gyp
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
Source/core/inspector/JavaScriptCallFrame.idl
|
View
|
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
D |
Source/core/inspector/ScriptProfile.idl
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
Source/core/inspector/ScriptProfileNode.idl
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
|