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

Issue 738333002: Make goma work on win GN builds. (Closed)

Created:
6 years, 1 month ago by Dirk Pranke
Modified:
6 years ago
Reviewers:
brettw, scottmg
CC:
chromium-reviews
Base URL:
http://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Make goma work on win GN builds. R=scottmg@chromium.org, brettw@chromium.org BUG=354261 Committed: https://crrev.com/c9960f39142de51b59f38d1ddc1f6fe7aad92cb0 Cr-Commit-Position: refs/heads/master@{#306469}

Patch Set 1 #

Patch Set 2 : fix non-goma path #

Patch Set 3 : fix pdb flags #

Total comments: 10

Patch Set 4 : update w/ review feedback #

Total comments: 8

Patch Set 5 : update w/ more review feedback; get vc_bin_dir from setup_toolchain.py #

Total comments: 3

Patch Set 6 : figure out the path to CL by walking the path rather than hard-coding things #

Patch Set 7 : move goma symbol logic out of buildconfig #

Total comments: 2

Patch Set 8 : update comment for vc_bin_dir #

Patch Set 9 : merge to #306437 #

Patch Set 10 : run through gn format #

Patch Set 11 : reformat w/ tip-of-tree gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -12 lines) Patch
M build/config/compiler/BUILD.gn View 1 2 3 4 5 6 7 8 10 1 chunk +6 lines, -1 line 0 comments Download
M build/toolchain/win/BUILD.gn View 1 2 3 4 5 6 7 8 9 5 chunks +33 lines, -9 lines 0 comments Download
M build/toolchain/win/setup_toolchain.py View 1 2 3 4 5 3 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
Dirk Pranke
This seems to work for the use_goma=true case; I haven't tested the use_goma=false case yet, ...
6 years, 1 month ago (2014-11-20 03:47:13 UTC) #1
scottmg
https://codereview.chromium.org/738333002/diff/40001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/40001/build/config/BUILDCONFIG.gn#newcode377 build/config/BUILDCONFIG.gn:377: _default_symbols_config = "//build/config/compiler:no_symbols" this should be minimal_symbols not no_symbols, ...
6 years, 1 month ago (2014-11-20 04:58:34 UTC) #2
Dirk Pranke
https://codereview.chromium.org/738333002/diff/40001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/40001/build/config/BUILDCONFIG.gn#newcode377 build/config/BUILDCONFIG.gn:377: _default_symbols_config = "//build/config/compiler:no_symbols" On 2014/11/20 04:58:34, scottmg wrote: > ...
6 years, 1 month ago (2014-11-20 05:01:03 UTC) #3
Dirk Pranke
I think this is all of the updates. Please take another look?
6 years, 1 month ago (2014-11-21 01:10:54 UTC) #5
scottmg
https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn#newcode379 build/config/BUILDCONFIG.gn:379: # GOMA doesn't support full symbols on Win. Make ...
6 years, 1 month ago (2014-11-21 02:35:42 UTC) #6
Dirk Pranke
https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn#newcode379 build/config/BUILDCONFIG.gn:379: # GOMA doesn't support full symbols on Win. On ...
6 years, 1 month ago (2014-11-21 02:46:00 UTC) #7
brettw
https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn#newcode376 build/config/BUILDCONFIG.gn:376: import("//build/toolchain/goma.gni") This will make all goma variables global. I'd ...
6 years, 1 month ago (2014-11-21 05:28:03 UTC) #8
Dirk Pranke
https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/738333002/diff/80001/build/config/BUILDCONFIG.gn#newcode376 build/config/BUILDCONFIG.gn:376: import("//build/toolchain/goma.gni") On 2014/11/21 05:28:03, brettw wrote: > This will ...
6 years, 1 month ago (2014-11-21 17:00:57 UTC) #9
Dirk Pranke
Okay, Scott, I think this is more what you had in mind. Please take another ...
6 years, 1 month ago (2014-11-21 22:16:42 UTC) #11
scottmg
i don't understand the finer details of hiding the goma vars, but otherwise lgtm https://codereview.chromium.org/738333002/diff/120001/build/config/BUILDCONFIG.gn ...
6 years, 1 month ago (2014-11-21 22:26:59 UTC) #12
Dirk Pranke
Okay, I think this latest patch addresses both Scott's concerns about how we get the ...
6 years, 1 month ago (2014-11-22 00:14:40 UTC) #13
brettw
lgtm https://codereview.chromium.org/738333002/diff/160001/build/toolchain/win/BUILD.gn File build/toolchain/win/BUILD.gn (right): https://codereview.chromium.org/738333002/diff/160001/build/toolchain/win/BUILD.gn#newcode8 build/toolchain/win/BUILD.gn:8: # 64-bit host toolchain is supported, with either ...
6 years ago (2014-11-25 17:48:37 UTC) #14
Dirk Pranke
https://codereview.chromium.org/738333002/diff/160001/build/toolchain/win/BUILD.gn File build/toolchain/win/BUILD.gn (right): https://codereview.chromium.org/738333002/diff/160001/build/toolchain/win/BUILD.gn#newcode8 build/toolchain/win/BUILD.gn:8: # 64-bit host toolchain is supported, with either 32-bit ...
6 years ago (2014-12-02 20:18:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738333002/180001
6 years ago (2014-12-02 20:25:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/98903) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/88811) android_arm64_dbg_recipe ...
6 years ago (2014-12-02 20:29:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738333002/200001
6 years ago (2014-12-02 20:45:50 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738333002/220001
6 years ago (2014-12-02 21:03:07 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738333002/240001
6 years ago (2014-12-02 21:25:11 UTC) #25
commit-bot: I haz the power
Committed patchset #11 (id:240001)
6 years ago (2014-12-02 22:07:08 UTC) #26
commit-bot: I haz the power
6 years ago (2014-12-02 22:07:53 UTC) #27
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/c9960f39142de51b59f38d1ddc1f6fe7aad92cb0
Cr-Commit-Position: refs/heads/master@{#306469}

Powered by Google App Engine
This is Rietveld 408576698