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

Unified Diff: src/inspector/DEPS

Issue 2710243002: [inspector] removed unused #include "include/v8-debug.h" (Closed)
Patch Set: removed all v8-debug.h from inspector Created 3 years, 10 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 | src/inspector/v8-inspector-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/DEPS
diff --git a/src/inspector/DEPS b/src/inspector/DEPS
index d7ec69045a865e0696639a84c1d914c6fc8e8404..2d77fb7aa725cb65518ae3c3ac4bf879ac5768d5 100644
--- a/src/inspector/DEPS
+++ b/src/inspector/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"-src",
+ "-include/v8-debug.h",
"+src/base/atomicops.h",
"+src/base/macros.h",
"+src/base/logging.h",
@@ -7,8 +8,6 @@ include_rules = [
"+src/conversions.h",
"+src/inspector",
"+src/tracing",
- # TODO(dgozman): Fix includes and re-enable.
- #"-include/v8-debug.h",
"+src/debug/debug-interface.h",
"+src/debug/interface-types.h",
]
« no previous file with comments | « no previous file | src/inspector/v8-inspector-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698