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

Unified Diff: components/devtools_discovery/BUILD.gn

Issue 2273063002: DevTools: remove DevToolsTargetDescriptor and its implementations, we are now based on devtools age… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 4 years, 4 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: components/devtools_discovery/BUILD.gn
diff --git a/components/devtools_discovery/BUILD.gn b/components/devtools_discovery/BUILD.gn
index aa80efe5136caf0be50324228ece359760293d05..12f4a657c1a92bcaf770bd85814998bd58739c6b 100644
--- a/components/devtools_discovery/BUILD.gn
+++ b/components/devtools_discovery/BUILD.gn
@@ -4,11 +4,8 @@
static_library("devtools_discovery") {
sources = [
- "basic_target_descriptor.cc",
- "basic_target_descriptor.h",
"devtools_discovery_manager.cc",
"devtools_discovery_manager.h",
- "devtools_target_descriptor.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698