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

Unified Diff: third_party/WebKit/Source/web/tests/DEPS

Issue 2349653003: Make third_party/WebKit/Source/web/tests/DEPS a bit more strict. (Closed)
Patch Set: Tweak DEPS to reflect mojo usage in tests 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/DEPS
diff --git a/third_party/WebKit/Source/web/tests/DEPS b/third_party/WebKit/Source/web/tests/DEPS
index 36abc971579f3dd87160f54caf93dc4682d7ebeb..47f1592ac7eba1ac8b2ec0c7dc8acaa38d6a8b7d 100644
--- a/third_party/WebKit/Source/web/tests/DEPS
+++ b/third_party/WebKit/Source/web/tests/DEPS
@@ -1,13 +1,17 @@
include_rules = [
- "+web/tests",
- # For RunAllTests.cpp only.
- "+base/bind.h",
- "+base/bind_helpers.h",
- "+base/run_loop.h",
- "+base/test/launcher/unit_test_launcher.h",
- "+base/test/test_suite.h",
- "+base/threading/thread_task_runner_handle.h",
- "+content/test/blink_test_environment.h",
- "+mojo/edk/embedder/embedder.h",
"+mojo/public/cpp/bindings",
dcheng 2016/09/18 22:09:23 ScreenWakeLockTest.cpp is already using the mojo b
+ "+web/tests",
]
+
+specific_include_rules = {
+ 'RunAllTests\.cpp': [
+ "+base/bind.h",
+ "+base/bind_helpers.h",
+ "+base/run_loop.h",
+ "+base/test/launcher/unit_test_launcher.h",
+ "+base/test/test_suite.h",
+ "+base/threading/thread_task_runner_handle.h",
+ "+content/test/blink_test_environment.h",
+ "+mojo/edk/embedder/embedder.h",
+ ],
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698