| Index: chrome/test/DEPS
|
| diff --git a/chrome/test/DEPS b/chrome/test/DEPS
|
| index 5472a7aab78023210791601b37b558ee10dbd736..611ce0fb8c188ef711c483417a4c75695f89998e 100644
|
| --- a/chrome/test/DEPS
|
| +++ b/chrome/test/DEPS
|
| @@ -12,9 +12,9 @@ include_rules = [
|
| # TODO(joi): Need to remove all of these and use only content/public, see
|
| # http://crbug.com/98716
|
| # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
|
| - "+content/common/debug_flags.h",
|
| - "+content/common/injection_test_dll.h",
|
| - "+content/renderer/mock_content_renderer_client.h",
|
| + "!content/common/debug_flags.h",
|
| + "!content/common/injection_test_dll.h",
|
| + "!content/renderer/mock_content_renderer_client.h",
|
| # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
|
|
|
| "+grit", # For generated headers
|
|
|