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

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: 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
« no previous file with comments | « BUILD.gn ('k') | components/keyed_service/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
blundell 2014/06/19 20:19:01 What does this syntax mean, out of curiosity?
brettw 2014/06/19 20:21:22 The "core" target in the "components/keyed_service
'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': [
« no previous file with comments | « BUILD.gn ('k') | components/keyed_service/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698