DescriptionEliminate components_unittests' dependence on chrome resources.
This CL changes components_unittests to create its own pakfile rather than
relying on the chrome pakfile. To do this it adds a repack step that repacks
the pakfiles that components_unittests needs into a
components_unittests_resources.pak file, and then loads that pakfile
explicitly.
This change means that components_unittests now passes after a clean build,
whereas before it would fail due to missing resources.
This is based on blundell's change: https://codereview.chromium.org/258043003/
BUG=348563, 450464
R=blundell@chromium.org, thakis@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/045c9bf1d36f35643a077891dedf24054f2032a3
Committed: https://chromium.googlesource.com/chromium/src/+/e98e8e7654b7e51f98e92514897f8e1284eaa571
Patch Set 1 #Patch Set 2 #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : try to fix ios #Patch Set 6 : try to fix android and ios #Patch Set 7 : disable one failing test on android and ios #
Total comments: 6
Patch Set 8 : fixes #
Messages
Total messages: 17 (5 generated)
|