DescriptionDEPS rule to restrict ui/views dependencies in c/b/ui/cocoa
Now that toolkit-views is linked in on Mac, it's possible to add
toolkit-views dependencies without an error. But code in c/b/ui/cocoa
should remain free of toolkit-views since we don't want to mix toolkits.
The exception is bridging classes that are used to integrate
toolkit-views with a Cocoa browser, but would become unnecessary in the
hypothetical world where the entire browser is tooklit-views. That is,
things in c/b/ui/cocoa shouldn't be linked in when mac_views_browser=1
in GYP_DEFINES.
BUG=425229
Committed: https://crrev.com/76e0a54543e89070695a03b83c7c7ad9f7a4edbf
Cr-Commit-Position: refs/heads/master@{#333418}
Patch Set 1 #Patch Set 2 : specifics #Patch Set 3 : need c/b/ui/views #Patch Set 4 : support views_cocoa and views_mac #
Total comments: 4
Patch Set 5 : fix manage_password_item_view_controller.mm #Messages
Total messages: 11 (2 generated)
|