Chromium Code Reviews| Index: third_party/liblouis/nacl_wrapper/DEPS |
| diff --git a/third_party/liblouis/nacl_wrapper/DEPS b/third_party/liblouis/nacl_wrapper/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..337312f1f54b488a1da711ea9edd2f74d6a9fbe2 |
| --- /dev/null |
| +++ b/third_party/liblouis/nacl_wrapper/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + '+base', |
| + '+native_client_sdk', |
| + '+ppapi', |
| + '+third_party/jsoncpp', |
| +] |
| + |
| +specific_include_rules = { |
|
brettw
2015/03/30 17:50:51
Wow, I didn't know we had this.
|
| + "liblouis_wrapper_browsertest\.cc": [ |
| + "+chrome/browser/extensions/extension_apitest.h" |
| + ], |
| +} |