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

Side by Side Diff: content/browser/DEPS

Issue 1099453005: Switch web API/permission code to use IsOriginSecure() instead of SchemeIsSecure(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nhiroki's comment. Created 5 years, 8 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 "+chrome/common/origin_util.h",
jww 2015/04/23 18:24:02 Another layering violation.
3
2 # Allow inclusion of specific components that we depend on. We may only 4 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 5 # depend on components which we share with the mojo html_viewer.
4 "+components/scheduler/common", 6 "+components/scheduler/common",
5 "+components/tracing", 7 "+components/tracing",
6 8
7 "+content/app/strings/grit", # For generated headers 9 "+content/app/strings/grit", # For generated headers
8 "+content/public/browser", 10 "+content/public/browser",
9 "+device/battery", # For battery status service. 11 "+device/battery", # For battery status service.
10 "+device/vibration", # For Vibration API 12 "+device/vibration", # For Vibration API
11 "+media/audio", # For audio input for speech input feature. 13 "+media/audio", # For audio input for speech input feature.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "+third_party/WebKit/public/web/WebTextDirection.h", 84 "+third_party/WebKit/public/web/WebTextDirection.h",
83 "+third_party/WebKit/public/web/WebTextInputType.h", 85 "+third_party/WebKit/public/web/WebTextInputType.h",
84 86
85 # These should be burned down. http://crbug.com/237267 87 # These should be burned down. http://crbug.com/237267
86 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 88 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
87 89
88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 90 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 91 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
90 # for more information. 92 # for more information.
91 ] 93 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698