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

Issue 599283003: Make gn check //mojo/public/* pass (Closed)

Created:
6 years, 3 months ago by jamesr
Modified:
6 years, 2 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Make gn check //mojo/public/* pass This adds a few header-only targets which are useful for explicitly tracking our dependencies and propagating configs. R=viettrungluu@chromium.org Committed: https://crrev.com/2225a856d788dcdd39c2f8eb70c50f7018b079cb Cr-Commit-Position: refs/heads/master@{#296900}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -85 lines) Patch
M mojo/public/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A + mojo/public/c/environment/BUILD.gn View 1 1 chunk +4 lines, -3 lines 0 comments Download
A mojo/public/c/gles2/BUILD.gn View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M mojo/public/c/system/BUILD.gn View 1 3 chunks +7 lines, -13 lines 0 comments Download
M mojo/public/c/system/tests/BUILD.gn View 1 2 chunks +4 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/BUILD.gn View 2 chunks +5 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 1 2 3 chunks +18 lines, -5 lines 0 comments Download
M mojo/public/cpp/bindings/tests/BUILD.gn View 1 3 chunks +16 lines, -11 lines 0 comments Download
M mojo/public/cpp/environment/BUILD.gn View 1 1 chunk +18 lines, -4 lines 0 comments Download
M mojo/public/cpp/environment/tests/BUILD.gn View 1 chunk +8 lines, -6 lines 0 comments Download
A mojo/public/cpp/system/BUILD.gn View 1 1 chunk +17 lines, -0 lines 0 comments Download
M mojo/public/cpp/system/tests/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/test_support/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/cpp/utility/BUILD.gn View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/public/cpp/utility/tests/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/gles2/BUILD.gn View 1 2 chunks +34 lines, -40 lines 0 comments Download
A mojo/public/platform/native/BUILD.gn View 1 1 chunk +26 lines, -0 lines 0 comments Download
M mojo/public/python/BUILD.gn View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
jamesr
6 years, 3 months ago (2014-09-25 00:25:10 UTC) #1
viettrungluu
https://codereview.chromium.org/599283003/diff/1/mojo/public/c/system/BUILD.gn File mojo/public/c/system/BUILD.gn (right): https://codereview.chromium.org/599283003/diff/1/mojo/public/c/system/BUILD.gn#newcode51 mojo/public/c/system/BUILD.gn:51: source_set("system") { Maybe it'd be more consistent (with the ...
6 years, 3 months ago (2014-09-25 00:36:22 UTC) #2
jamesr
OK, I'll make //mojo/public/c/system be the headers target and have //mojo/public/c/system:thunks be the private thunk ...
6 years, 3 months ago (2014-09-25 07:59:23 UTC) #3
jamesr
OK, PTAL
6 years, 2 months ago (2014-09-26 00:23:15 UTC) #4
viettrungluu
lgtm w/nits https://codereview.chromium.org/599283003/diff/20001/mojo/public/c/gles2/BUILD.gn File mojo/public/c/gles2/BUILD.gn (right): https://codereview.chromium.org/599283003/diff/20001/mojo/public/c/gles2/BUILD.gn#newcode22 mojo/public/c/gles2/BUILD.gn:22: Noooooooooooooooooooooooo, extra EOF newline. https://codereview.chromium.org/599283003/diff/20001/mojo/public/cpp/bindings/BUILD.gn File mojo/public/cpp/bindings/BUILD.gn ...
6 years, 2 months ago (2014-09-26 00:34:41 UTC) #5
jamesr
https://codereview.chromium.org/599283003/diff/20001/mojo/public/c/gles2/BUILD.gn File mojo/public/c/gles2/BUILD.gn (right): https://codereview.chromium.org/599283003/diff/20001/mojo/public/c/gles2/BUILD.gn#newcode22 mojo/public/c/gles2/BUILD.gn:22: On 2014/09/26 00:34:41, viettrungluu wrote: > Noooooooooooooooooooooooo, extra EOF ...
6 years, 2 months ago (2014-09-26 04:46:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599283003/40001
6 years, 2 months ago (2014-09-26 04:49:10 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/61065) win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/14029) win_chromium_rel_swarming ...
6 years, 2 months ago (2014-09-26 04:52:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599283003/60001
6 years, 2 months ago (2014-09-26 05:54:36 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 84175f79473271dbbeca42184cf30c5c7efe2e9f
6 years, 2 months ago (2014-09-26 06:53:05 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-09-26 06:53:46 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2225a856d788dcdd39c2f8eb70c50f7018b079cb
Cr-Commit-Position: refs/heads/master@{#296900}

Powered by Google App Engine
This is Rietveld 408576698