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

Unified Diff: components/sessions.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/search_provider_logos/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions.gypi
diff --git a/components/sessions.gypi b/components/sessions.gypi
index 4d2805d4f61892b475b2efb23e5ce3a68b28dbe9..743ebf2209c426cf5190e97da67dc12d5d5c8b4d 100644
--- a/components/sessions.gypi
+++ b/components/sessions.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/sessions
'target_name': 'sessions',
'type': '<(component)',
'dependencies': [
@@ -21,6 +22,7 @@
'SESSIONS_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'sessions/serialized_navigation_entry.cc',
'sessions/serialized_navigation_entry.h',
],
@@ -33,6 +35,7 @@
],
},
{
+ # GN version: //components/sessions:test_support
'target_name': 'sessions_test_support',
'type': 'static_library',
'defines!': ['SESSIONS_IMPLEMENTATION'],
@@ -44,6 +47,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'sessions/serialized_navigation_entry_test_helper.cc',
'sessions/serialized_navigation_entry_test_helper.h',
],
« no previous file with comments | « components/search_provider_logos/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698