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

Side by Side Diff: content/common/DEPS

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « content/child/quota_dispatcher.cc ('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 23 matching lines...) Expand all
34 "+third_party/WebKit/public/web/WebAXEnums.h", 34 "+third_party/WebKit/public/web/WebAXEnums.h",
35 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 35 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 36 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
37 "+third_party/WebKit/public/web/WebDragOperation.h", 37 "+third_party/WebKit/public/web/WebDragOperation.h",
38 "+third_party/WebKit/public/web/WebDragStatus.h", 38 "+third_party/WebKit/public/web/WebDragStatus.h",
39 "+third_party/WebKit/public/web/WebFindOptions.h", 39 "+third_party/WebKit/public/web/WebFindOptions.h",
40 "+third_party/WebKit/public/web/WebInputEvent.h", 40 "+third_party/WebKit/public/web/WebInputEvent.h",
41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 41 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
42 "+third_party/WebKit/public/web/WebPluginAction.h", 42 "+third_party/WebKit/public/web/WebPluginAction.h",
43 "+third_party/WebKit/public/web/WebPopupType.h", 43 "+third_party/WebKit/public/web/WebPopupType.h",
44 "+third_party/WebKit/public/web/WebScreenInfo.h",
45 "+third_party/WebKit/public/web/WebTextDirection.h", 44 "+third_party/WebKit/public/web/WebTextDirection.h",
46 "+third_party/WebKit/public/web/WebWindowFeatures.h", 45 "+third_party/WebKit/public/web/WebWindowFeatures.h",
47 ] 46 ]
48 47
49 specific_include_rules = { 48 specific_include_rules = {
50 # Java bridge code passes NPAPI types to the browser process. Crazy! 49 # Java bridge code passes NPAPI types to the browser process. Crazy!
51 "java_bridge_messages\.h": [ 50 "java_bridge_messages\.h": [
52 "+content/child" 51 "+content/child"
53 ] 52 ]
54 } 53 }
OLDNEW
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698