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

Unified Diff: components/arc/DEPS

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit comments addressed Created 5 years, 1 month 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: components/arc/DEPS
diff --git a/components/arc/DEPS b/components/arc/DEPS
index e2f3f79baeef626395910ffc3b09a440f8da426f..bfe933a5fbaf82e0067a52297b3712eda34711e4 100644
--- a/components/arc/DEPS
+++ b/components/arc/DEPS
@@ -1,6 +1,10 @@
include_rules = [
+ "+chrome/browser/ui/app_list/arc_app_list_prefs.h",
xiyuan 2015/11/18 17:41:15 We should probably add a new DEPS file for test/ d
khmel1 2015/11/19 02:56:13 Yes, this is more elegant
"+chromeos/arc",
"+chromeos/chromeos_switches.h",
"+chromeos/dbus",
"+ipc",
+ "+ui/app_list/app_list_constants.h",
+ "+ui/base/layout.h",
+ "+ui/gfx/codec/png_codec.h",
]

Powered by Google App Engine
This is Rietveld 408576698