Index: components/quirks_client/BUILD.gn |
diff --git a/mojo/services/tracing/public/cpp/BUILD.gn b/components/quirks_client/BUILD.gn |
similarity index 51% |
copy from mojo/services/tracing/public/cpp/BUILD.gn |
copy to components/quirks_client/BUILD.gn |
index 38b3cfec9da7aaf4617afeb2e6d7e454fae6e06b..e3c13f0e076088402ec2d6a67cc584df1bcfc644 100644 |
--- a/mojo/services/tracing/public/cpp/BUILD.gn |
+++ b/components/quirks_client/BUILD.gn |
@@ -2,20 +2,20 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("cpp") { |
+source_set("quirks_client") { |
sources = [ |
+ "pref_names.cc", |
+ "pref_names.h", |
+ "quirks_client.cc", |
+ "quirks_client.h", |
"switches.cc", |
"switches.h", |
- "trace_provider_impl.cc", |
- "trace_provider_impl.h", |
- "tracing_impl.cc", |
- "tracing_impl.h", |
] |
+ defines = [ "QUIRKS_CLIENT_IMPLEMENTATION" ] |
+ |
deps = [ |
"//base", |
- "//mojo/public/cpp/bindings", |
- "//mojo/services/tracing/public/interfaces", |
- "//mojo/shell/public/cpp", |
+ "//base:prefs", |
] |
} |