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

Issue 2873203002: Add public_deps for //ios/chrome/browser/tabs and //ios/chrome/browser/ui/tabs (Closed)

Created:
3 years, 7 months ago by mattm
Modified:
3 years, 7 months ago
CC:
chromium-reviews, marq+watch_chromium.org, ios-reviews+chrome_chromium.org, noyau+watch_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add public_deps for //ios/chrome/browser/tabs, //ios/chrome/browser/ui/tabs and //ios/web //ios/chrome/browser/tabs details: tab.h includes files from these targets, therefore they are part of //ios/chrome/browser/tabs public interface. Example error: In file included from ../../ios/chrome/browser/ui/stack_view/stack_view_egtest.mm:13: In file included from ../../ios/chrome/browser/tabs/tab.h:17: In file included from ../../ios/web/public/web_state/ui/crw_web_delegate.h:15: In file included from ../../ios/web/public/ssl_status.h:12: In file included from ../../net/cert/x509_certificate.h:25: ../../third_party/boringssl/src/include/openssl/base.h:71:10: fatal error: 'openssl/is_boringssl.h' file not found //ios/chrome/browser/ui/tabs details: tab_view.h includes headers from these targets, thus they are part of //ios/chrome/browser/ui/tabs public interface. Example error: In file included from ../../ios/chrome/browser/ui/tabs/tab_strip_egtest.mm:9: In file included from ../../ios/chrome/browser/ui/tabs/tab_view.h:11: In file included from ../../ios/chrome/browser/tabs/tab.h:17: In file included from ../../ios/web/public/web_state/ui/crw_web_delegate.h:15: In file included from ../../ios/web/public/ssl_status.h:12: In file included from ../../net/cert/x509_certificate.h:25: ../../third_party/boringssl/src/include/openssl/base.h:71:10: fatal error: 'openssl/is_boringssl.h' file not found //ios/web:web_arc details: ssl_status.h includes headers from net, thus they are part of //ios/web:web_arc public interface. Example error: In file included from ../../ios/chrome/browser/ui/payments/payment_request_manager.mm:31: In file included from ../../ios/web/public/ssl_status.h:12: In file included from ../../net/cert/x509_certificate.h:25: ../../third_party/boringssl/src/include/openssl/base.h:71:10: fatal error: 'openssl/is_boringssl.h' file not found BUG=none Review-Url: https://codereview.chromium.org/2873203002 Cr-Commit-Position: refs/heads/master@{#471037} Committed: https://chromium.googlesource.com/chromium/src/+/2791788c6454704a4d6f8f6a917a3017b20f966a

Patch Set 1 #

Patch Set 2 : review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M ios/chrome/browser/tabs/BUILD.gn View 1 1 chunk +3 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/tabs/BUILD.gn View 1 2 chunks +3 lines, -1 line 0 comments Download
M ios/web/BUILD.gn View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 21 (12 generated)
mattm
3 years, 7 months ago (2017-05-10 01:33:43 UTC) #4
rohitrao (ping after 24h)
+sdefresne because I've never been clear on the rules for public_deps.
3 years, 7 months ago (2017-05-10 12:55:49 UTC) #8
sdefresne
On 2017/05/10 12:55:49, rohitrao (ping after 24h) wrote: > +sdefresne because I've never been clear ...
3 years, 7 months ago (2017-05-10 14:16:31 UTC) #9
mattm
On 2017/05/10 14:16:31, sdefresne wrote: > On 2017/05/10 12:55:49, rohitrao (ping after 24h) wrote: > ...
3 years, 7 months ago (2017-05-10 17:30:48 UTC) #11
sdefresne
lgtm For //ios/chrome/browser/tabs, I think that Tab class should eventually be refactored so that the ...
3 years, 7 months ago (2017-05-11 10:27:28 UTC) #12
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/2873203002/20001
3 years, 7 months ago (2017-05-11 17:07:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/212883)
3 years, 7 months ago (2017-05-11 18:34:50 UTC) #16
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/2873203002/20001
3 years, 7 months ago (2017-05-11 18:43:33 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 19:17:35 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2791788c6454704a4d6f8f6a917a...

Powered by Google App Engine
This is Rietveld 408576698