| Index: components/sad_tab/cocoa/DEPS
|
| diff --git a/components/sad_tab/cocoa/DEPS b/components/sad_tab/cocoa/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..71b107b1bdd9e55217d26f20eb944ee8dfa822ea
|
| --- /dev/null
|
| +++ b/components/sad_tab/cocoa/DEPS
|
| @@ -0,0 +1,12 @@
|
| +include_rules = [
|
| + "+third_party/google_toolbox_for_mac/src",
|
| + "+ui/gfx",
|
| +]
|
| +
|
| +specific_include_rules = {
|
| + "sad_tab_controller_unittest.mm": [
|
| + "!chrome/browser/ui/cocoa/cocoa_test_helper.h",
|
| + "!chrome/test/base/chrome_render_view_host_test_harness.h",
|
| + "!chrome/test/base/testing_profile.h",
|
| + ]
|
| +}
|
|
|