Index: chrome/browser/android/webapk/DEPS |
diff --git a/chrome/browser/android/webapk/DEPS b/chrome/browser/android/webapk/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d7ddd9cf46defbc427dc76e3761234706559dd5b |
--- /dev/null |
+++ b/chrome/browser/android/webapk/DEPS |
@@ -0,0 +1,6 @@ |
+specific_include_rules = { |
+ "webapk_builder_unittest\.cc": [ |
+ "+content/renderer/manifest/manifest_parser.h", |
Yaron
2016/07/13 00:24:01
does this need to be moved to content/public or ar
Yaron
2016/07/19 17:31:13
bump.
looking at the test, I don't think it's tes
pkotwicz
2016/07/20 05:13:41
You are right using content/renderer/manifest/mani
Yaron
2016/07/20 13:13:50
That would be fine with me. Another option would b
|
+ ] |
+} |
+ |