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

Unified Diff: components/search_engines.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/search_engines.gypi
diff --git a/components/search_engines.gypi b/components/search_engines.gypi
index 22309f05a0305157bb00b4f7a39188ea9eacdb66..f3314a05b08393fcb69d63b601c990816d645cca 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/search_engines
'target_name': 'search_engines',
'type': 'static_library',
'dependencies': [
@@ -31,6 +32,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'search_engines/default_search_manager.cc',
'search_engines/default_search_manager.h',
'search_engines/default_search_policy_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698