Allow chrome_shell_paks target to be reused
Currently, when multiple downstream targets depend on chrome_shell resource paks, ninja outputs several warnings similar to: ninja: warning: multiple rules generate ../assets/sample_apk/am.pak. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate ../assets/sample_apk/ar.pak. builds involving this target will not be correct; continuing anyway This commit refactors the pak copying logic into chrome_android_paks.gypi to allow proper reuse of the target. BUG=441011 Review URL: https://codereview.chromium.org/793943004 Cr-Commit-Position: refs/heads/master@{#312960}
Showing
Please register or sign in to comment