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

Unified Diff: components/keyed_service.gypi

Issue 336443004: Add components/keyed_service to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no android Created 6 years, 6 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
Index: components/keyed_service.gypi
diff --git a/components/keyed_service.gypi b/components/keyed_service.gypi
index b03a204f9fffb6f99311d62dcbee5df169caf8e2..2f0ceefb6a0b80b0ff5e9aa23ebc1d140732e3cb 100644
--- a/components/keyed_service.gypi
+++ b/components/keyed_service.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/keyed_service/core:core
'target_name': 'keyed_service_core',
'type': '<(component)',
'defines': [
@@ -32,6 +33,7 @@
['OS != "ios"', {
'targets': [
{
+ # GN version: //components/keyed_service/content:content
'target_name': 'keyed_service_content',
'type': '<(component)',
'defines': [

Powered by Google App Engine
This is Rietveld 408576698