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

Issue 66303010: Enables goma from GYP. (Closed)

Created:
7 years, 1 month ago by Yoshisato Yanagisawa
Modified:
7 years ago
CC:
native-client-reviews_googlegroups.com
Base URL:
http://src.chromium.org/native_client/trunk/src/native_client/
Visibility:
Public.

Description

This is for enabling goma from GYP side. It also enables goma if the user set GOMA_DIR environmental variable. As you may know, I am working on making nacl-gcc/g++ compile treated by goma on Windows. Then, nacl-gcc/goma need to be executed in the manner the user use goma on Windows. I believe this is the way. Description: Enables goma from GYP. Currently goma is automatically used if gomacc is included in the PATH. However, if the developers use goma in "gomacc <compiler name>" style, we recommend not to include goma directory in the PATH. I am re-implementing following change and works with this change: https://codereview.chromium.org/12419003/ It adds gomadir GYP_DEFINES for ease of goma configuration.

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -6 lines) Patch
M build/build_nexe.py View 1 2 3 4 4 chunks +22 lines, -5 lines 0 comments Download
M build/common.gypi View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M build/untrusted.gypi View 1 2 3 4 26 chunks +31 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Yoshisato Yanagisawa
Hi all, This is for enabling goma from GYP side. It also enables goma if ...
7 years, 1 month ago (2013-11-11 22:59:30 UTC) #1
Yoshisato Yanagisawa
Do you see any issues on this?
7 years, 1 month ago (2013-11-12 22:21:21 UTC) #2
bradn
lgtm https://codereview.chromium.org/66303010/diff/320001/build/build_nexe.py File build/build_nexe.py (right): https://codereview.chromium.org/66303010/diff/320001/build/build_nexe.py#newcode105 build/build_nexe.py:105: if (osname not in ['linux'] why this change? ...
7 years, 1 month ago (2013-11-12 22:32:56 UTC) #3
Yoshisato Yanagisawa
Thanks for the review. https://codereview.chromium.org/66303010/diff/320001/build/build_nexe.py File build/build_nexe.py (right): https://codereview.chromium.org/66303010/diff/320001/build/build_nexe.py#newcode105 build/build_nexe.py:105: if (osname not in ['linux'] ...
7 years, 1 month ago (2013-11-12 23:01:23 UTC) #4
bradn
lgtm
7 years, 1 month ago (2013-11-12 23:02:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/yyanagisawa@chromium.org/66303010/560001
7 years, 1 month ago (2013-11-13 22:02:29 UTC) #6
Sam Clegg
lgtm https://codereview.chromium.org/66303010/diff/560001/build/build_nexe.py File build/build_nexe.py (right): https://codereview.chromium.org/66303010/diff/560001/build/build_nexe.py#newcode107 build/build_nexe.py:107: or os.environ.get('NO_NACL_GOMA', None)): second arg of get() defaults ...
7 years, 1 month ago (2013-11-13 22:20:22 UTC) #7
Yoshisato Yanagisawa
Thanks for the review. https://codereview.chromium.org/66303010/diff/560001/build/build_nexe.py File build/build_nexe.py (right): https://codereview.chromium.org/66303010/diff/560001/build/build_nexe.py#newcode107 build/build_nexe.py:107: or os.environ.get('NO_NACL_GOMA', None)): On 2013/11/13 ...
7 years, 1 month ago (2013-11-13 22:26:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/yyanagisawa@chromium.org/66303010/930002
7 years, 1 month ago (2013-11-13 22:42:05 UTC) #9
commit-bot: I haz the power
Change committed as 12387
7 years, 1 month ago (2013-11-14 01:16:26 UTC) #10
Mark Seaborn
This change appears to break when rolled into Chromium's nacl_revision: Updating projects from gyp files... ...
7 years, 1 month ago (2013-11-14 23:47:25 UTC) #11
Yoshisato Yanagisawa
This is my fault. This is affected by the .gyp rule change with my commit. ...
7 years, 1 month ago (2013-11-14 23:51:25 UTC) #12
Yoshisato Yanagisawa
This is the change: https://codereview.chromium.org/64433003/ Just revert untrsuted.gypi 2013/11/15 Yoshisato Yanagisawa <yyanagisawa@chromium.org> > This is ...
7 years, 1 month ago (2013-11-15 00:19:51 UTC) #13
Yoshisato Yanagisawa
7 years ago (2013-12-05 06:26:47 UTC) #14
Message was sent while issue was closed.
Oops, I updated to here by mistake.
Bad news is I do not have the previous message...

Powered by Google App Engine
This is Rietveld 408576698