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

Side by Side Diff: content/common/DEPS

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: fix webfont files 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 | « no previous file | content/test/BUILD.gn » ('j') | services/device/public/cpp/BUILD.gn » ('J')
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 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/payments", 5 "+components/payments",
6 "+device/base/synchronization", 6 "+device/base/synchronization",
7 "+services/resource_coordinator/public/interfaces", 7 "+services/resource_coordinator/public/interfaces",
8 "+services/service_manager/public/cpp", 8 "+services/service_manager/public/cpp",
9 "+services/video_capture/public/interfaces", 9 "+services/video_capture/public/interfaces",
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 67 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
68 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 68 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
69 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 69 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
70 "+third_party/WebKit/public/web/WebPluginAction.h", 70 "+third_party/WebKit/public/web/WebPluginAction.h",
71 "+third_party/WebKit/public/web/WebPopupType.h", 71 "+third_party/WebKit/public/web/WebPopupType.h",
72 "+third_party/WebKit/public/web/WebSandboxFlags.h", 72 "+third_party/WebKit/public/web/WebSandboxFlags.h",
73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
75 "+third_party/WebKit/public/web/WebTextDirection.h", 75 "+third_party/WebKit/public/web/WebTextDirection.h",
76 "+third_party/WebKit/public/web/WebTreeScopeType.h", 76 "+third_party/WebKit/public/web/WebTreeScopeType.h",
77 "+third_party/WebKit/public/web/linux/WebFontRendering.h",
77 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 78 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
78 "+third_party/WebKit/public/web/win/WebFontRendering.h" 79 "+third_party/WebKit/public/web/win/WebFontRendering.h",
79 ] 80 ]
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | services/device/public/cpp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698