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

Unified Diff: components/bookmarks.gypi

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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 | « chrome/test/BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 9d70d3350c9a98016470928d5f2d3b8a007e8737..6c96a22b0b6ba718adcd7ad27103bb4c52293d78 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/bookmarks/browser
'target_name': 'bookmarks_browser',
'type': 'static_library',
'include_dirs': [
@@ -73,6 +74,7 @@
],
},
{
+ # GN version: //components/bookmarks/common
'target_name': 'bookmarks_common',
'type': 'static_library',
'include_dirs': [
@@ -89,6 +91,7 @@
],
},
{
+ # GN version: //components/bookmarks/test
'target_name': 'bookmarks_test_support',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698