Index: components/network_time/BUILD.gn |
diff --git a/components/history/core/common/BUILD.gn b/components/network_time/BUILD.gn |
similarity index 56% |
copy from components/history/core/common/BUILD.gn |
copy to components/network_time/BUILD.gn |
index 7a493141978ebc86786ede32720f563e8a537d74..f935ffb9c10ca862554a3105ad644fb55d50156f 100644 |
--- a/components/history/core/common/BUILD.gn |
+++ b/components/network_time/BUILD.gn |
@@ -2,10 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("common") { |
+static_library("network_time") { |
sources = [ |
- "thumbnail_score.cc", |
- "thumbnail_score.h", |
+ "network_time_tracker.cc", |
+ "network_time_tracker.h", |
+ "network_time_pref_names.cc", |
+ "network_time_pref_names.h", |
] |
deps = [ |