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

Issue 1817: Remove bspatch from linux build targets. (Closed)

Created:
12 years, 3 months ago by kuchhal
Modified:
9 years, 7 months ago
Reviewers:
evanm, sgk
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Remove bspatch from linux build targets. TBR=sgk,evanm Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=1853

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M build/SConscript.main View 1 chunk +0 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
kuchhal
12 years, 3 months ago (2008-09-08 18:23:23 UTC) #1
sgk
12 years, 3 months ago (2008-09-08 18:38:57 UTC) #2
http://codereview.chromium.org/1817/diff/1/2
File build/SConscript.main (left):

http://codereview.chromium.org/1817/diff/1/2#oldcode463
Line 463: '$BSPATCH_DIR/SConscript',
Unconditionally removing $BSPATCH_DIR/SConscript from this list will break the
SCons build on Windows, which still needs bspatch for its build of setup.  It
needs to be added to the list only if env['PLATFORM'] not in ('darwin',
'posix'), since I presume bspatch also doesn't build on Mac yet...?  (The Mac
build is getting SCons-ified this week.)

Powered by Google App Engine
This is Rietveld 408576698