1 include_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 # Since this is used by the implementation in /webkit, we don't want it to 13 # depend on IPC. 14 "-ipc", 15 16 "-ppapi/cpp", 17 "-ppapi/proxy", 18 19 # For testing purpose. 20 "+ppapi/proxy/ppapi_proxy_test.h", 21 ] 22