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

Unified Diff: content/browser/BUILD.gn

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: rebase to tot 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
« no previous file with comments | « components/arc/common/tracing.mojom ('k') | content/browser/tracing/arc_tracing_agent.h » ('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 ec34aab163028c56e13a704a9b779beaafc0d66a..a10935cd961f68a609f7dcfc71adc53c0295bf5d 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1405,8 +1405,6 @@ source_set("browser") {
"streams/stream_write_observer.h",
"theme_helper_mac.h",
"theme_helper_mac.mm",
- "tracing/arc_tracing_agent.cc",
- "tracing/arc_tracing_agent.h",
"tracing/background_memory_tracing_observer.cc",
"tracing/background_memory_tracing_observer.h",
"tracing/background_tracing_config_impl.cc",
@@ -1536,6 +1534,12 @@ source_set("browser") {
"tracing/power_tracing_agent.h",
]
}
+ if (is_chromeos) {
+ sources += [
+ "tracing/arc_tracing_agent.cc",
+ "tracing/arc_tracing_agent.h",
+ ]
+ }
if (enable_webrtc) {
sources += [
« no previous file with comments | « components/arc/common/tracing.mojom ('k') | content/browser/tracing/arc_tracing_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698