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

Side by Side Diff: components/profile_service/BUILD.gn

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « components/mus/BUILD.gn ('k') | components/resource_provider/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni")
7 6
8 source_set("lib") { 7 source_set("lib") {
9 sources = [ 8 sources = [
10 "profile_app.cc", 9 "profile_app.cc",
11 "profile_app.h", 10 "profile_app.h",
12 "profile_service_impl.cc", 11 "profile_service_impl.cc",
13 "profile_service_impl.h", 12 "profile_service_impl.h",
14 ] 13 ]
15 14
16 deps = [ 15 deps = [
17 "//base", 16 "//base",
18 "//components/filesystem:lib", 17 "//components/filesystem:lib",
19 "//components/filesystem/public/interfaces", 18 "//components/filesystem/public/interfaces",
20 "//components/leveldb:lib", 19 "//components/leveldb:lib",
21 "//components/leveldb/public/interfaces", 20 "//components/leveldb/public/interfaces",
22 "//components/profile_service/public/interfaces", 21 "//components/profile_service/public/interfaces",
23 "//mojo/common", 22 "//mojo/common",
24 "//mojo/common:common_base", 23 "//mojo/common:common_base",
25 "//mojo/platform_handle", 24 "//mojo/platform_handle",
26 "//mojo/services/tracing/public/cpp", 25 "//mojo/services/tracing/public/cpp",
27 "//mojo/shell/public/cpp", 26 "//mojo/shell/public/cpp",
28 "//mojo/shell/public/interfaces", 27 "//mojo/shell/public/interfaces",
29 "//url", 28 "//url",
30 ] 29 ]
31 } 30 }
OLDNEW
« no previous file with comments | « components/mus/BUILD.gn ('k') | components/resource_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698