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

Unified Diff: components/precache.gypi

Issue 393193002: Add search_engines and precache components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/precache.gypi
diff --git a/components/precache.gypi b/components/precache.gypi
index ec536238d889f6257d91e8fb84a34b2cc6e211fc..5d28ac0d8187cc32d5e673dcec21a1e0832d9607 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN Version: //components/precache/content
'target_name': 'precache_content',
'type': 'static_library',
'dependencies': [
@@ -17,6 +18,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'precache/content/precache_manager.cc',
'precache/content/precache_manager.h',
'precache/content/precache_manager_factory.cc',
@@ -24,6 +26,7 @@
],
},
{
+ # GN version: //components/precache/core
'target_name': 'precache_core',
'type': 'static_library',
'dependencies': [
@@ -54,6 +57,7 @@
},
},
{
+ # GN version: //components/precache/core:proto
'target_name': 'precache_core_proto',
'type': 'static_library',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698