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

Unified Diff: components/quirks_client/BUILD.gn

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor manager and delegate Created 4 years, 11 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/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",
]
}

Powered by Google App Engine
This is Rietveld 408576698