DescriptionMake SchemaLoader independent of current working directory.
The SchemaLoader looks for schema files in the current directory. This
isn't very robust and may cause problems for other products than
Chromium if they run the script from a GYP file in another directory.
The SchemaLoader is supplied two arguments now: the path to API files
relative to the root path (for use in #includes) and the regular path
to API files (for file access).
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225977
Patch Set 1 #
Total comments: 3
Patch Set 2 : Use two separate paths #
Total comments: 6
Patch Set 3 : Code review fixes #
Messages
Total messages: 14 (0 generated)
|