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

Side by Side Diff: content/browser/DEPS

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/geolocation/public/interfaces",
4 "+components/mime_util", 5 "+components/mime_util",
5 "+components/scheduler/common", 6 "+components/scheduler/common",
6 "+components/tracing", 7 "+components/tracing",
7 "+components/url_formatter", 8 "+components/url_formatter",
8 9
9 "+content/app/strings/grit", # For generated headers 10 "+content/app/strings/grit", # For generated headers
10 "+content/public/browser", 11 "+content/public/browser",
11 "+device/battery", # For battery status service. 12 "+device/battery", # For battery status service.
12 "+device/vibration", # For Vibration API 13 "+device/vibration", # For Vibration API
13 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 83 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
83 "+third_party/WebKit/public/web/WebTextDirection.h", 84 "+third_party/WebKit/public/web/WebTextDirection.h",
84 "+third_party/WebKit/public/web/WebTextInputType.h", 85 "+third_party/WebKit/public/web/WebTextInputType.h",
85 "+third_party/WebKit/public/web/WebTreeScopeType.h", 86 "+third_party/WebKit/public/web/WebTreeScopeType.h",
86 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 87 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
87 88
88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
90 # for more information. 91 # for more information.
91 ] 92 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/background_sync/background_sync_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698