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

Side by Side Diff: chrome/utility/DEPS

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: use mojo instead of IPC Created 3 years, 9 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/grit", 2 "+chrome/grit",
3 "+chrome/installer/util", 3 "+chrome/installer/util",
4 "+components/safe_json", 4 "+components/safe_json",
5 "+components/wifi", 5 "+components/wifi",
6 "+content/public/child", 6 "+content/public/child",
7 "+content/public/utility", 7 "+content/public/utility",
8 "+courgette", 8 "+courgette",
9 "+extensions/common", 9 "+extensions/common",
10 "+extensions/features", 10 "+extensions/features",
11 "+media", 11 "+media",
12 "+services/image_decoder", 12 "+services/image_decoder",
13 "+services/service_manager/public/cpp", 13 "+services/service_manager/public/cpp",
14 "+skia/ext", 14 "+skia/ext",
15 "+third_party/libxml", 15 "+third_party/libxml",
16 "+third_party/libxslt",
16 "+third_party/zlib/google", 17 "+third_party/zlib/google",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698