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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 8 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/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 3ea297ef4f47ff4537a693a0ca2fc5ad5ae6c772..76a3a8aca4951ee1eb9724276b7765746e98a244 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -79,10 +79,8 @@ component("web") {
"IndexedDBClientImpl.h",
"InspectorEmulationAgent.cpp",
"InspectorEmulationAgent.h",
- "InspectorOverlay.cpp",
- "InspectorOverlay.h",
- "InspectorRenderingAgent.cpp",
- "InspectorRenderingAgent.h",
+ "InspectorOverlayAgent.cpp",
+ "InspectorOverlayAgent.h",
"LinkHighlightImpl.cpp",
"LinkHighlightImpl.h",
"LocalFileSystemClient.cpp",

Powered by Google App Engine
This is Rietveld 408576698