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

Issue 407093015: GN: Make chrome/{browser,common,renderer} compile on mac (Closed)

Created:
6 years, 5 months ago by jamesr
Modified:
6 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

GN: Make chrome/{browser,common,renderer} compile on mac This adds GN rules for google_toolbox_for_mac and generate_localize as well as fixing up various source issues that show up on the mac build. With this chrome/{browser,common,renderer} compile on mac (but probably don't fully link). R=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286364

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix up breakpad config stuff #

Patch Set 3 : fix dupe task_manager_mac source listing #

Total comments: 1

Patch Set 4 : line wrap and remove gpu_memory_buffer_factory_x11.cc from non-x11 builds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -46 lines) Patch
M breakpad/BUILD.gn View 1 5 chunks +21 lines, -8 lines 0 comments Download
A build/secondary/third_party/google_toolbox_for_mac/BUILD.gn View 1 1 chunk +203 lines, -0 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 2 chunks +25 lines, -26 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 chunks +2 lines, -1 line 0 comments Download
M components/breakpad/browser/BUILD.gn View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/common/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/media_options.gni View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
jamesr
Depends on https://codereview.chromium.org/389083002
6 years, 5 months ago (2014-07-23 06:35:23 UTC) #1
brettw
https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn File chrome/common/BUILD.gn (right): https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn#newcode200 chrome/common/BUILD.gn:200: "//breakpad/src", What is this for? Can depending on breakpad ...
6 years, 5 months ago (2014-07-23 18:04:17 UTC) #2
jamesr
https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn File chrome/common/BUILD.gn (right): https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn#newcode200 chrome/common/BUILD.gn:200: "//breakpad/src", On 2014/07/23 18:04:16, brettw wrote: > What is ...
6 years, 5 months ago (2014-07-23 19:57:29 UTC) #3
brettw
https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn File chrome/common/BUILD.gn (right): https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn#newcode200 chrome/common/BUILD.gn:200: "//breakpad/src", Try just removing it, I give 80% chance ...
6 years, 5 months ago (2014-07-23 20:02:39 UTC) #4
jamesr
On 2014/07/23 20:02:39, brettw wrote: > https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn > File chrome/common/BUILD.gn (right): > > https://codereview.chromium.org/407093015/diff/1/chrome/common/BUILD.gn#newcode200 > ...
6 years, 5 months ago (2014-07-23 20:03:55 UTC) #5
jamesr
OK, what's going on here is that chrome/common/crash_keys.cc #includes some breakpad headers in order to ...
6 years, 5 months ago (2014-07-24 06:40:48 UTC) #6
brettw
I like a source set with the necessary header and call it "breakad_headers" or whatever ...
6 years, 5 months ago (2014-07-25 21:10:35 UTC) #7
jamesr
This just makes //breakpad:client be a group on windows and mac with a dependent config ...
6 years, 4 months ago (2014-07-29 06:13:41 UTC) #8
brettw
lgtm https://codereview.chromium.org/407093015/diff/40001/chrome/browser/ui/BUILD.gn File chrome/browser/ui/BUILD.gn (right): https://codereview.chromium.org/407093015/diff/40001/chrome/browser/ui/BUILD.gn#newcode415 chrome/browser/ui/BUILD.gn:415: rebase_path(nib_gypi_values.mac_translated_xibs, root_build_dir, "//chrome") Can you wrap this like ...
6 years, 4 months ago (2014-07-29 20:36:47 UTC) #9
jamesr
The CQ bit was checked by jamesr@chromium.org
6 years, 4 months ago (2014-07-29 23:46:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/407093015/60001
6 years, 4 months ago (2014-07-29 23:48:32 UTC) #11
jamesr
The CQ bit was unchecked by jamesr@chromium.org
6 years, 4 months ago (2014-07-30 00:39:18 UTC) #12
jamesr
6 years, 4 months ago (2014-07-30 00:40:12 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 manually as r286364.

Powered by Google App Engine
This is Rietveld 408576698