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

Unified Diff: test/inspector/DEPS

Issue 2361623006: [inspector] added inspector test runner [part 1] (Closed)
Patch Set: added missing headers 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 | « test/inspector/BUILD.gn ('k') | test/inspector/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/DEPS
diff --git a/src/inspector/DEPS b/test/inspector/DEPS
similarity index 54%
copy from src/inspector/DEPS
copy to test/inspector/DEPS
index 4486204d74ec7691de36ffdf9ec32e54ab591ecb..7c2725c346976d5cce5fd27ddde5ac46201a3926 100644
--- a/src/inspector/DEPS
+++ b/test/inspector/DEPS
@@ -1,8 +1,7 @@
include_rules = [
"-src",
- "+src/inspector",
- "+src/base/atomicops.h",
"+src/base/macros.h",
- "+src/base/logging.h",
"+src/base/platform/platform.h",
-]
+ "+src/inspector/string-16.h",
+ "+src/locked-queue-inl.h",
+]
« no previous file with comments | « test/inspector/BUILD.gn ('k') | test/inspector/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698