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

Side by Side Diff: content/common/DEPS

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused entries. Created 5 years, 3 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/OWNERS » ('j') | no next file with comments »
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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "+third_party/WebKit/public/web/WebFindOptions.h", 53 "+third_party/WebKit/public/web/WebFindOptions.h",
54 "+third_party/WebKit/public/web/WebInputEvent.h", 54 "+third_party/WebKit/public/web/WebInputEvent.h",
55 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 55 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
56 "+third_party/WebKit/public/web/WebPluginAction.h", 56 "+third_party/WebKit/public/web/WebPluginAction.h",
57 "+third_party/WebKit/public/web/WebPopupType.h", 57 "+third_party/WebKit/public/web/WebPopupType.h",
58 "+third_party/WebKit/public/web/WebSandboxFlags.h", 58 "+third_party/WebKit/public/web/WebSandboxFlags.h",
59 "+third_party/WebKit/public/web/WebTextDirection.h", 59 "+third_party/WebKit/public/web/WebTextDirection.h",
60 "+third_party/WebKit/public/web/WebTreeScopeType.h", 60 "+third_party/WebKit/public/web/WebTreeScopeType.h",
61 "+third_party/WebKit/public/web/WebWindowFeatures.h", 61 "+third_party/WebKit/public/web/WebWindowFeatures.h",
62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
63 "+third_party/WebKit/public/web/win/WebFontRendering.h"
63 ] 64 ]
64 65
65 specific_include_rules = { 66 specific_include_rules = {
66 # Java bridge code passes NPAPI types to the browser process. Crazy! 67 # Java bridge code passes NPAPI types to the browser process. Crazy!
67 "java_bridge_messages\.h": [ 68 "java_bridge_messages\.h": [
68 "+content/child" 69 "+content/child"
69 ] 70 ]
70 } 71 }
OLDNEW
« no previous file with comments | « no previous file | content/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698