1include_rules = [
2  # draw_gl compiles its own shared library for a single entry point
3  # for testing. Therefore it cannot depend on any other module,
4  # except for shared definitions.
5  "-android_webview",
6  "+android_webview/public/browser",
7]
8