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

Issue 2851003: Provide a default definition of the target_arch variable on Linux to... (Closed)

Created:
10 years, 6 months ago by Ken Russell (switch to Gerrit)
Modified:
9 years, 7 months ago
CC:
o3d-review_googlegroups.com, Tristan Schmelcher 2
Visibility:
Public.

Description

Provide a default definition of the target_arch variable on Linux to work around a problem in NaCl's GYP files where it infers 32-bit on Linux in native_client/build/common.gypi. A fix in Native Client and a DEPS roll in O3D are still needed to make the Linux build fully work with the newer NaCl. BUG=none TEST=built O3D on Linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49817

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M build/common_global.gypi View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
10 years, 6 months ago (2010-06-15 02:18:37 UTC) #1
apatrick
LGTM http://codereview.chromium.org/2851003/diff/1/2 File build/common_global.gypi (right): http://codereview.chromium.org/2851003/diff/1/2#newcode21 build/common_global.gypi:21: 'target_arch%': '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")' Does ...
10 years, 6 months ago (2010-06-15 15:38:15 UTC) #2
Ken Russell (switch to Gerrit)
http://codereview.chromium.org/2851003/diff/1/2 File build/common_global.gypi (right): http://codereview.chromium.org/2851003/diff/1/2#newcode21 build/common_global.gypi:21: 'target_arch%': '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")' On 2010/06/15 ...
10 years, 6 months ago (2010-06-15 19:06:05 UTC) #3
apatrick_chromium
10 years, 6 months ago (2010-06-15 20:02:19 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698