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

Unified Diff: components/browser_context_keyed_service.gypi

Issue 15904021: Enable component build for browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more trybot debugging Created 7 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 | « no previous file | components/browser_context_keyed_service/browser_context_dependency_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_context_keyed_service.gypi
diff --git a/components/browser_context_keyed_service.gypi b/components/browser_context_keyed_service.gypi
index 0fba195403db6ac62ee34b47978d04aa1dd7fccc..f9cbee0c4bc6e7a1990ba293e5ea389a112af9f4 100644
--- a/components/browser_context_keyed_service.gypi
+++ b/components/browser_context_keyed_service.gypi
@@ -6,7 +6,10 @@
'targets': [
{
'target_name': 'browser_context_keyed_service',
- 'type': 'static_library',
+ 'type': '<(component)',
+ 'defines': [
+ 'BROWSER_CONTEXT_KEYED_SERVICE_IMPLEMENTATION',
+ ],
'include_dirs': [
'..',
],
@@ -20,6 +23,7 @@
'user_prefs',
],
'sources': [
+ 'browser_context_keyed_service/browser_context_keyed_service_export.h',
'browser_context_keyed_service/browser_context_dependency_manager.cc',
'browser_context_keyed_service/browser_context_dependency_manager.h',
'browser_context_keyed_service/browser_context_keyed_base_factory.h',
« no previous file with comments | « no previous file | components/browser_context_keyed_service/browser_context_dependency_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698