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

Side by Side Diff: chrome/browser/DEPS

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Response to reviews 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('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 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer", 9 "+chrome/installer",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 29 matching lines...) Expand all
40 "+media/base", # For media switches 40 "+media/base", # For media switches
41 "+media/cdm/cdm_paths.h", 41 "+media/cdm/cdm_paths.h",
42 "+media/midi", # For midi switches 42 "+media/midi", # For midi switches
43 "+media/mojo", # For mojo media services. 43 "+media/mojo", # For mojo media services.
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/identity/public/interfaces",
50 "+services/image_decoder/public/cpp", 51 "+services/image_decoder/public/cpp",
51 "+services/image_decoder/public/interfaces", 52 "+services/image_decoder/public/interfaces",
52 "+services/preferences/public/cpp", 53 "+services/preferences/public/cpp",
53 "+services/preferences/public/interfaces", 54 "+services/preferences/public/interfaces",
54 "+services/service_manager", 55 "+services/service_manager",
55 "+services/shape_detection/public/interfaces", 56 "+services/shape_detection/public/interfaces",
56 "+services/ui/public", 57 "+services/ui/public",
57 "+skia/ext", 58 "+skia/ext",
58 "+third_party/boringssl/src/include", 59 "+third_party/boringssl/src/include",
59 "+third_party/crashpad", 60 "+third_party/crashpad",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
124 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 125 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
125 "+third_party/WebKit/public/public_features.h", 126 "+third_party/WebKit/public/public_features.h",
126 "+third_party/WebKit/public/web/WebContextMenuData.h", 127 "+third_party/WebKit/public/web/WebContextMenuData.h",
127 "+third_party/WebKit/public/web/WebFindOptions.h", 128 "+third_party/WebKit/public/web/WebFindOptions.h",
128 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
129 "+third_party/WebKit/public/web/WebPluginAction.h", 130 "+third_party/WebKit/public/web/WebPluginAction.h",
130 "+third_party/WebKit/public/web/WebTextDirection.h", 131 "+third_party/WebKit/public/web/WebTextDirection.h",
131 "+third_party/WebKit/public/web/window_features.mojom.h", 132 "+third_party/WebKit/public/web/window_features.mojom.h",
132 ] 133 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698