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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2700293002: DevTools: do not use RAII for sync native breakpoints, reuse AsyncTask where possible. (Closed)
Patch Set: same with unused assert removed - assert is trivial 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
Index: third_party/WebKit/Source/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index ad14bc7d380afbc15a7790be5efffd2f8906480e..42eec860787abce46401365905dff0598e40919f 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -44,7 +44,6 @@ blink_core_sources("inspector") {
"InspectorInputAgent.h",
"InspectorInstrumentation.cpp",
"InspectorInstrumentation.h",
- "InspectorInstrumentationCustomInl.h",
"InspectorLayerTreeAgent.cpp",
"InspectorLayerTreeAgent.h",
"InspectorLogAgent.cpp",

Powered by Google App Engine
This is Rietveld 408576698