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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+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
2 "+chromeos/arc", 3 "+chromeos/arc",
3 "+chromeos/chromeos_switches.h", 4 "+chromeos/chromeos_switches.h",
4 "+chromeos/dbus", 5 "+chromeos/dbus",
5 "+ipc", 6 "+ipc",
7 "+ui/app_list/app_list_constants.h",
8 "+ui/base/layout.h",
9 "+ui/gfx/codec/png_codec.h",
6 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698