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

Side by Side Diff: chrome/browser/DEPS

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: style: auto must not deduce to raw pointer 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_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 "+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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "+ppapi/c", # For various types. 43 "+ppapi/c", # For various types.
44 "+ppapi/host", 44 "+ppapi/host",
45 "+ppapi/proxy", 45 "+ppapi/proxy",
46 "+ppapi/shared_impl", 46 "+ppapi/shared_impl",
47 "+rlz", 47 "+rlz",
48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
49 "+services/image_decoder/public/cpp", 49 "+services/image_decoder/public/cpp",
50 "+services/image_decoder/public/interfaces", 50 "+services/image_decoder/public/interfaces",
51 "+services/preferences/public/cpp", 51 "+services/preferences/public/cpp",
52 "+services/preferences/public/interfaces", 52 "+services/preferences/public/interfaces",
53 "+services/resource_coordinator",
53 "+services/service_manager", 54 "+services/service_manager",
54 "+services/shape_detection/public/interfaces", 55 "+services/shape_detection/public/interfaces",
55 "+services/ui/public", 56 "+services/ui/public",
56 "+skia/ext", 57 "+skia/ext",
57 "+third_party/boringssl/src/include", 58 "+third_party/boringssl/src/include",
58 "+third_party/crashpad", 59 "+third_party/crashpad",
59 "+third_party/cros_system_api", 60 "+third_party/cros_system_api",
60 61
61 # chrome only needs switches from cc. All usage of the compositor is from 62 # chrome only needs switches from cc. All usage of the compositor is from
62 # content. Definitely don't include generic stuff from cc/base here, if this 63 # 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
116 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 117 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
117 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 118 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
118 "+third_party/WebKit/public/public_features.h", 119 "+third_party/WebKit/public/public_features.h",
119 "+third_party/WebKit/public/web/WebContextMenuData.h", 120 "+third_party/WebKit/public/web/WebContextMenuData.h",
120 "+third_party/WebKit/public/web/WebFindOptions.h", 121 "+third_party/WebKit/public/web/WebFindOptions.h",
121 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 122 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
122 "+third_party/WebKit/public/web/WebPluginAction.h", 123 "+third_party/WebKit/public/web/WebPluginAction.h",
123 "+third_party/WebKit/public/web/WebTextDirection.h", 124 "+third_party/WebKit/public/web/WebTextDirection.h",
124 "+third_party/WebKit/public/web/window_features.mojom.h", 125 "+third_party/WebKit/public/web/window_features.mojom.h",
125 ] 126 ]
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