| Index: android_webview/test/shell/src/draw_gl/DEPS
|
| diff --git a/android_webview/test/shell/src/draw_gl/DEPS b/android_webview/test/shell/src/draw_gl/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c55f31ac058d8916b61035d55386b289b83bf3da
|
| --- /dev/null
|
| +++ b/android_webview/test/shell/src/draw_gl/DEPS
|
| @@ -0,0 +1,7 @@
|
| +include_rules = [
|
| + # draw_gl compiles its own shared library for a single entry point
|
| + # for testing. Therefore it cannot depend on any other module,
|
| + # except for shared definitions.
|
| + "-android_webview",
|
| + "+android_webview/public/browser",
|
| +]
|
|
|