Chromium Code Reviews| Index: chrome/browser/chromeos/options/DEPS |
| diff --git a/chrome/browser/chromeos/options/DEPS b/chrome/browser/chromeos/options/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ca8436a6b47179a67c679d1ba8b9bf2731519e1 |
| --- /dev/null |
| +++ b/chrome/browser/chromeos/options/DEPS |
| @@ -0,0 +1,6 @@ |
| +include_rules = [ |
| + # TODO(xdai): Remove this DEPS file after layout_delegate.h/cc is moved to a |
| + # better place. |
| + "!chrome/browser/ui/views/harmony/layout_delegate.h", |
|
xiyuan
2017/01/30 16:59:10
Would "gn check" be happy about this?
xdai1
2017/01/30 18:46:36
The dry run passed. So I guess it's happy?
ellyjon
|
| +] |
| + |