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

Side by Side Diff: content/common/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « content/common/BUILD.gn ('k') | content/common/child_process_host_impl.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 "-storage/browser", 2 "-storage/browser",
3 3
4 "+device/base/synchronization", 4 "+device/base/synchronization",
5 "+services/shell/public/cpp", 5 "+services/service_manager/public/cpp",
6 "+services/video_capture/public/interfaces", 6 "+services/video_capture/public/interfaces",
7 7
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, 8 # No inclusion of WebKit from the browser, other than strictly enum/POD,
9 # header-only types, and some selected common code. 9 # header-only types, and some selected common code.
10 "-third_party/WebKit", 10 "-third_party/WebKit",
11 "+third_party/WebKit/public/platform/WebAddressSpace.h", 11 "+third_party/WebKit/public/platform/WebAddressSpace.h",
12 "+third_party/WebKit/public/platform/WebCString.h", 12 "+third_party/WebKit/public/platform/WebCString.h",
13 "+third_party/WebKit/public/platform/WebDisplayMode.h", 13 "+third_party/WebKit/public/platform/WebDisplayMode.h",
14 "+third_party/WebKit/public/platform/WebDragOperation.h", 14 "+third_party/WebKit/public/platform/WebDragOperation.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 15 "+third_party/WebKit/public/platform/WebFloatPoint.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "+third_party/WebKit/public/web/WebPopupType.h", 62 "+third_party/WebKit/public/web/WebPopupType.h",
63 "+third_party/WebKit/public/web/WebSandboxFlags.h", 63 "+third_party/WebKit/public/web/WebSandboxFlags.h",
64 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 64 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
65 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 65 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
66 "+third_party/WebKit/public/web/WebTextDirection.h", 66 "+third_party/WebKit/public/web/WebTextDirection.h",
67 "+third_party/WebKit/public/web/WebTreeScopeType.h", 67 "+third_party/WebKit/public/web/WebTreeScopeType.h",
68 "+third_party/WebKit/public/web/WebWindowFeatures.h", 68 "+third_party/WebKit/public/web/WebWindowFeatures.h",
69 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 69 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
70 "+third_party/WebKit/public/web/win/WebFontRendering.h" 70 "+third_party/WebKit/public/web/win/WebFontRendering.h"
71 ] 71 ]
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698