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

Side by Side Diff: chrome/browser/DEPS

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 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 | « ash/mus/window_manager_application.cc ('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", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 22 matching lines...) Expand all
33 "+installer_util_strings", # For generated headers 33 "+installer_util_strings", # For generated headers
34 "+jni", 34 "+jni",
35 "+media/audio", # For media audio hang monitor. 35 "+media/audio", # For media audio hang monitor.
36 "+media/base", # For media switches 36 "+media/base", # For media switches
37 "+media/cdm/cdm_paths.h", 37 "+media/cdm/cdm_paths.h",
38 "+media/midi", # For midi switches 38 "+media/midi", # For midi switches
39 "+media/mojo", # For mojo media services. 39 "+media/mojo", # For mojo media services.
40 "+mojo/converters", 40 "+mojo/converters",
41 "+mojo/runner/child", 41 "+mojo/runner/child",
42 "+services/shell/public/cpp", 42 "+services/shell/public/cpp",
43 "+services/ui/common", # TODO(sad): Should be removed: crbug.com/634377
44 "+services/ui/public", 43 "+services/ui/public",
45 "+policy", # For generated headers and source 44 "+policy", # For generated headers and source
46 "+ppapi/c", # For various types. 45 "+ppapi/c", # For various types.
47 "+ppapi/host", 46 "+ppapi/host",
48 "+ppapi/proxy", 47 "+ppapi/proxy",
49 "+ppapi/shared_impl", 48 "+ppapi/shared_impl",
50 "+rlz", 49 "+rlz",
51 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 50 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
52 "+services/shell", 51 "+services/shell",
53 "+skia/ext", 52 "+skia/ext",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 102 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
104 "+third_party/WebKit/public/web/WebCache.h", 103 "+third_party/WebKit/public/web/WebCache.h",
105 "+third_party/WebKit/public/web/WebContextMenuData.h", 104 "+third_party/WebKit/public/web/WebContextMenuData.h",
106 "+third_party/WebKit/public/web/WebFindOptions.h", 105 "+third_party/WebKit/public/web/WebFindOptions.h",
107 "+third_party/WebKit/public/web/WebInputEvent.h", 106 "+third_party/WebKit/public/web/WebInputEvent.h",
108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
109 "+third_party/WebKit/public/web/WebPluginAction.h", 108 "+third_party/WebKit/public/web/WebPluginAction.h",
110 "+third_party/WebKit/public/web/WebTextDirection.h", 109 "+third_party/WebKit/public/web/WebTextDirection.h",
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", 110 "+third_party/WebKit/public/web/WebWindowFeatures.h",
112 ] 111 ]
OLDNEW
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698