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

Unified Diff: components/network_time/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android Created 6 years, 5 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
« no previous file with comments | « components/network_time.gypi ('k') | components/password_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « components/network_time.gypi ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698