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

Side by Side Diff: content/common/DEPS

Issue 327633002: Introduce WebFallbackFont on the Chromium side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing rename in DEPS file Created 6 years, 6 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 "-webkit/browser", 4 "-webkit/browser",
5 "-webkit/child", 5 "-webkit/child",
6 "-webkit/renderer", 6 "-webkit/renderer",
7 7
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, 8 # No inclusion of WebKit from the browser, other than strictly enum/POD,
9 # header-only types, and some selected common code. 9 # header-only types, and some selected common code.
10 "-third_party/WebKit", 10 "-third_party/WebKit",
(...skipping 13 matching lines...) Expand all
24 "+third_party/WebKit/public/platform/WebLockOrientationCallback.h", 24 "+third_party/WebKit/public/platform/WebLockOrientationCallback.h",
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
26 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 26 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
27 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 27 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
28 "+third_party/WebKit/public/platform/WebScreenInfo.h", 28 "+third_party/WebKit/public/platform/WebScreenInfo.h",
29 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 29 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
30 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 30 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
31 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 31 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
32 "+third_party/WebKit/public/platform/WebStorageArea.h", 32 "+third_party/WebKit/public/platform/WebStorageArea.h",
33 "+third_party/WebKit/public/platform/WebString.h", 33 "+third_party/WebKit/public/platform/WebString.h",
34 "+third_party/WebKit/public/platform/linux/WebFontFamily.h",
35 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 34 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
35 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
abarth-chromium 2014/06/11 20:43:05 LGTM WebFallbackFont.h is just a struct + CString
36 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 36 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
37 "+third_party/WebKit/public/web/WebAXEnums.h", 37 "+third_party/WebKit/public/web/WebAXEnums.h",
38 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 38 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
39 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 39 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
40 "+third_party/WebKit/public/web/WebDragOperation.h", 40 "+third_party/WebKit/public/web/WebDragOperation.h",
41 "+third_party/WebKit/public/web/WebDragStatus.h", 41 "+third_party/WebKit/public/web/WebDragStatus.h",
42 "+third_party/WebKit/public/web/WebFindOptions.h", 42 "+third_party/WebKit/public/web/WebFindOptions.h",
43 "+third_party/WebKit/public/web/WebInputEvent.h", 43 "+third_party/WebKit/public/web/WebInputEvent.h",
44 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 44 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
45 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 45 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
46 "+third_party/WebKit/public/web/WebPluginAction.h", 46 "+third_party/WebKit/public/web/WebPluginAction.h",
47 "+third_party/WebKit/public/web/WebPopupType.h", 47 "+third_party/WebKit/public/web/WebPopupType.h",
48 "+third_party/WebKit/public/web/WebTextDirection.h", 48 "+third_party/WebKit/public/web/WebTextDirection.h",
49 "+third_party/WebKit/public/web/WebWindowFeatures.h", 49 "+third_party/WebKit/public/web/WebWindowFeatures.h",
50 ] 50 ]
51 51
52 specific_include_rules = { 52 specific_include_rules = {
53 # Java bridge code passes NPAPI types to the browser process. Crazy! 53 # Java bridge code passes NPAPI types to the browser process. Crazy!
54 "java_bridge_messages\.h": [ 54 "java_bridge_messages\.h": [
55 "+content/child" 55 "+content/child"
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/sandbox_ipc_linux.cc ('k') | content/common/child_process_sandbox_support_impl_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698