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

Side by Side Diff: chrome/utility/DEPS

Issue 2079233004: Add the Windows.IsPinnedToTaskbar metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asvitkine comments Created 4 years, 5 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", # For generated headers. 2 "+chrome/grit", # For generated headers.
3 "+chrome/installer/util",
3 "+components/safe_json", 4 "+components/safe_json",
4 "+components/wifi", 5 "+components/wifi",
6 "+content/public/browser",
Nico 2016/06/29 20:02:31 it seems like a dependency violation that chrome's
Patrick Monette 2016/06/29 21:14:53 Removed. I don't remember why I added this but it'
5 "+content/public/child", 7 "+content/public/child",
6 "+content/public/utility", 8 "+content/public/utility",
7 "+courgette", 9 "+courgette",
8 "+extensions/common", 10 "+extensions/common",
9 "+media", 11 "+media",
10 "+services/shell/public/cpp", 12 "+services/shell/public/cpp",
11 "+skia/ext", 13 "+skia/ext",
12 "+third_party/libxml", 14 "+third_party/libxml",
13 "+third_party/zlib/google", 15 "+third_party/zlib/google",
14 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698