DEPS revision 58537e28ecd584eab876aee8be7156509866d23a
1include_rules = [
2  "+base",
3  "+gpu",
4  "+media/audio",
5  "+media/base",
6  "+skia",
7  "+webkit/common/webpreferences.h",
8
9  # The untrusted build references the NaCl integrated runtime (IRT).
10  "+native_client/src/untrusted/irt",
11
12  "-ppapi/cpp",
13  "-ppapi/proxy",
14
15  # For testing purpose.
16  "+ppapi/proxy/ppapi_proxy_test.h",
17]
18