Chromium Code Reviews

Unified Diff: include/DEPS

Issue 2292053003: [inspector] Build inspector under v8_enable_inspector build flag. (Closed)
Patch Set: owners Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: include/DEPS
diff --git a/include/DEPS b/include/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ca60f841f530ab2d35e098e3b14d9a0266d56992
--- /dev/null
+++ b/include/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # v8-inspector-protocol.h depends on generated files under include/inspector.
+ "+inspector",
+]

Powered by Google App Engine