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

Issue 317813002: Don't assume output dir + "../.." == src/ in ui/gl/generate_bindings.py (Closed)

Created:
6 years, 6 months ago by jamesr
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Don't assume output dir + "../.." == src/ in ui/gl/generate_bindings.py With gn, it'll probably be common for folks to generate their out directory in places other than out/{Debug|Release}. This is technically possible (and busted) in gyp as well. This avoids the relative path dependency from the script and simplifies it some more by adding the src/ui/gl and src/gpu directories in the build files (where they can be relativized properly) instead of trying to do so in the script. R=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275520

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -10 lines) Patch
M ui/gl/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
M ui/gl/generate_bindings.py View 1 chunk +1 line, -8 lines 1 comment Download
M ui/gl/gl.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
jamesr
6 years, 6 months ago (2014-06-05 01:44:39 UTC) #1
brettw
lgtm
6 years, 6 months ago (2014-06-05 02:37:35 UTC) #2
Ken Russell (switch to Gerrit)
LGTM if this has been tested, but a question. https://codereview.chromium.org/317813002/diff/1/ui/gl/generate_bindings.py File ui/gl/generate_bindings.py (right): https://codereview.chromium.org/317813002/diff/1/ui/gl/generate_bindings.py#newcode1969 ui/gl/generate_bindings.py:1969: ...
6 years, 6 months ago (2014-06-05 17:56:41 UTC) #3
jamesr
On 2014/06/05 17:56:41, Ken Russell wrote: > LGTM if this has been tested, but a ...
6 years, 6 months ago (2014-06-05 18:10:39 UTC) #4
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 6 months ago (2014-06-05 18:10:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/317813002/1
6 years, 6 months ago (2014-06-05 18:11:36 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 22:11:29 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 22:18:47 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/160238)
6 years, 6 months ago (2014-06-05 22:18:48 UTC) #9
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 6 months ago (2014-06-06 20:45:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/317813002/1
6 years, 6 months ago (2014-06-06 20:46:17 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 20:48:10 UTC) #12
Message was sent while issue was closed.
Change committed as 275520

Powered by Google App Engine
This is Rietveld 408576698