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

Side by Side Diff: components/keyed_service/ios/BUILD.gn

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/keyed_service.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("ios") {
6 sources = [
7 "browser_state_context_converter.cc",
8 "browser_state_context_converter.h",
9 "browser_state_dependency_manager.cc",
10 "browser_state_dependency_manager.h",
11 "browser_state_keyed_service_factory.cc",
12 "browser_state_keyed_service_factory.h",
13 "refcounted_browser_state_keyed_service_factory.cc",
14 "refcounted_browser_state_keyed_service_factory.h",
15 ]
16
17 deps = [
18 "//base",
19 "//base/third_party/dynamic_annotations",
20 "//components/keyed_service/core",
21 "//ios/web",
22 ]
23
24 defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
25 }
OLDNEW
« no previous file with comments | « components/keyed_service.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698