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

Unified Diff: content/public/browser/BUILD.gn

Issue 2755973003: DevTools: android shouldn't depend on devtools frontend (Closed)
Patch Set: fix Created 3 years, 9 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 | « content/browser/devtools/BUILD.gn ('k') | content/public/browser/devtools_frontend_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 4eb12814c823923bbe8f2d6744725fba3010d909..e5bb50d1a89311a615415f5855853d0f3d2d824c 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -92,7 +92,6 @@ source_set("browser_sources") {
"devtools_agent_host_observer.h",
"devtools_external_agent_proxy.h",
"devtools_external_agent_proxy_delegate.h",
- "devtools_frontend_host.h",
"devtools_manager_delegate.cc",
"devtools_manager_delegate.h",
"devtools_socket_factory.h",
@@ -329,4 +328,8 @@ source_set("browser_sources") {
sources -= [ "context_factory.h" ]
deps += [ "//ui/aura" ]
}
+
+ if (!is_android) {
+ sources += [ "devtools_frontend_host.h" ]
+ }
}
« no previous file with comments | « content/browser/devtools/BUILD.gn ('k') | content/public/browser/devtools_frontend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698