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

Side by Side Diff: content/common/DEPS

Issue 136443008: Move preferred scrollbar style preference change listening from renderer to browser, 2 of 3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix iOS compile Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/theme_helper_mac.mm ('k') | content/common/view_messages.h » ('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 "+cc", 2 "+cc",
3 "+media/audio", 3 "+media/audio",
4 "+media/base", 4 "+media/base",
5 "-webkit/browser", 5 "-webkit/browser",
6 "-webkit/child", 6 "-webkit/child",
7 "-webkit/renderer", 7 "-webkit/renderer",
8 8
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h", 10 "!webkit/child/websocketstreamhandle_impl.h",
(...skipping 12 matching lines...) Expand all
23 "+third_party/WebKit/public/platform/WebIDBCursor.h", 23 "+third_party/WebKit/public/platform/WebIDBCursor.h",
24 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 24 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
25 "+third_party/WebKit/public/platform/WebIDBTypes.h", 25 "+third_party/WebKit/public/platform/WebIDBTypes.h",
26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
27 "+third_party/WebKit/public/platform/WebScreenInfo.h", 27 "+third_party/WebKit/public/platform/WebScreenInfo.h",
28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
29 "+third_party/WebKit/public/platform/WebStorageArea.h", 29 "+third_party/WebKit/public/platform/WebStorageArea.h",
30 "+third_party/WebKit/public/platform/WebString.h", 30 "+third_party/WebKit/public/platform/WebString.h",
31 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", 31 "+third_party/WebKit/public/platform/linux/WebFontFamily.h",
32 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 32 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
33 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
33 "+third_party/WebKit/public/web/WebAXEnums.h", 34 "+third_party/WebKit/public/web/WebAXEnums.h",
34 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 35 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
35 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
36 "+third_party/WebKit/public/web/WebDragOperation.h", 37 "+third_party/WebKit/public/web/WebDragOperation.h",
37 "+third_party/WebKit/public/web/WebDragStatus.h", 38 "+third_party/WebKit/public/web/WebDragStatus.h",
38 "+third_party/WebKit/public/web/WebFindOptions.h", 39 "+third_party/WebKit/public/web/WebFindOptions.h",
39 "+third_party/WebKit/public/web/WebInputEvent.h", 40 "+third_party/WebKit/public/web/WebInputEvent.h",
40 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
41 "+third_party/WebKit/public/web/WebPluginAction.h", 42 "+third_party/WebKit/public/web/WebPluginAction.h",
42 "+third_party/WebKit/public/web/WebPopupType.h", 43 "+third_party/WebKit/public/web/WebPopupType.h",
43 "+third_party/WebKit/public/web/WebTextDirection.h", 44 "+third_party/WebKit/public/web/WebTextDirection.h",
44 "+third_party/WebKit/public/web/WebWindowFeatures.h", 45 "+third_party/WebKit/public/web/WebWindowFeatures.h",
45 ] 46 ]
46 47
47 specific_include_rules = { 48 specific_include_rules = {
48 # Java bridge code passes NPAPI types to the browser process. Crazy! 49 # Java bridge code passes NPAPI types to the browser process. Crazy!
49 "java_bridge_messages\.h": [ 50 "java_bridge_messages\.h": [
50 "+content/child" 51 "+content/child"
51 ] 52 ]
52 } 53 }
OLDNEW
« no previous file with comments | « content/browser/theme_helper_mac.mm ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698