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

Issue 2325783002: Split parts of //chrome/utility's BUILD.gn into //chrome/utility/safe_browsing/mac. (Closed)

Created:
4 years, 3 months ago by Robert Sesek
Modified:
4 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split parts of //chrome/utility's BUILD.gn into //chrome/utility/safe_browsing/mac. This also adds the crdmg target after fixing availability warnings. BUG=645810 NOPRESUBMIT=true Originally Committed: https://crrev.com/a2783c22659863b5cc5cf635eb13d5eb04f3603d Reverted: https://crrev.com/1cb270778f6337af7b5b61e70b9d78d99b2e8877 Committed: https://crrev.com/a8abcd3183b56f96a99155ece7b6e13b56606c11 Cr-Commit-Position: refs/heads/master@{#418091}

Patch Set 1 #

Patch Set 2 : gn check #

Total comments: 8

Patch Set 3 : Redeclare #

Total comments: 2

Patch Set 4 : comment #

Patch Set 5 : Fix gn --check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -49 lines) Patch
M chrome/utility/BUILD.gn View 3 chunks +2 lines, -49 lines 0 comments Download
A chrome/utility/safe_browsing/mac/BUILD.gn View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/crdmg.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (22 generated)
Robert Sesek
4 years, 3 months ago (2016-09-08 22:26:09 UTC) #8
Nico
https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn File chrome/utility/safe_browsing/mac/BUILD.gn (right): https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn#newcode53 chrome/utility/safe_browsing/mac/BUILD.gn:53: cflags = [ "-Wno-partial-availability" ] Fix the warnings instead? ...
4 years, 3 months ago (2016-09-08 22:29:12 UTC) #9
Robert Sesek
https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn File chrome/utility/safe_browsing/mac/BUILD.gn (right): https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn#newcode53 chrome/utility/safe_browsing/mac/BUILD.gn:53: cflags = [ "-Wno-partial-availability" ] On 2016/09/08 22:29:12, Nico ...
4 years, 3 months ago (2016-09-08 22:43:05 UTC) #10
Nico
https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn File chrome/utility/safe_browsing/mac/BUILD.gn (right): https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn#newcode53 chrome/utility/safe_browsing/mac/BUILD.gn:53: cflags = [ "-Wno-partial-availability" ] On 2016/09/08 22:43:05, Robert ...
4 years, 3 months ago (2016-09-09 20:31:59 UTC) #13
Robert Sesek
https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn File chrome/utility/safe_browsing/mac/BUILD.gn (right): https://codereview.chromium.org/2325783002/diff/20001/chrome/utility/safe_browsing/mac/BUILD.gn#newcode53 chrome/utility/safe_browsing/mac/BUILD.gn:53: cflags = [ "-Wno-partial-availability" ] On 2016/09/09 20:31:59, Nico ...
4 years, 3 months ago (2016-09-09 20:44:01 UTC) #16
Nico
lgtm, thanks! https://codereview.chromium.org/2325783002/diff/40001/chrome/utility/safe_browsing/mac/crdmg.cc File chrome/utility/safe_browsing/mac/crdmg.cc (right): https://codereview.chromium.org/2325783002/diff/40001/chrome/utility/safe_browsing/mac/crdmg.cc#newcode28 chrome/utility/safe_browsing/mac/crdmg.cc:28: extern "C" { Maybe add some `// ...
4 years, 3 months ago (2016-09-09 20:45:44 UTC) #18
Robert Sesek
https://codereview.chromium.org/2325783002/diff/40001/chrome/utility/safe_browsing/mac/crdmg.cc File chrome/utility/safe_browsing/mac/crdmg.cc (right): https://codereview.chromium.org/2325783002/diff/40001/chrome/utility/safe_browsing/mac/crdmg.cc#newcode28 chrome/utility/safe_browsing/mac/crdmg.cc:28: extern "C" { On 2016/09/09 20:45:44, Nico wrote: > ...
4 years, 3 months ago (2016-09-09 20:47:28 UTC) #19
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/2325783002/60001
4 years, 3 months ago (2016-09-09 20:49:02 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-09 21:57:52 UTC) #24
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/a2783c22659863b5cc5cf635eb13d5eb04f3603d Cr-Commit-Position: refs/heads/master@{#417725}
4 years, 3 months ago (2016-09-09 21:59:59 UTC) #26
mmoroz
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2334503002/ by mmoroz@chromium.org. ...
4 years, 3 months ago (2016-09-11 10:12:03 UTC) #27
Robert Sesek
On 2016/09/11 10:12:03, mmoroz wrote: > A revert of this CL (patchset #4 id:60001) has ...
4 years, 3 months ago (2016-09-12 21:40:40 UTC) #29
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/2325783002/80001
4 years, 3 months ago (2016-09-12 21:42:23 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-12 23:00:22 UTC) #35
commit-bot: I haz the power
4 years, 3 months ago (2016-09-12 23:03:14 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a8abcd3183b56f96a99155ece7b6e13b56606c11
Cr-Commit-Position: refs/heads/master@{#418091}

Powered by Google App Engine
This is Rietveld 408576698