[Modularization] Make InfoBarIdentifier referrable from multiple places outside chrome/android
Currently InfoBarIdentifier class generated from enum in infobar_delegate.h is only available as a source file to be included through srcjar_deps. This makes it impossible to refer to it from both chrome/android and chrome/browser. This CL adds an android_library target for the generated file, allowing it to be referred from multiple targets through deps. BUG=1056346 R=pkasting@chromium.org,twellington@chromium.org Change-Id: I054fb864c7503006e6aa8bf3fc0aedc22d3c8d7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079833Reviewed-by:Peter Kasting <pkasting@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#745439}
Showing
Please register or sign in to comment