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

Unified Diff: components/url_fixer.gypi

Issue 377393002: Add more 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
« no previous file with comments | « components/history/core/test/BUILD.gn ('k') | components/url_fixer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_fixer.gypi
diff --git a/components/url_fixer.gypi b/components/url_fixer.gypi
index 5870a1ef024db3541936a230e877a1d80dfae3b1..917e9d77d743ca4563f5cb00d0624dc4f56f9232 100644
--- a/components/url_fixer.gypi
+++ b/components/url_fixer.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/url_fixer
'target_name': 'url_fixer',
'type': 'static_library',
'include_dirs': [
@@ -15,6 +16,7 @@
'../net/net.gyp:net',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'url_fixer/url_fixer.cc',
'url_fixer/url_fixer.h',
],
« no previous file with comments | « components/history/core/test/BUILD.gn ('k') | components/url_fixer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698