Index: ash/common/system/toast/DEPS |
diff --git a/ash/common/system/toast/DEPS b/ash/common/system/toast/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e60ac8cb2bfe429135941e43a4ee88e7b634121b |
--- /dev/null |
+++ b/ash/common/system/toast/DEPS |
@@ -0,0 +1,9 @@ |
+specific_include_rules = { |
+ # For unified desktop mode test. |
+ # TODO(jamescook): Eliminate these. |
msw
2016/07/12 22:44:39
nit: maybe skip moving the test file for now? It'l
James Cook
2016/07/12 23:30:28
Done. I moved it back and added it to the list of
|
+ "toast_manager_unittest.cc": [ |
+ "+ash/display/display_manager.h", |
+ "+ash/screen_util.h", |
+ "+ash/shell.h", |
+ ] |
+} |