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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/DEPS

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 11 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: third_party/WebKit/Source/core/inspector/v8/DEPS
diff --git a/third_party/WebKit/Source/core/inspector/v8/DEPS b/third_party/WebKit/Source/core/inspector/v8/DEPS
index 1ee7dbb218865513e49b9b58b7c9af7c11b8e33f..12e65e0175a3e5cefac2fc3fa299a87854290a83 100644
--- a/third_party/WebKit/Source/core/inspector/v8/DEPS
+++ b/third_party/WebKit/Source/core/inspector/v8/DEPS
@@ -1,15 +1,7 @@
include_rules = [
"-bindings/core",
- "+bindings/core/v8/ExceptionState.h",
"+bindings/core/v8/ScriptCallStackFactory.h",
"+bindings/core/v8/ScriptRegexp.h",
- "+bindings/core/v8/V8Binding.h",
- "+bindings/core/v8/V8DOMException.h",
- "+bindings/core/v8/V8DOMTokenList.h",
"+bindings/core/v8/V8GlobalValueMap.h",
- "+bindings/core/v8/V8HTMLAllCollection.h",
- "+bindings/core/v8/V8HTMLCollection.h",
- "+bindings/core/v8/V8Node.h",
- "+bindings/core/v8/V8NodeList.h",
"+bindings/core/v8/V8RecursionScope.h",
]

Powered by Google App Engine
This is Rietveld 408576698