DescriptionMove the user agent styles sheets to blink_resources.grd (Part 2) with Unit test support
Blink should make use of blink_resources.grd for the inline resources of user agent stylesheets.
This removes the dependency upon using make-file-arrays.py which embeds these resources as strings.
This patch adds the necessary plumbing required for the webkit_unit_tests target.
As the resources are being moved into blink_resources.grd, this generates blink_resources.pak.
This pak doesn't exists as a separate pak file but its repacked into "content_shell.pak".
The same must be loaded into the data_pack_ of the TestContentClient so that the webkit (blink) unit
tests run successfully.
Part 1: https://codereview.chromium.org/436843004/
Part 1 with conditional: https://codereview.chromium.org/440683004/
Part 2: https://codereview.chromium.org/422023008
Part 3: https://codereview.chromium.org/438843004/
BUG=312586
Committed: https://crrev.com/4aa5cfbd5b3c15ebe2300e4db14067002b5df18d
Cr-Commit-Position: refs/heads/master@{#294554}
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #
Total comments: 2
Patch Set 3 : Added the content_shell_pak dependency! #Patch Set 4 : Modified for iOS related changes. #Patch Set 5 : Changes for swarming! #Patch Set 6 : Android uses different path for content_shell.pak #Patch Set 7 : Included asset extraction logic #Patch Set 8 : Generic logic to handle any paks packaged! #Patch Set 9 : Moved java changes to the dependent patch #Patch Set 10 : Patch after rebased! #
Messages
Total messages: 45 (15 generated)
|