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

Unified Diff: components/captive_portal.gypi

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/autocomplete/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/captive_portal.gypi
diff --git a/components/captive_portal.gypi b/components/captive_portal.gypi
index 91418e382127f23b947bc0c1e43c4d0f64bb92a4..c4b6fd94c9a9afdd4dc331fa44ac0265ee83aa16 100644
--- a/components/captive_portal.gypi
+++ b/components/captive_portal.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/captive_portal
'target_name': 'captive_portal',
'type': '<(component)',
'dependencies': [
@@ -19,6 +20,7 @@
'CAPTIVE_PORTAL_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'captive_portal/captive_portal_detector.cc',
'captive_portal/captive_portal_detector.h',
'captive_portal/captive_portal_types.cc',
@@ -27,6 +29,7 @@
],
},
{
+ # GN version: //components/captive_portal:test_support
'target_name': 'captive_portal_test_support',
'type': 'static_library',
'dependencies': [
@@ -36,6 +39,7 @@
'../url/url.gyp:url_lib',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'captive_portal/captive_portal_testing_utils.cc',
'captive_portal/captive_portal_testing_utils.h',
],
« no previous file with comments | « components/autocomplete/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698