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

Issue 1310513006: Adding components to dependencies on iOS. (Closed)

Created:
5 years, 3 months ago by sherouk
Modified:
3 years, 9 months ago
CC:
chromium-reviews, Alexei Svitkine (slow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding components to dependencies on iOS. Removing all targets from components so i can add one at a time and check that it works correctly. Adding components/bookmarks. components/bookmarks is building correctly but it needs ios/web gn files that are not written yet. BUG=459705 Committed: https://crrev.com/dc35ba27660f5e0a26ab4e9495efdaaf829afb10 Cr-Commit-Position: refs/heads/master@{#350148}

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 10

Patch Set 3 : Cleaning code. #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Total comments: 3

Patch Set 6 : Fixing errors #

Total comments: 1

Patch Set 7 : #

Total comments: 1

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : Removing duplicated block. #

Total comments: 1

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : Rebasing. #

Patch Set 21 : Removing conflict #

Patch Set 22 : Removing conflict. #

Patch Set 23 : Rebasing #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -386 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +1 line, -1 line 0 comments Download
M base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -7 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/version.gni View 1 chunk +3 lines, -0 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 17 18 19 20 21 22 8 chunks +346 lines, -362 lines 1 comment Download
M components/favicon.gypi View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M components/favicon/core/BUILD.gn View 2 chunks +7 lines, -3 lines 1 comment Download
M components/metrics/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -10 lines 0 comments Download
M components/signin/core/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/version_info/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 120 (64 generated)
sherouk
Can you review please?
5 years, 3 months ago (2015-09-09 14:11:51 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1310513006/diff/1/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/1/components/BUILD.gn#newcode186 components/BUILD.gn:186: #} just delete this block now? https://codereview.chromium.org/1310513006/diff/1/components/BUILD.gn#newcode312 components/BUILD.gn:312: # ...
5 years, 3 months ago (2015-09-09 20:37:29 UTC) #3
sdefresne
https://codereview.chromium.org/1310513006/diff/1/components/test/run_all_unittests.cc File components/test/run_all_unittests.cc (right): https://codereview.chromium.org/1310513006/diff/1/components/test/run_all_unittests.cc#newcode100 components/test/run_all_unittests.cc:100: #if !defined(OS_IOS) On 2015/09/09 at 20:37:28, Dirk Pranke wrote: ...
5 years, 3 months ago (2015-09-10 08:45:49 UTC) #4
sdefresne
5 years, 3 months ago (2015-09-10 08:46:51 UTC) #5
sherouk
Changes done.
5 years, 3 months ago (2015-09-10 16:00:05 UTC) #17
Dirk Pranke
https://codereview.chromium.org/1310513006/diff/220001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/220001/components/BUILD.gn#newcode184 components/BUILD.gn:184: if (!enable_configuration_policy && !is_ios) { it seems like many ...
5 years, 3 months ago (2015-09-10 22:19:43 UTC) #18
sherouk
Changes done. can you review it? https://codereview.chromium.org/1310513006/diff/220001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/220001/components/BUILD.gn#newcode184 components/BUILD.gn:184: if (!enable_configuration_policy && ...
5 years, 3 months ago (2015-09-11 16:54:43 UTC) #23
Dirk Pranke
lgtm, thanks! https://codereview.chromium.org/1310513006/diff/300001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/300001/components/BUILD.gn#newcode501 components/BUILD.gn:501: if (!is_ios) { I wouldn't expect this ...
5 years, 3 months ago (2015-09-11 17:03:59 UTC) #24
jochen (gone - plz use gerrit)
lgtm
5 years, 3 months ago (2015-09-14 09:42:42 UTC) #25
sherouk
On 2015/09/11 17:03:59, Dirk Pranke wrote: > lgtm, thanks! > > https://codereview.chromium.org/1310513006/diff/300001/components/BUILD.gn > File components/BUILD.gn ...
5 years, 3 months ago (2015-09-14 13:10:58 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/320001
5 years, 3 months ago (2015-09-14 13:11:20 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115552)
5 years, 3 months ago (2015-09-14 13:14:22 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/340001
5 years, 3 months ago (2015-09-14 13:20:40 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115555)
5 years, 3 months ago (2015-09-14 13:23:43 UTC) #36
sdefresne
https://codereview.chromium.org/1310513006/diff/340001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/340001/components/BUILD.gn#newcode37 components/BUILD.gn:37: deps = [ needs to be "deps += [" ...
5 years, 3 months ago (2015-09-14 13:32:03 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/360001
5 years, 3 months ago (2015-09-14 14:09:39 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115571)
5 years, 3 months ago (2015-09-14 14:13:44 UTC) #42
sdefresne
https://codereview.chromium.org/1310513006/diff/360001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/360001/components/BUILD.gn#newcode453 components/BUILD.gn:453: sources = [ this should be "sources += ["
5 years, 3 months ago (2015-09-14 14:31:25 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/400001
5 years, 3 months ago (2015-09-14 14:40:37 UTC) #47
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/115011) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-14 14:44:06 UTC) #49
sdefresne
https://codereview.chromium.org/1310513006/diff/400001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/400001/components/BUILD.gn#newcode451 components/BUILD.gn:451: repack("components_tests_pak") { This is incorrect it should be: repack("components_tests_pak") ...
5 years, 3 months ago (2015-09-14 15:52:59 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/420001
5 years, 3 months ago (2015-09-14 16:33:07 UTC) #53
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/115062) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-14 16:40:16 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/460001
5 years, 3 months ago (2015-09-14 16:45:45 UTC) #58
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/115068) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-14 16:50:36 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/480001
5 years, 3 months ago (2015-09-14 16:58:12 UTC) #63
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/115074) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-14 17:04:12 UTC) #65
sdefresne
I think this CL need some more work before we can send it to the ...
5 years, 3 months ago (2015-09-15 13:14:50 UTC) #66
sherouk
On 2015/09/15 13:14:50, sdefresne wrote: > I think this CL need some more work before ...
5 years, 3 months ago (2015-09-15 14:17:26 UTC) #68
sdefresne
On 2015/09/15 at 14:17:26, sherouk wrote: > On 2015/09/15 13:14:50, sdefresne wrote: > > I ...
5 years, 3 months ago (2015-09-15 15:51:48 UTC) #69
Dirk Pranke
On 2015/09/15 13:14:50, sdefresne wrote: > dpranke: I'm surprise that the following snippet does not ...
5 years, 3 months ago (2015-09-15 20:54:49 UTC) #70
Dirk Pranke
lgtm assuming the try jobs pass.
5 years, 3 months ago (2015-09-15 20:59:05 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/740001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/740001
5 years, 3 months ago (2015-09-18 12:03:36 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/101470)
5 years, 3 months ago (2015-09-18 12:15:47 UTC) #80
chromium-reviews
Looks like it is again failing with patch failure. I guess you'll have to again ...
5 years, 3 months ago (2015-09-18 12:19:17 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/760001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/760001
5 years, 3 months ago (2015-09-18 12:38:52 UTC) #84
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/117367) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-18 12:42:13 UTC) #86
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/780001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/780001
5 years, 3 months ago (2015-09-18 12:51:59 UTC) #89
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/117371) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-18 12:55:30 UTC) #91
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/800001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/800001
5 years, 3 months ago (2015-09-18 12:57:54 UTC) #94
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/101482)
5 years, 3 months ago (2015-09-18 13:08:04 UTC) #96
sherouk
Can you review please?
5 years, 3 months ago (2015-09-18 13:34:12 UTC) #100
sdefresne
On 2015/09/18 at 13:34:12, sherouk wrote: > Can you review please? brettw: I think we ...
5 years, 3 months ago (2015-09-21 12:27:47 UTC) #102
brettw
lgtm
5 years, 3 months ago (2015-09-22 05:05:10 UTC) #103
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/860001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/860001
5 years, 3 months ago (2015-09-22 12:30:31 UTC) #106
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/110508)
5 years, 3 months ago (2015-09-22 13:12:11 UTC) #108
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1310513006/860001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1310513006/860001
5 years, 3 months ago (2015-09-22 14:04:17 UTC) #110
commit-bot: I haz the power
Committed patchset #23 (id:860001)
5 years, 3 months ago (2015-09-22 14:09:44 UTC) #111
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/dc35ba27660f5e0a26ab4e9495efdaaf829afb10 Cr-Commit-Position: refs/heads/master@{#350148}
5 years, 3 months ago (2015-09-22 14:11:14 UTC) #112
blundell
https://codereview.chromium.org/1310513006/diff/860001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1310513006/diff/860001/components/BUILD.gn#newcode390 components/BUILD.gn:390: "//components/variations:unit_tests", It looks like this CL didn't move over ...
5 years, 2 months ago (2015-10-15 08:41:39 UTC) #114
sdefresne
On 2015/10/15 at 08:41:39, blundell wrote: > https://codereview.chromium.org/1310513006/diff/860001/components/BUILD.gn > File components/BUILD.gn (right): > > https://codereview.chromium.org/1310513006/diff/860001/components/BUILD.gn#newcode390 ...
5 years, 2 months ago (2015-10-19 06:16:41 UTC) #115
blundell
On 2015/10/19 06:16:41, sdefresne (OOO till 19th Oct.) wrote: > On 2015/10/15 at 08:41:39, blundell ...
5 years, 2 months ago (2015-10-19 06:19:54 UTC) #116
sdefresne
On 2015/10/19 at 06:19:54, blundell wrote: > On 2015/10/19 06:16:41, sdefresne (OOO till 19th Oct.) ...
5 years, 2 months ago (2015-10-19 14:56:24 UTC) #117
blundell
On 2015/10/19 14:56:24, sdefresne (OOO till 19th Oct.) wrote: > On 2015/10/19 at 06:19:54, blundell ...
5 years, 2 months ago (2015-10-19 14:57:07 UTC) #118
Alexei Svitkine (slow)
I think it's being fixed already by this CL: https://codereview.chromium.org/1404583004/ On Mon, Oct 19, 2015 ...
5 years, 2 months ago (2015-10-19 15:03:40 UTC) #119
blundell
3 years, 9 months ago (2017-03-22 10:29:09 UTC) #120
Message was sent while issue was closed.
https://codereview.chromium.org/1310513006/diff/860001/components/favicon/cor...
File components/favicon/core/BUILD.gn (right):

https://codereview.chromium.org/1310513006/diff/860001/components/favicon/cor...
components/favicon/core/BUILD.gn:36: if (!is_ios) {
FYI, these files should just be moved to //components/favicon/content. I'll do
that when I have some free cycles.

In general it merits a second look if you're inserting a !is_ios block in a
//components/foo/core/BUILD.gn file, since the purpose of //components/foo/core
is precisely to share code between iOS and other platforms.

Powered by Google App Engine
This is Rietveld 408576698