Android WebView: build debug/release based on variant.
[chromium-blink-merge.git] / ppapi / cpp / DEPS
blobaf2aa4c055f02a34a2646c204676f9a021e0ab02
1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible.
3 include_rules = [
4   "-base",
5   "-build",
6   "-ipc",
7   "-uncode",
8   "-testing",
9   "-ppapi",
10   "+ppapi/c",
11   "-ppapi/c/private",
12   "-ppapi/c/trusted",
13   "+ppapi/cpp",
14   "-ppapi/cpp/private",
15   "-ppapi/cpp/trusted",