forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iOS] Have showcase bundle web resources
//ios/web, like //content, has a general assumption that it should be able to get at its own internal resources via WebClient::GetDataResource(). This is currently not true among all //ios/web embedders, but an upcoming CL will rely on this functionality. This CL adds bundling of iOS web resources into Showcase and makes those resources available to //ios/web. In an ideal world, it seems that Showcase wouldn't be an //ios/web embedder at all, in which case these requirements would become irrelevant for Showcase. Bug: 731588 Change-Id: I19b2f9b103bfe5674ee3e2100cb40174cd30dc4c Reviewed-on: https://chromium-review.googlesource.com/558063 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#484010}
- Loading branch information
1 parent
3f61513
commit 24db7f8
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters