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

Issue 142853004: Do not need to find depot_tools and run GN when GYP_GENERATORS=make (Closed)

Created:
6 years, 10 months ago by joone
Modified:
5 years, 1 month ago
Reviewers:
Nico, Paweł Hajdan Jr.
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Do not need to find depot_tools and run GN when GYP_GENERATORS=make When we build chromium with make, we do not need to find depot_tools and run GN because they are only used for running ninja. In this case, we can remove gtk+2 dependency in build environment because GN has gtk+2 dependency. BUG=none

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated Patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M build/gyp_chromium View 1 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
joone
Hi, Please take a look at my patch.
6 years, 10 months ago (2014-02-07 19:30:59 UTC) #1
Paweł Hajdan Jr.
Thank you for the patch. Some comments. https://codereview.chromium.org/142853004/diff/1/build/gyp_chromium File build/gyp_chromium (right): https://codereview.chromium.org/142853004/diff/1/build/gyp_chromium#newcode377 build/gyp_chromium:377: depot_tools_path = ...
6 years, 10 months ago (2014-02-10 18:43:24 UTC) #2
joone
On 2014/02/10 18:43:24, Paweł Hajdan Jr. wrote: > Thank you for the patch. Some comments. ...
6 years, 10 months ago (2014-02-14 22:15:17 UTC) #3
Paweł Hajdan Jr.
On 2014/02/14 22:15:17, joone wrote: > Checking "GYP_GENERATORS=make" seems more reasonable. > I will update ...
6 years, 10 months ago (2014-02-14 23:48:35 UTC) #4
Nico
This does not lgtm. gn is currently unused, but will be used to generate _gyp_ ...
6 years, 10 months ago (2014-02-17 05:45:58 UTC) #5
joone
6 years, 10 months ago (2014-02-17 19:05:45 UTC) #6
On 2014/02/17 05:45:58, Nico (away Feb 11 - Feb 17) wrote:
> This does not lgtm. gn is currently unused, but will be used to generate _gyp_
> files soon, which can then be used with any gyp generator. (Note that the make
> generator is no longer supported for building chromium.) So gn isn't really
> strongly connected to ninja at this point. (Eventually, once all gyp files are
> converted to gn files, gn will generate ninja files directly instead of gyp
> files, but that will take a while.)

Okay, I will try to use ninja in our build environment.

Thanks!

Powered by Google App Engine
This is Rietveld 408576698