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

Side by Side Diff: content/common/DEPS

Issue 1141283002: Replicate whether a frame is in a document or shadow tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 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
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 5
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 47 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
48 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 48 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
49 "+third_party/WebKit/public/web/WebDragOperation.h", 49 "+third_party/WebKit/public/web/WebDragOperation.h",
50 "+third_party/WebKit/public/web/WebDragStatus.h", 50 "+third_party/WebKit/public/web/WebDragStatus.h",
51 "+third_party/WebKit/public/web/WebFindOptions.h", 51 "+third_party/WebKit/public/web/WebFindOptions.h",
52 "+third_party/WebKit/public/web/WebInputEvent.h", 52 "+third_party/WebKit/public/web/WebInputEvent.h",
53 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 53 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
54 "+third_party/WebKit/public/web/WebPluginAction.h", 54 "+third_party/WebKit/public/web/WebPluginAction.h",
55 "+third_party/WebKit/public/web/WebPopupType.h", 55 "+third_party/WebKit/public/web/WebPopupType.h",
56 "+third_party/WebKit/public/web/WebTextDirection.h", 56 "+third_party/WebKit/public/web/WebTextDirection.h",
57 "+third_party/WebKit/public/web/WebTreeScopeType.h",
57 "+third_party/WebKit/public/web/WebWindowFeatures.h", 58 "+third_party/WebKit/public/web/WebWindowFeatures.h",
58 ] 59 ]
59 60
60 specific_include_rules = { 61 specific_include_rules = {
61 # Java bridge code passes NPAPI types to the browser process. Crazy! 62 # Java bridge code passes NPAPI types to the browser process. Crazy!
62 "java_bridge_messages\.h": [ 63 "java_bridge_messages\.h": [
63 "+content/child" 64 "+content/child"
64 ] 65 ]
65 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698