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

Side by Side Diff: components/arc/DEPS

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Fixed review comments Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/common",
hidehiko 2017/06/01 16:07:16 Depends on chrome files from components is not all
2 "+chromeos/chromeos_switches.h", 3 "+chromeos/chromeos_switches.h",
3 "+chromeos/cryptohome", 4 "+chromeos/cryptohome",
4 "+chromeos/dbus", 5 "+chromeos/dbus",
5 "+components/exo", 6 "+components/exo",
6 "+components/prefs", 7 "+components/prefs",
7 "+components/signin/core/account_id", 8 "+components/signin/core/account_id",
8 "+components/user_manager", 9 "+components/user_manager",
9 "+mojo", 10 "+mojo",
10 "+storage/browser/fileapi", 11 "+storage/browser/fileapi",
11 "+third_party/re2", 12 "+third_party/re2",
12 "+third_party/skia", 13 "+third_party/skia",
13 "+ui/gfx/geometry/rect.h", 14 "+ui/gfx/geometry/rect.h",
14 "+ui/gfx/range/range.h", 15 "+ui/gfx/range/range.h",
15 ] 16 ]
16 17
17 specific_include_rules = { 18 specific_include_rules = {
18 "arc_util.cc": [ 19 "arc_util.cc": [
19 "+ash/shared", 20 "+ash/shared",
20 "+ui/aura", 21 "+ui/aura",
21 ], 22 ],
22 "arc_util_unittest.cc": [ 23 "arc_util_unittest.cc": [
23 "+ash/shared", 24 "+ash/shared",
24 "+ui/aura", 25 "+ui/aura",
25 ], 26 ],
26 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698