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

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed)

Created:
5 years ago by brettw
Modified:
5 years ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, tim+watch_chromium.org, zea+watch_chromium.org, pvalenzuela+watch_chromium.org, rouslan+autofill_chromium.org, jam, maxbogue+watch_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, plaree+watch_chromium.org, bondd+autofillwatch_chromium.org, scheib+watch_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add more components to "gn check", work on dom_distiller. Added components are: bitmap_uploader browser_sync dom_distiller exp proxy_config query_parser rappor renderer_context_menu resource_provider resources rlz safe_browsing_db safe_json scheduler search The dom distiller GN build was a little messed up. The JNI registrar files were in core but referenced files in content. I moved the registrar files to content/browser which is where they're needed and matches some other components. There were also some other duplicated java targets, and I split out the content build file into separate subdirectories and renamed the targets to match. TBR=dpranke@chromium.org BUG=562773 Committed: https://crrev.com/15764b1f1b8fe2d0ba0328235d55516ac3415276 Cr-Commit-Position: refs/heads/master@{#362234}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Scheduler #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : fix #

Patch Set 11 : fix #

Patch Set 12 : removed #

Patch Set 13 : dom_distiller #

Patch Set 14 : dom_distiller #

Patch Set 15 : dom_distiller #

Total comments: 7

Patch Set 16 : dom_distiller #

Patch Set 17 : Review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -261 lines) Patch
M .gn View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +17 lines, -18 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 10 chunks +92 lines, -72 lines 1 comment Download
M components/autofill/content/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/bitmap_uploader/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/browser_sync/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/dom_distiller.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +5 lines, -5 lines 0 comments Download
M components/dom_distiller/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -8 lines 0 comments Download
M components/dom_distiller/content/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -137 lines 0 comments Download
A components/dom_distiller/content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +72 lines, -0 lines 0 comments Download
A components/dom_distiller/content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A components/dom_distiller/content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +35 lines, -0 lines 0 comments Download
M components/dom_distiller/core/BUILD.gn View 2 chunks +0 lines, -3 lines 0 comments Download
M components/exo/BUILD.gn View 4 chunks +13 lines, -0 lines 0 comments Download
M components/nacl/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M components/proxy_config/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +14 lines, -0 lines 0 comments Download
M components/query_parser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/BUILD.gn View 3 chunks +13 lines, -3 lines 0 comments Download
M components/renderer_context_menu/BUILD.gn View 1 2 3 4 1 chunk +10 lines, -7 lines 0 comments Download
M components/resource_provider/BUILD.gn View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -0 lines 0 comments Download
M components/safe_browsing_db/BUILD.gn View 3 chunks +3 lines, -0 lines 0 comments Download
M components/safe_json/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/scheduler/BUILD.gn View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M components/search/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 86 (41 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/20001
5 years ago (2015-11-28 04:49:28 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/147193)
5 years ago (2015-11-28 04:53:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/40001
5 years ago (2015-11-28 05:30:07 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/35829)
5 years ago (2015-11-28 05:34:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/60001
5 years ago (2015-11-28 05:41:40 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/112749)
5 years ago (2015-11-28 05:44:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/80001
5 years ago (2015-11-28 06:05:58 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/146460) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years ago (2015-11-28 06:11:20 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/100001
5 years ago (2015-11-28 06:23:09 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163587)
5 years ago (2015-11-28 06:28:24 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/120001
5 years ago (2015-11-28 06:57:48 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163591)
5 years ago (2015-11-28 07:02:55 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/140001
5 years ago (2015-11-28 07:19:04 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163593)
5 years ago (2015-11-28 07:24:30 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/160001
5 years ago (2015-11-28 16:24:10 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/146475)
5 years ago (2015-11-28 16:28:58 UTC) #36
brettw
fix
5 years ago (2015-11-28 17:44:54 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/180001
5 years ago (2015-11-28 17:45:05 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163605)
5 years ago (2015-11-28 17:49:33 UTC) #41
brettw
fix
5 years ago (2015-11-28 17:58:04 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/200001
5 years ago (2015-11-28 17:58:09 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/146484)
5 years ago (2015-11-28 18:05:07 UTC) #46
brettw
removed
5 years ago (2015-11-29 16:18:45 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/220001
5 years ago (2015-11-29 16:19:01 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163646)
5 years ago (2015-11-29 16:41:20 UTC) #52
brettw
dom_distiller
5 years ago (2015-11-29 17:13:59 UTC) #55
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/240001
5 years ago (2015-11-29 17:14:04 UTC) #56
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163648)
5 years ago (2015-11-29 17:19:04 UTC) #58
brettw
dom_distiller
5 years ago (2015-11-29 17:24:38 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/260001
5 years ago (2015-11-29 17:24:49 UTC) #61
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/146526)
5 years ago (2015-11-29 17:29:36 UTC) #63
brettw
dom_distiller
5 years ago (2015-11-29 17:40:53 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/280001
5 years ago (2015-11-29 17:41:06 UTC) #66
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/163651)
5 years ago (2015-11-29 18:01:15 UTC) #68
brettw
dom_distiller
5 years ago (2015-11-29 18:19:13 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/300001
5 years ago (2015-11-29 18:19:22 UTC) #71
Dirk Pranke
https://codereview.chromium.org/1487433002/diff/280001/components/BUILD.gn File components/BUILD.gn (left): https://codereview.chromium.org/1487433002/diff/280001/components/BUILD.gn#oldcode473 components/BUILD.gn:473: if (!is_android) { doesn't moving these out cause them ...
5 years ago (2015-11-29 18:25:41 UTC) #72
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-29 19:26:51 UTC) #74
brettw
Review comments
5 years ago (2015-11-30 18:48:05 UTC) #76
brettw
New snap up. https://codereview.chromium.org/1487433002/diff/280001/components/BUILD.gn File components/BUILD.gn (left): https://codereview.chromium.org/1487433002/diff/280001/components/BUILD.gn#oldcode473 components/BUILD.gn:473: if (!is_android) { On 2015/11/29 18:25:41, ...
5 years ago (2015-11-30 18:48:31 UTC) #77
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/320001
5 years ago (2015-11-30 18:50:03 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1487433002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1487433002/320001
5 years ago (2015-11-30 20:12:29 UTC) #81
commit-bot: I haz the power
Committed patchset #17 (id:320001)
5 years ago (2015-11-30 22:11:13 UTC) #83
commit-bot: I haz the power
Patchset 17 (id:??) landed as https://crrev.com/15764b1f1b8fe2d0ba0328235d55516ac3415276 Cr-Commit-Position: refs/heads/master@{#362234}
5 years ago (2015-11-30 22:12:10 UTC) #85
Dirk Pranke
5 years ago (2015-12-01 02:11:42 UTC) #86
Message was sent while issue was closed.
lgtm, though we should be on the lookout for a possible ios breakage as noted
below (of course, the bots aren't live yet).

https://codereview.chromium.org/1487433002/diff/320001/components/BUILD.gn
File components/BUILD.gn (right):

https://codereview.chromium.org/1487433002/diff/320001/components/BUILD.gn#ne...
components/BUILD.gn:531: deps += [ "//components/rlz:unit_tests" ]
I think this'll now get pulled in on iOS (where enable_rlz_support is also true)
where it wasn't before,
but that's probably (?) okay. If not, we can fix it later.

Powered by Google App Engine
This is Rietveld 408576698