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

Side by Side Diff: chrome/browser/DEPS

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review Created 3 years, 10 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 "+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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "+media/mojo", # For mojo media services. 42 "+media/mojo", # For mojo media services.
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/interfaces", 51 "+services/preferences/public/interfaces",
52 "+services/resource_coordinator",
52 "+services/service_manager", 53 "+services/service_manager",
53 "+services/shape_detection/public/interfaces", 54 "+services/shape_detection/public/interfaces",
54 "+services/ui/public", 55 "+services/ui/public",
55 "+skia/ext", 56 "+skia/ext",
56 "+third_party/boringssl/src/include", 57 "+third_party/boringssl/src/include",
57 "+third_party/crashpad", 58 "+third_party/crashpad",
58 "+third_party/cros_system_api", 59 "+third_party/cros_system_api",
59 60
60 # chrome only needs switches from cc. All usage of the compositor is from 61 # chrome only needs switches from cc. All usage of the compositor is from
61 # content. Definitely don't include generic stuff from cc/base here, if this 62 # 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
115 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 116 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
116 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 117 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
117 "+third_party/WebKit/public/public_features.h", 118 "+third_party/WebKit/public/public_features.h",
118 "+third_party/WebKit/public/web/WebContextMenuData.h", 119 "+third_party/WebKit/public/web/WebContextMenuData.h",
119 "+third_party/WebKit/public/web/WebFindOptions.h", 120 "+third_party/WebKit/public/web/WebFindOptions.h",
120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 121 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
121 "+third_party/WebKit/public/web/WebPluginAction.h", 122 "+third_party/WebKit/public/web/WebPluginAction.h",
122 "+third_party/WebKit/public/web/WebTextDirection.h", 123 "+third_party/WebKit/public/web/WebTextDirection.h",
123 "+third_party/WebKit/public/web/window_features.mojom.h", 124 "+third_party/WebKit/public/web/window_features.mojom.h",
124 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698