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

Unified Diff: components/pref_registry.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 | « components/password_manager/core/browser/BUILD.gn ('k') | components/pref_registry/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry.gypi
diff --git a/components/pref_registry.gypi b/components/pref_registry.gypi
index 14ce0079f48af4ea99fcec90a0b68665fc6071f2..3e88a021a7aef03f7d2f40d1665c7c003556c3a8 100644
--- a/components/pref_registry.gypi
+++ b/components/pref_registry.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/pref_registry
'target_name': 'pref_registry',
'type': '<(component)',
'dependencies': [
@@ -26,6 +27,7 @@
],
},
{
+ # GN version: //components/pref_registry:test_support
'target_name': 'pref_registry_test_support',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | components/pref_registry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698