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

Side by Side Diff: components/keyed_service.gypi

Issue 1445543003: Add gn implementation for //components/keyed_service/ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dom_distiller
Patch Set: Created 5 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 | « components/BUILD.gn ('k') | components/keyed_service/ios/BUILD.gn » ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'keyed_service/content/browser_context_keyed_service_shutdown_notifi er_factory.cc', 75 'keyed_service/content/browser_context_keyed_service_shutdown_notifi er_factory.cc',
76 'keyed_service/content/browser_context_keyed_service_shutdown_notifi er_factory.h', 76 'keyed_service/content/browser_context_keyed_service_shutdown_notifi er_factory.h',
77 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.cc', 77 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.cc',
78 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.h', 78 'keyed_service/content/refcounted_browser_context_keyed_service_fact ory.h',
79 ], 79 ],
80 }], 80 }],
81 }], 81 }],
82 ['OS == "ios"', { 82 ['OS == "ios"', {
83 'targets': [ 83 'targets': [
84 { 84 {
85 # GN version: //components/keyed_service/ios
85 'target_name': 'keyed_service_ios', 86 'target_name': 'keyed_service_ios',
86 'type': '<(component)', 87 'type': '<(component)',
87 'defines': [ 88 'defines': [
88 'KEYED_SERVICE_IMPLEMENTATION', 89 'KEYED_SERVICE_IMPLEMENTATION',
89 ], 90 ],
90 'dependencies': [ 91 'dependencies': [
91 '../base/base.gyp:base', 92 '../base/base.gyp:base',
92 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 93 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
93 '../ios/web/ios_web.gyp:ios_web', 94 '../ios/web/ios_web.gyp:ios_web',
94 'keyed_service_core', 95 'keyed_service_core',
95 ], 96 ],
96 'include_dirs': [ 97 'include_dirs': [
97 '..', 98 '..',
98 ], 99 ],
99 'sources': [ 100 'sources': [
100 'keyed_service/ios/browser_state_context_converter.cc', 101 'keyed_service/ios/browser_state_context_converter.cc',
101 'keyed_service/ios/browser_state_context_converter.h', 102 'keyed_service/ios/browser_state_context_converter.h',
102 'keyed_service/ios/browser_state_dependency_manager.cc', 103 'keyed_service/ios/browser_state_dependency_manager.cc',
103 'keyed_service/ios/browser_state_dependency_manager.h', 104 'keyed_service/ios/browser_state_dependency_manager.h',
104 'keyed_service/ios/browser_state_keyed_service_factory.cc', 105 'keyed_service/ios/browser_state_keyed_service_factory.cc',
105 'keyed_service/ios/browser_state_keyed_service_factory.h', 106 'keyed_service/ios/browser_state_keyed_service_factory.h',
106 'keyed_service/ios/refcounted_browser_state_keyed_service_factory.cc ', 107 'keyed_service/ios/refcounted_browser_state_keyed_service_factory.cc ',
107 'keyed_service/ios/refcounted_browser_state_keyed_service_factory.h' , 108 'keyed_service/ios/refcounted_browser_state_keyed_service_factory.h' ,
108 ], 109 ],
109 }], 110 }],
110 }], 111 }],
111 ], 112 ],
112 } 113 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/keyed_service/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698