Index: ui/android/DEPS |
diff --git a/ui/android/DEPS b/ui/android/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..38e67460b7f9bcdeafb08e440d45c8b1fe0e1588 |
--- /dev/null |
+++ b/ui/android/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ "+cc", |
no sievers
2014/12/02 00:25:06
Can you add "-cc/blink"?
no sievers
2014/12/02 00:26:02
Actually, even better, only allow cc/resources spe
Jaekyun Seok (inactive)
2014/12/02 03:13:12
Done.
|
+ "+content/public/browser/android/ui_resource_client_android.h", |
+ "+content/public/browser/android/ui_resource_provider.h", |
no sievers
2014/12/02 00:25:06
As a follow-up, can we eliminate these base class
Jaekyun Seok (inactive)
2014/12/02 03:13:12
I will do that in a separate CL as a follow-up.
|
+ "+jni", |
+ "+skia/ext", |
+ "+third_party/skia", |
+ "+ui/gfx", |
+] |