| Index: third_party/WebKit/Source/web/tests/DEPS | 
| diff --git a/third_party/WebKit/Source/web/tests/DEPS b/third_party/WebKit/Source/web/tests/DEPS | 
| index 47f1592ac7eba1ac8b2ec0c7dc8acaa38d6a8b7d..6523a0c70c76b6cee81bff2ca3d788676b1acb2a 100644 | 
| --- a/third_party/WebKit/Source/web/tests/DEPS | 
| +++ b/third_party/WebKit/Source/web/tests/DEPS | 
| @@ -1,16 +1,11 @@ | 
| include_rules = [ | 
| +    "+base", | 
| "+mojo/public/cpp/bindings", | 
| "+web/tests", | 
| ] | 
|  | 
| specific_include_rules = { | 
| 'RunAllTests\.cpp': [ | 
| -        "+base/bind.h", | 
| -        "+base/bind_helpers.h", | 
| -        "+base/run_loop.h", | 
| -        "+base/test/launcher/unit_test_launcher.h", | 
| -        "+base/test/test_suite.h", | 
| -        "+base/threading/thread_task_runner_handle.h", | 
| "+content/test/blink_test_environment.h", | 
| "+mojo/edk/embedder/embedder.h", | 
| ], | 
|  |