This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Commit 1072537
[Backport] Remove assumption on absolute paths in java_cpp_enum.py.
The same issue in libyuv also affects us. Original commit message:
In java_cpp_enum.py there were assumptions on 'build' being
a component of the absolute path of the script invoking the
script. This leads to problems when other projects are using
the Chromium build toolchain (in this case libyuv), where
the script invoking GYP is located in the root of the project
dir (https://chromium.googlesource.com/libyuv/libyuv/+/master/gyp_libyuv).
BUG=libyuv:536
Review URL: https://codereview.chromium.org/1571243003
BUG=XWALK-57491 parent b079fa0 commit 1072537
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 232 | + | |
236 | 233 | | |
237 | 234 | | |
238 | 235 | | |
| |||
0 commit comments