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

Unified Diff: components/infobars.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/google/core/browser/BUILD.gn ('k') | components/infobars/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars.gypi
diff --git a/components/infobars.gypi b/components/infobars.gypi
index d322517c4e20b8dca7848e69c7966c63d1177e42..6f9fdf7656f5350fcde0731c70088677c3e1245d 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/infobars/core
'target_name': 'infobars_core',
'type': 'static_library',
'include_dirs': [
@@ -17,6 +18,7 @@
'../ui/strings/ui_strings.gyp:ui_strings',
],
'sources': [
+ # Note: sources duplicated in GN build.
'infobars/core/confirm_infobar_delegate.cc',
'infobars/core/confirm_infobar_delegate.h',
'infobars/core/infobar.cc',
@@ -33,8 +35,9 @@
],
},
{
+ # GN version: //components/infobars/test:test_support
'target_name': 'infobars_test_support',
- 'type': 'static_library',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
@@ -43,6 +46,7 @@
'../skia/skia.gyp:skia',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'infobars/test/infobar_test.cc',
],
},
« no previous file with comments | « components/google/core/browser/BUILD.gn ('k') | components/infobars/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698