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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698