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

Side by Side Diff: chrome/browser/DEPS

Issue 2871353002: GRC: Added Tab coordination units behind a feature flag (Closed)
Patch Set: Rebase Created 3 years, 7 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/resource_coordinator/OWNERS » ('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/util", 9 "+chrome/installer/util",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/data_decoder/public/cpp", 49 "+services/data_decoder/public/cpp",
50 "+services/device/public/cpp/device_features.h", 50 "+services/device/public/cpp/device_features.h",
51 "+services/identity/public/interfaces", 51 "+services/identity/public/interfaces",
52 "+services/preferences/public/cpp", 52 "+services/preferences/public/cpp",
53 "+services/preferences/public/interfaces", 53 "+services/preferences/public/interfaces",
54 "+services/resource_coordinator/public/cpp",
54 "+services/resource_coordinator/public/interfaces/memory", 55 "+services/resource_coordinator/public/interfaces/memory",
55 "+services/service_manager", 56 "+services/service_manager",
56 "+services/shape_detection/public/interfaces", 57 "+services/shape_detection/public/interfaces",
57 "+services/ui/public", 58 "+services/ui/public",
58 "+skia/ext", 59 "+skia/ext",
59 "+third_party/boringssl/src/include", 60 "+third_party/boringssl/src/include",
60 "+third_party/crashpad", 61 "+third_party/crashpad",
61 "+third_party/cros_system_api", 62 "+third_party/cros_system_api",
62 63
63 # chrome only needs switches from cc. All usage of the compositor is from 64 # chrome only needs switches from cc. All usage of the compositor is from
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 128 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
128 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 129 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
129 "+third_party/WebKit/public/public_features.h", 130 "+third_party/WebKit/public/public_features.h",
130 "+third_party/WebKit/public/web/WebContextMenuData.h", 131 "+third_party/WebKit/public/web/WebContextMenuData.h",
131 "+third_party/WebKit/public/web/WebFindOptions.h", 132 "+third_party/WebKit/public/web/WebFindOptions.h",
132 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 133 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
133 "+third_party/WebKit/public/web/WebPluginAction.h", 134 "+third_party/WebKit/public/web/WebPluginAction.h",
134 "+third_party/WebKit/public/web/WebTextDirection.h", 135 "+third_party/WebKit/public/web/WebTextDirection.h",
135 "+third_party/WebKit/public/web/window_features.mojom.h", 136 "+third_party/WebKit/public/web/window_features.mojom.h",
136 ] 137 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/resource_coordinator/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698