Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: athena/system/DEPS

Issue 483363003: [Athena] Add status icons and system time to the desktop background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: athena/system/DEPS
diff --git a/athena/system/DEPS b/athena/system/DEPS
index c3952d8e041067fcfa3eca5233abbfcb520774be..ac1816376fa532eaf117046a3bd3767e39e6bacb 100644
--- a/athena/system/DEPS
+++ b/athena/system/DEPS
@@ -1,7 +1,14 @@
include_rules = [
- "+athena/screen/public",
+ "+athena/resources",
"+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",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698