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

Side by Side Diff: chrome/browser/DEPS

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Update PreferencesManager to account for base::Value API change Created 4 years 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 30 matching lines...) Expand all
41 "+services/image_decoder/public/cpp", 41 "+services/image_decoder/public/cpp",
42 "+services/service_manager/public/cpp", 42 "+services/service_manager/public/cpp",
43 "+services/ui/public", 43 "+services/ui/public",
44 "+ppapi/c", # For various types. 44 "+ppapi/c", # For various types.
45 "+ppapi/host", 45 "+ppapi/host",
46 "+ppapi/proxy", 46 "+ppapi/proxy",
47 "+ppapi/shared_impl", 47 "+ppapi/shared_impl",
48 "+rlz", 48 "+rlz",
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
50 "+services/image_decoder/public/interfaces", 50 "+services/image_decoder/public/interfaces",
51 "+services/preferences/public/interfaces",
51 "+services/service_manager", 52 "+services/service_manager",
52 "+skia/ext", 53 "+skia/ext",
53 "+syzygy/kasko", 54 "+syzygy/kasko",
54 "+third_party/boringssl/src/include", 55 "+third_party/boringssl/src/include",
55 "+third_party/crashpad", 56 "+third_party/crashpad",
56 "+third_party/cros_system_api", 57 "+third_party/cros_system_api",
57 "+third_party/kasko", 58 "+third_party/kasko",
58 59
59 # chrome only needs switches from cc. All usage of the compositor is from 60 # chrome only needs switches from cc. All usage of the compositor is from
60 # content. Definitely don't include generic stuff from cc/base here, if this 61 # content. Definitely don't include generic stuff from cc/base here, if this
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
115 "+third_party/WebKit/public/public_features.h", 116 "+third_party/WebKit/public/public_features.h",
116 "+third_party/WebKit/public/web/WebCache.h", 117 "+third_party/WebKit/public/web/WebCache.h",
117 "+third_party/WebKit/public/web/WebContextMenuData.h", 118 "+third_party/WebKit/public/web/WebContextMenuData.h",
118 "+third_party/WebKit/public/web/WebFindOptions.h", 119 "+third_party/WebKit/public/web/WebFindOptions.h",
119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
120 "+third_party/WebKit/public/web/WebPluginAction.h", 121 "+third_party/WebKit/public/web/WebPluginAction.h",
121 "+third_party/WebKit/public/web/WebTextDirection.h", 122 "+third_party/WebKit/public/web/WebTextDirection.h",
122 "+third_party/WebKit/public/web/WebWindowFeatures.h", 123 "+third_party/WebKit/public/web/WebWindowFeatures.h",
123 ] 124 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698