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

Unified Diff: test/inspector-protocol/DEPS

Issue 2358943002: [inspector] added inspector protocol test runner (Closed)
Patch Set: a 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: test/inspector-protocol/DEPS
diff --git a/test/inspector-protocol/DEPS b/test/inspector-protocol/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f515f66acd924e3fa5b1e8d0e3ec59382ba0213f
--- /dev/null
+++ b/test/inspector-protocol/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ "-src",
+ "+src/inspector",
+ "+src/base/platform/platform.h",
+ "+src/flags.h",
+ "+src/utils.h",
+ "+src/vector.h",
+ "+src/base/atomic-utils.h",
+ "+src/base/macros.h",
+ "+src/locked-queue-inl.h",
+]

Powered by Google App Engine
This is Rietveld 408576698