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

Side by Side Diff: chromecast/port/DEPS

Issue 223143003: Initial checkin of chromecast content embedder (cast_shell) and related build scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an additional function in gl_surface_cast.cc Created 6 years, 8 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
(Empty)
1 # Do not add any includes under chrome/ anywhere in chromecast.
2
3 include_rules = [
4 "+content/browser",
5 "+content/child/npapi",
6 "+content/common",
7 "+content/public/browser",
8 "+content/port",
jam 2014/04/04 01:01:24 only content/public and content/port can be includ
lcwu1 2014/04/05 01:17:13 Will fix.
9 "+gpu/config",
10 "+ppapi/proxy",
11 "+third_party/skia",
12 "+third_party/WebKit/public",
13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698