DescriptionRefer internal PIEX library by using <include> tag in piex.pexe.txt.
We put PIEX internal library in ui/file_manager/internal directory. The
problem is we cannot access the resources in the directory by using
chrome-extension:// URL because it's not under extension directory.
Previously we prepared the dummy file of PIEX file in image_loader
extension, and assigns the same resource ID both to the dummy file and
internal library. It enabled the image loader extension to access
internal library via the URL of dummy file.
The CL removes the hack and adds <include> tag to the dummy file. The
contents of dummy file is replaced with the internal library by
<include> tag at the compile time.
BUG=642924
TEST=load raw file with official chrome
Committed: https://crrev.com/55e10010b0e3c851165f7b8af4465d05d525d729
Cr-Commit-Position: refs/heads/master@{#416358}
Patch Set 1 #
Messages
Total messages: 13 (5 generated)
|