DescriptionIntroduce the WebState iOS provider interface.
This interface will serve a purpose similar to that of WebContents on
content-based platforms.
This CL also changes the structure of the gypfiles under ios/ to be divided by
sub-module (e.g., base vs. chrome) rather than portion of the API layer
(consumer vs. provider). The latter structure was flawed in that it would
eventually have caused GYP to complain about circular dependencies:
provider targets from higher-level modules will have to depend on consumer
targets from lower-level modules, and consumer targets from higher-level
modules will have to depend on provider targets from lower-level modules.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209956
Patch Set 1 #Patch Set 2 : Add comment #Patch Set 3 : Fix #
Total comments: 14
Patch Set 4 : Response to review #
Messages
Total messages: 7 (0 generated)
|