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

Issue 2189713003: recipes: Add a GN flavor. (Closed)

Created:
4 years, 4 months ago by jcgregorio
Modified:
4 years, 4 months ago
Reviewers:
borenet, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : incorporate flavor #

Total comments: 8

Patch Set 3 : train #

Patch Set 4 : same #

Patch Set 5 : clean #

Patch Set 6 : clean #

Patch Set 7 : review #

Patch Set 8 : wintests #

Total comments: 2

Patch Set 9 : build all the things #

Total comments: 10

Patch Set 10 : review #

Patch Set 11 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -48 lines) Patch
M infra/bots/recipe_modules/skia/api.py View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -0 lines 0 comments Download
M infra/bots/recipe_modules/skia/fake_specs.py View 1 2 3 4 5 6 7 8 9 2 chunks +58 lines, -0 lines 0 comments Download
A infra/bots/recipe_modules/skia/gn_flavor.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_compile.py View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A + infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json View 1 2 3 4 5 6 7 8 9 10 4 chunks +42 lines, -10 lines 0 comments Download
A + infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json View 1 2 3 4 5 6 7 8 9 10 3 chunks +29 lines, -31 lines 0 comments Download
M infra/bots/recipes/swarm_trigger.py View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json View 1 2 3 4 5 6 7 8 9 10 7 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
borenet
https://codereview.chromium.org/2189713003/diff/20001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/20001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode15 infra/bots/recipe_modules/skia/gn_flavor.py:15: cwd=self._skia_api.m.path['checkout']) Prefer cwd=self._skia_api.skia_dir here and below. https://codereview.chromium.org/2189713003/diff/20001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode18 infra/bots/recipe_modules/skia/gn_flavor.py:18: 'true' ...
4 years, 4 months ago (2016-07-27 19:51:37 UTC) #3
jcgregorio
https://codereview.chromium.org/2189713003/diff/20001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/20001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode15 infra/bots/recipe_modules/skia/gn_flavor.py:15: cwd=self._skia_api.m.path['checkout']) On 2016/07/27 at 19:51:37, borenet wrote: > Prefer ...
4 years, 4 months ago (2016-07-27 20:01:01 UTC) #4
jcgregorio
4 years, 4 months ago (2016-07-27 20:01:37 UTC) #5
mtklein
https://codereview.chromium.org/2189713003/diff/140001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/140001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode32 infra/bots/recipe_modules/skia/gn_flavor.py:32: ninja_cmd = ['ninja', '-C', out_dir, 'skia'] Drop 'skia' so ...
4 years, 4 months ago (2016-07-27 20:06:31 UTC) #7
jcgregorio
https://codereview.chromium.org/2189713003/diff/140001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/140001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode32 infra/bots/recipe_modules/skia/gn_flavor.py:32: ninja_cmd = ['ninja', '-C', out_dir, 'skia'] On 2016/07/27 at ...
4 years, 4 months ago (2016-07-27 20:12:22 UTC) #8
borenet
https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/api.py File infra/bots/recipe_modules/skia/api.py (right): https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/api.py#newcode70 infra/bots/recipe_modules/skia/api.py:70: return 'GN' in builder_cfg.get('extra_config', '') Not sure if we ...
4 years, 4 months ago (2016-07-28 14:23:27 UTC) #9
mtklein
https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode27 infra/bots/recipe_modules/skia/gn_flavor.py:27: gn_gen = [gn_exe, 'gen', out_dir, '--args=%s' % ' '.join(gn_args)] ...
4 years, 4 months ago (2016-07-28 14:25:10 UTC) #10
jcgregorio
https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/api.py File infra/bots/recipe_modules/skia/api.py (right): https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/api.py#newcode70 infra/bots/recipe_modules/skia/api.py:70: return 'GN' in builder_cfg.get('extra_config', '') On 2016/07/28 at 14:23:27, ...
4 years, 4 months ago (2016-07-28 15:26:26 UTC) #11
mtklein
https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode27 infra/bots/recipe_modules/skia/gn_flavor.py:27: gn_gen = [gn_exe, 'gen', out_dir, '--args=%s' % ' '.join(gn_args)] ...
4 years, 4 months ago (2016-07-28 15:30:11 UTC) #12
mtklein
Man it's cool that we can use the trybots for this.
4 years, 4 months ago (2016-07-28 15:31:50 UTC) #13
jcgregorio
https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py File infra/bots/recipe_modules/skia/gn_flavor.py (right): https://codereview.chromium.org/2189713003/diff/160001/infra/bots/recipe_modules/skia/gn_flavor.py#newcode27 infra/bots/recipe_modules/skia/gn_flavor.py:27: gn_gen = [gn_exe, 'gen', out_dir, '--args=%s' % ' '.join(gn_args)] ...
4 years, 4 months ago (2016-07-28 15:33:17 UTC) #14
mtklein
> Yeah, it is, I copied this from the pdfium flavor which does the same ...
4 years, 4 months ago (2016-07-28 15:34:18 UTC) #15
jcgregorio
On 2016/07/28 at 15:34:18, mtklein wrote: > > Yeah, it is, I copied this from ...
4 years, 4 months ago (2016-07-28 15:40:17 UTC) #16
mtklein
lgtm
4 years, 4 months ago (2016-07-28 15:48:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2189713003/200001
4 years, 4 months ago (2016-07-28 15:49:38 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 16:39:03 UTC) #21
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/ba59595ea3b5c4a632ba5a67e47d7ac96d93ee39

Powered by Google App Engine
This is Rietveld 408576698