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

Unified Diff: content/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 | « chrome/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 28e1bc882e785e9543c0418454e5f4481583cdb9..edbf09aea8ec126fae8f05966e9c20dca6a4fdb5 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -466,8 +466,6 @@ source_set("browser") {
"devtools/devtools_agent_host_impl.h",
"devtools/devtools_frame_trace_recorder.cc",
"devtools/devtools_frame_trace_recorder.h",
- "devtools/devtools_frontend_host_impl.cc",
- "devtools/devtools_frontend_host_impl.h",
"devtools/devtools_http_handler.cc",
"devtools/devtools_http_handler.h",
"devtools/devtools_io_context.cc",
@@ -1863,6 +1861,10 @@ source_set("browser") {
} else {
# Not Android.
sources += [
+ # Devtools frontend not included in Android
+ "devtools/devtools_frontend_host_impl.cc",
+ "devtools/devtools_frontend_host_impl.h",
+
# Most speech code is non-Android.
"speech/audio_buffer.cc",
"speech/audio_buffer.h",
« no previous file with comments | « chrome/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698