OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+gpu", | 3 "+gpu", |
4 "+media/audio", | 4 "+media/audio", |
5 "+media/base", | 5 "+media/base", |
6 "+skia", | 6 "+skia", |
7 "+webkit/common/webpreferences.h", | 7 "+content/public/common/webpreferences.h", |
jam
2014/01/30 00:08:45
src/ppapi is lower than content in the dependency
| |
8 "+webkit/common/fileapi/file_system_types.h", | 8 "+webkit/common/fileapi/file_system_types.h", |
9 | 9 |
10 # The untrusted build references the NaCl integrated runtime (IRT). | 10 # The untrusted build references the NaCl integrated runtime (IRT). |
11 "+native_client/src/untrusted/irt", | 11 "+native_client/src/untrusted/irt", |
12 | 12 |
13 "-ppapi/cpp", | 13 "-ppapi/cpp", |
14 "-ppapi/proxy", | 14 "-ppapi/proxy", |
15 | 15 |
16 # For testing purpose. | 16 # For testing purpose. |
17 "+ppapi/proxy/ppapi_proxy_test.h", | 17 "+ppapi/proxy/ppapi_proxy_test.h", |
18 ] | 18 ] |
OLD | NEW |