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.
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
only content/public and content/port can be included by embedders of content.
the rest are implementation details and as such they are not allowed in any DEPS
files outside of content
On 2014/04/04 01:01:24, jam wrote:
> only content/public and content/port can be included by embedders of content.
> the rest are implementation details and as such they are not allowed in any
DEPS
> files outside of content
Issue 223143003: Initial checkin of chromecast content embedder (cast_shell) and related build scripts.
(Closed)
Created 6 years, 8 months ago by lcwu1
Modified 6 years, 5 months ago
Reviewers: damienv1, darin (slow to review), gunsch-google, jam, kollas, Ryan Sleevi, dcheng, spang, mmenke, Ben Goodger (Google), sky
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 78