| Index: chrome/browser/android/DEPS
|
| diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS
|
| index 20699e08ce34c73d7eb9ee3feca6f02c30d837ae..e87e76f4a26e93af9c34e709c7f1eb47ae9fcf69 100644
|
| --- a/chrome/browser/android/DEPS
|
| +++ b/chrome/browser/android/DEPS
|
| @@ -1,3 +1,12 @@
|
| include_rules = [
|
| "+components/web_contents_delegate_android",
|
| ]
|
| +specific_include_rules = {
|
| + "thumbnail_cache\.cc": [
|
| + "+third_party/android_opengl/etc1",
|
| + "+cc/resources",
|
| + ],
|
| + "thumbnail\.h": [
|
| + "+cc/resources",
|
| + ],
|
| +}
|
|
|