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

Side by Side Diff: content/common/DEPS

Issue 1049533002: Add IsOriginSecure and GURL::SchemeUsesTLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move it to content::, so we can call into net:: and blink::. 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
« no previous file with comments | « no previous file | content/common/url_schemes.h » ('j') | content/common/url_schemes.cc » ('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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-storage/browser", 4 "-storage/browser",
5 "-webkit/renderer", 5 "-webkit/renderer",
6 6
7 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
8 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
9 "-third_party/WebKit", 9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 45 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
48 "+third_party/WebKit/public/web/WebDragOperation.h", 48 "+third_party/WebKit/public/web/WebDragOperation.h",
49 "+third_party/WebKit/public/web/WebDragStatus.h", 49 "+third_party/WebKit/public/web/WebDragStatus.h",
50 "+third_party/WebKit/public/web/WebFindOptions.h", 50 "+third_party/WebKit/public/web/WebFindOptions.h",
51 "+third_party/WebKit/public/web/WebInputEvent.h", 51 "+third_party/WebKit/public/web/WebInputEvent.h",
52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
53 "+third_party/WebKit/public/web/WebPluginAction.h", 53 "+third_party/WebKit/public/web/WebPluginAction.h",
54 "+third_party/WebKit/public/web/WebPopupType.h", 54 "+third_party/WebKit/public/web/WebPopupType.h",
55 "+third_party/WebKit/public/web/WebSecurityPolicy.h",
55 "+third_party/WebKit/public/web/WebTextDirection.h", 56 "+third_party/WebKit/public/web/WebTextDirection.h",
56 "+third_party/WebKit/public/web/WebWindowFeatures.h", 57 "+third_party/WebKit/public/web/WebWindowFeatures.h",
57 ] 58 ]
58 59
59 specific_include_rules = { 60 specific_include_rules = {
60 # Java bridge code passes NPAPI types to the browser process. Crazy! 61 # Java bridge code passes NPAPI types to the browser process. Crazy!
61 "java_bridge_messages\.h": [ 62 "java_bridge_messages\.h": [
62 "+content/child" 63 "+content/child"
63 ] 64 ]
64 } 65 }
OLDNEW
« no previous file with comments | « no previous file | content/common/url_schemes.h » ('j') | content/common/url_schemes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698