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

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

Issue 2048033004: Revert of Convert startup_metric_utils to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: Created 4 years, 6 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 54fd89587c0beed768a2c28a7b67cba9c7dfab28..d9b2f0996e79ea5fee4a73ed06d09b241d90085a 100644
--- a/components/startup_metric_utils/common/BUILD.gn
+++ b/components/startup_metric_utils/common/BUILD.gn
@@ -1,13 +1,14 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-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",
+ "startup_metric_message_generator.cc",
+ "startup_metric_message_generator.h",
+ "startup_metric_messages.h",
]
deps = [
@@ -16,12 +17,3 @@
"//ipc",
]
}
-
-mojom("interfaces") {
- sources = [
- "startup_metric.mojom",
- ]
- deps = [
- "//mojo/common:common_custom_types",
- ]
-}
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_message_filter.cc ('k') | components/startup_metric_utils/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698