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

Unified Diff: components/startup_metric_utils/common/BUILD.gn

Issue 2280183002: Remove all code related to the PreRead field trial. (Closed)
Patch Set: fix include Created 4 years, 4 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/startup_metric_utils/common/BUILD.gn
diff --git a/components/startup_metric_utils/common/BUILD.gn b/components/startup_metric_utils/common/BUILD.gn
index 25392771a860f563239365d7998e391d7b0f0b90..4bb32b55c1132bb48816d19156003739be2cd018 100644
--- a/components/startup_metric_utils/common/BUILD.gn
+++ b/components/startup_metric_utils/common/BUILD.gn
@@ -4,19 +4,6 @@
import("//mojo/public/tools/bindings/mojom.gni")
-source_set("common") {
- sources = [
- "pre_read_field_trial_utils_win.cc",
- "pre_read_field_trial_utils_win.h",
- ]
-
- deps = [
- "//base",
- "//components/variations",
- "//ipc",
- ]
-}
-
mojom("interfaces") {
sources = [
"startup_metric.mojom",
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_accessor.h ('k') | components/startup_metric_utils/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698