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

Issue 259823005: Add GN targets for mojom generator (Closed)

Created:
6 years, 7 months ago by yzshen1
Modified:
6 years, 7 months ago
Reviewers:
brettw, viettrungluu
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -46 lines) Patch
M BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M content/content_common_mojo_bindings.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
A + mojo/BUILD.gn View 1 2 3 4 5 1 chunk +4 lines, -7 lines 0 comments Download
M mojo/mojo.gyp View 1 2 3 4 5 5 chunks +7 lines, -6 lines 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 4 5 4 chunks +5 lines, -5 lines 0 comments Download
M mojo/mojo_public.gypi View 1 2 3 4 5 7 chunks +17 lines, -8 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 4 5 4 chunks +8 lines, -8 lines 0 comments Download
A mojo/public/cpp/bindings/BUILD.gn View 1 2 3 4 5 1 chunk +45 lines, -0 lines 2 comments Download
A mojo/public/interfaces/bindings/tests/BUILD.gn View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A + mojo/public/js/bindings/BUILD.gn View 1 2 3 4 5 1 chunk +6 lines, -6 lines 0 comments Download
A mojo/public/tools/bindings/mojom.gni View 1 2 3 4 5 1 chunk +88 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/mojom_bindings_generator.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
yzshen1
Hi, Brett and Trung Would you please take a look? viettrungluu@chromium.org: OWNER and general idea. ...
6 years, 7 months ago (2014-04-28 19:39:34 UTC) #1
brettw
lgtm https://codereview.chromium.org/259823005/diff/40001/mojo/public/tools/bindings/mojom.gni File mojo/public/tools/bindings/mojom.gni (right): https://codereview.chromium.org/259823005/diff/40001/mojo/public/tools/bindings/mojom.gni#newcode77 mojo/public/tools/bindings/mojom.gni:77: include_dirs = [ root_gen_dir ] This should be ...
6 years, 7 months ago (2014-04-28 19:46:23 UTC) #2
yzshen1
Thanks Brett. https://codereview.chromium.org/259823005/diff/40001/mojo/public/tools/bindings/mojom.gni File mojo/public/tools/bindings/mojom.gni (right): https://codereview.chromium.org/259823005/diff/40001/mojo/public/tools/bindings/mojom.gni#newcode77 mojo/public/tools/bindings/mojom.gni:77: include_dirs = [ root_gen_dir ] On 2014/04/28 ...
6 years, 7 months ago (2014-04-28 20:40:29 UTC) #3
viettrungluu
https://codereview.chromium.org/259823005/diff/60001/mojo/BUILD.gn File mojo/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/60001/mojo/BUILD.gn#newcode11 mojo/BUILD.gn:11: Nooooooooooooooooooooooooooooooooooooooooooooooo. Extra blank line. :) https://codereview.chromium.org/259823005/diff/60001/mojo/public/BUILD.gn File mojo/public/BUILD.gn (right): ...
6 years, 7 months ago (2014-04-28 21:25:50 UTC) #4
yzshen1
Thanks Trung! https://codereview.chromium.org/259823005/diff/60001/mojo/BUILD.gn File mojo/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/60001/mojo/BUILD.gn#newcode11 mojo/BUILD.gn:11: On 2014/04/28 21:25:50, viettrungluu wrote: > Nooooooooooooooooooooooooooooooooooooooooooooooo. ...
6 years, 7 months ago (2014-04-28 22:57:19 UTC) #5
viettrungluu
https://codereview.chromium.org/259823005/diff/60001/mojo/public/BUILD.gn File mojo/public/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/60001/mojo/public/BUILD.gn#newcode1 mojo/public/BUILD.gn:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 7 months ago (2014-04-28 23:32:47 UTC) #6
yzshen1
Thanks, Trung. Please take another look. https://codereview.chromium.org/259823005/diff/60001/mojo/public/BUILD.gn File mojo/public/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/60001/mojo/public/BUILD.gn#newcode1 mojo/public/BUILD.gn:1: # Copyright 2014 ...
6 years, 7 months ago (2014-04-29 03:58:12 UTC) #7
viettrungluu
lgtm https://codereview.chromium.org/259823005/diff/100001/mojo/public/cpp/bindings/BUILD.gn File mojo/public/cpp/bindings/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/100001/mojo/public/cpp/bindings/BUILD.gn#newcode7 mojo/public/cpp/bindings/BUILD.gn:7: "allocation_scope.h", I wonder if we should separate the ...
6 years, 7 months ago (2014-04-29 21:59:22 UTC) #8
yzshen1
https://codereview.chromium.org/259823005/diff/100001/mojo/public/cpp/bindings/BUILD.gn File mojo/public/cpp/bindings/BUILD.gn (right): https://codereview.chromium.org/259823005/diff/100001/mojo/public/cpp/bindings/BUILD.gn#newcode7 mojo/public/cpp/bindings/BUILD.gn:7: "allocation_scope.h", On 2014/04/29 21:59:22, viettrungluu wrote: > I wonder ...
6 years, 7 months ago (2014-04-29 22:01:12 UTC) #9
yzshen1
The CQ bit was checked by yzshen@chromium.org
6 years, 7 months ago (2014-04-29 22:01:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/259823005/100001
6 years, 7 months ago (2014-04-29 22:03:52 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 23:20:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 23:20:27 UTC) #13
yzshen1
The CQ bit was checked by yzshen@chromium.org
6 years, 7 months ago (2014-04-30 00:24:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/259823005/100001
6 years, 7 months ago (2014-04-30 00:26:29 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 01:41:01 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-30 01:41:01 UTC) #17
yzshen1
6 years, 7 months ago (2014-04-30 05:27:09 UTC) #18
Message was sent while issue was closed.
Committed patchset #6 manually as r267086 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698