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

Side by Side Diff: components/keyed_service.gypi

Issue 654753010: Refactor (Refcounted)BrowserContextKeyedServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/keyed_service/content/browser_context_keyed_base_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/keyed_service/core:core 8 # GN version: //components/keyed_service/core:core
9 'target_name': 'keyed_service_core', 9 'target_name': 'keyed_service_core',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 12 matching lines...) Expand all
23 'keyed_service/core/dependency_graph.cc', 23 'keyed_service/core/dependency_graph.cc',
24 'keyed_service/core/dependency_graph.h', 24 'keyed_service/core/dependency_graph.h',
25 'keyed_service/core/dependency_manager.cc', 25 'keyed_service/core/dependency_manager.cc',
26 'keyed_service/core/dependency_manager.h', 26 'keyed_service/core/dependency_manager.h',
27 'keyed_service/core/dependency_node.h', 27 'keyed_service/core/dependency_node.h',
28 'keyed_service/core/keyed_service.cc', 28 'keyed_service/core/keyed_service.cc',
29 'keyed_service/core/keyed_service.h', 29 'keyed_service/core/keyed_service.h',
30 'keyed_service/core/keyed_service_base_factory.cc', 30 'keyed_service/core/keyed_service_base_factory.cc',
31 'keyed_service/core/keyed_service_base_factory.h', 31 'keyed_service/core/keyed_service_base_factory.h',
32 'keyed_service/core/keyed_service_export.h', 32 'keyed_service/core/keyed_service_export.h',
33 'keyed_service/core/keyed_service_factory.cc',
34 'keyed_service/core/keyed_service_factory.h',
33 'keyed_service/core/refcounted_keyed_service.cc', 35 'keyed_service/core/refcounted_keyed_service.cc',
34 'keyed_service/core/refcounted_keyed_service.h', 36 'keyed_service/core/refcounted_keyed_service.h',
37 'keyed_service/core/refcounted_keyed_service_factory.cc',
38 'keyed_service/core/refcounted_keyed_service_factory.h',
35 ], 39 ],
36 }, 40 },
37 ], 41 ],
38 'conditions': [ 42 'conditions': [
39 ['OS != "ios"', { 43 ['OS != "ios"', {
40 'targets': [ 44 'targets': [
41 { 45 {
42 # GN version: //components/keyed_service/content:content 46 # GN version: //components/keyed_service/content:content
43 'target_name': 'keyed_service_content', 47 'target_name': 'keyed_service_content',
44 'type': '<(component)', 48 'type': '<(component)',
(...skipping 20 matching lines...) Expand all
65 'keyed_service/content/browser_context_keyed_base_factory.cc', 69 'keyed_service/content/browser_context_keyed_base_factory.cc',
66 'keyed_service/content/browser_context_keyed_service_factory.cc', 70 'keyed_service/content/browser_context_keyed_service_factory.cc',
67 'keyed_service/content/browser_context_keyed_service_factory.h', 71 'keyed_service/content/browser_context_keyed_service_factory.h',
68 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.cc', 72 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.cc',
69 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.h', 73 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.h',
70 ], 74 ],
71 }], 75 }],
72 }], 76 }],
73 ], 77 ],
74 } 78 }
OLDNEW
« no previous file with comments | « no previous file | components/keyed_service/content/browser_context_keyed_base_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698