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

Unified Diff: components/network_time.gypi

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/navigation_interception/BUILD.gn ('k') | components/network_time/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_time.gypi
diff --git a/components/network_time.gypi b/components/network_time.gypi
index 22426d9407ef3dc59eab0597f1a3671cc4c149bb..b432628acb73bc85ba729b959d71b3e1e726d2be 100644
--- a/components/network_time.gypi
+++ b/components/network_time.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/network_time
'target_name': 'network_time',
'type': 'static_library',
'dependencies': [
@@ -14,6 +15,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'network_time/network_time_tracker.cc',
'network_time/network_time_tracker.h',
'network_time/network_time_pref_names.cc',
« no previous file with comments | « components/navigation_interception/BUILD.gn ('k') | components/network_time/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698