Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: chrome/browser/android/webapps/DEPS

Issue 2354363007: Add unit tests for AddToHomescreenDataFetcher (Closed)
Patch Set: Merge branch 'master' into remove_unneeded_var2.9 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/webapps/DEPS
diff --git a/chrome/browser/android/webapps/DEPS b/chrome/browser/android/webapps/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e604f099ca92655bc57ab1ada47e0091d683b15c
--- /dev/null
+++ b/chrome/browser/android/webapps/DEPS
@@ -0,0 +1,9 @@
+specific_include_rules = {
+ "add_to_homescreen_data_fetcher_unittest\.cc": [
+ "+content/browser/service_worker/embedded_worker_test_helper.h",
+ "+content/browser/service_worker/service_worker_context_core.h",
+ "+content/common/service_worker/service_worker_status_code.h",
+ "+content/test",
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698