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

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
« no previous file with comments | « athena/screen/screen_manager_impl.cc ('k') | athena/system/background_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « athena/screen/screen_manager_impl.cc ('k') | athena/system/background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698