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

Issue 2435: Capture initial SCons build of {base,net,googleurl}_unittests on Mac:... (Closed)

Created:
12 years, 3 months ago by sgk
Modified:
9 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Capture initial SCons build of {base,net,googleurl}_unittests on Mac: * Initial flags and options that mimick how XCode builds (e.g. XCode uses "gcc -x c++" to compile C++, but g++ to link it). * Load minimal set of SConscript files: base, googleurl, net, skia, testing, third_party. (breakpad and webkit to come.) * Correct .cc => .mm file names (multiple places). * Add base/{platform_thread,platform_test,worker_pool}_mac.mm. * Remove -Wall when we build Skia, like we do on Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2097

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -36 lines) Patch
M base/SConscript View 5 chunks +10 lines, -2 lines 0 comments Download
M build/SConscript.main View 1 2 3 chunks +67 lines, -32 lines 0 comments Download
M net/SConscript View 2 chunks +6 lines, -1 line 0 comments Download
M skia/SConscript View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
sgk
{base,net,googleurl}_unittests build, not all tests pass yet--next iteration.
12 years, 3 months ago (2008-09-11 18:01:49 UTC) #1
Mark Mentovai
LGTM generally, maybe you want to check this in anyway so we can attack some ...
12 years, 3 months ago (2008-09-11 19:56:26 UTC) #2
sgk
http://codereview.chromium.org/2435/diff/1/4 File build/SConscript.main (right): http://codereview.chromium.org/2435/diff/1/4#newcode1 Line 1: # Copyright 2008, Google Inc. On 2008/09/11 19:56:26, ...
12 years, 3 months ago (2008-09-11 21:57:04 UTC) #3
Mark Mentovai
Much cleaner this time. LG with these bits handled. (Or do you not want to ...
12 years, 3 months ago (2008-09-11 22:54:51 UTC) #4
sgk
12 years, 3 months ago (2008-09-11 22:58:09 UTC) #5
I'll handle the frameworks thing as a follow-on.  I'm eager to see at least the
build step green in the bot... :-)

Powered by Google App Engine
This is Rietveld 408576698