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

Side by Side Diff: content/common/DEPS

Issue 131893003: Skeleton surface interfaces in cc/surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add base and ui/gfx deps to fix win/mac component link 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/DEPS ('k') | ui/aura/bench/DEPS » ('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",
3 "+media/audio", 2 "+media/audio",
4 "+media/base", 3 "+media/base",
5 "-webkit/browser", 4 "-webkit/browser",
6 "-webkit/child", 5 "-webkit/child",
7 "-webkit/renderer", 6 "-webkit/renderer",
8 7
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h", 9 "!webkit/child/websocketstreamhandle_impl.h",
11 10
12 # No inclusion of WebKit from the browser, other than strictly enum/POD, 11 # No inclusion of WebKit from the browser, other than strictly enum/POD,
(...skipping 30 matching lines...) Expand all
43 "+third_party/WebKit/public/web/WebTextDirection.h", 42 "+third_party/WebKit/public/web/WebTextDirection.h",
44 "+third_party/WebKit/public/web/WebWindowFeatures.h", 43 "+third_party/WebKit/public/web/WebWindowFeatures.h",
45 ] 44 ]
46 45
47 specific_include_rules = { 46 specific_include_rules = {
48 # Java bridge code passes NPAPI types to the browser process. Crazy! 47 # Java bridge code passes NPAPI types to the browser process. Crazy!
49 "java_bridge_messages\.h": [ 48 "java_bridge_messages\.h": [
50 "+content/child" 49 "+content/child"
51 ] 50 ]
52 } 51 }
OLDNEW
« no previous file with comments | « content/DEPS ('k') | ui/aura/bench/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698