Index: athena/system/DEPS |
diff --git a/athena/system/DEPS b/athena/system/DEPS |
index c3952d8e041067fcfa3eca5233abbfcb520774be..9e9601770212832c95c970394f934a8fbde4cbc9 100644 |
--- a/athena/system/DEPS |
+++ b/athena/system/DEPS |
@@ -1,7 +1,15 @@ |
include_rules = [ |
+ "+athena/resources", |
"+athena/screen/public", |
"+athena/system/public", |
- "+chromeos/dbus", |
+ "+chromeos", |
+ "+third_party/cros_system_api/dbus/service_constants.h", |
+ "+third_party/skia/include", |
"+ui", |
] |
+specific_include_rules = { |
+ "status_icon_container_view.cc": [ |
+ "+extensions/shell/common/version.h", |
+ ], |
+} |