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

Side by Side Diff: mojo/services/catalog/BUILD.gn

Issue 1791663002: Allow Catalogs to be constructed per-user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@49catalog
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 | « mojo/mojo_shell.gyp ('k') | mojo/services/catalog/catalog.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 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") 6 import("//mojo/public/mojo_application_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 group("catalog") { 9 group("catalog") {
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 ":lib", 12 ":lib",
13 ] 13 ]
14 } 14 }
15 15
16 source_set("lib") { 16 source_set("lib") {
17 sources = [ 17 sources = [
18 "builder.cc", 18 "builder.cc",
19 "builder.h", 19 "builder.h",
20 "catalog.cc", 20 "catalog.cc",
21 "catalog.h", 21 "catalog.h",
22 "entry.cc", 22 "entry.cc",
23 "entry.h", 23 "entry.h",
24 "owner.cc", 24 "factory.cc",
25 "owner.h", 25 "factory.h",
26 "store.cc", 26 "store.cc",
27 "store.h", 27 "store.h",
28 ] 28 ]
29 29
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//mojo/common:url_type_converters", 32 "//mojo/common:url_type_converters",
33 "//mojo/services/catalog/public/interfaces", 33 "//mojo/services/catalog/public/interfaces",
34 "//mojo/shell/public/cpp", 34 "//mojo/shell/public/cpp",
35 "//mojo/util:filename_util", 35 "//mojo/util:filename_util",
(...skipping 14 matching lines...) Expand all
50 sources = [ 50 sources = [
51 "builder_unittest.cc", 51 "builder_unittest.cc",
52 ] 52 ]
53 deps = [ 53 deps = [
54 ":lib", 54 ":lib",
55 "//base", 55 "//base",
56 "//mojo/shell/public/cpp", 56 "//mojo/shell/public/cpp",
57 "//testing/gtest", 57 "//testing/gtest",
58 ] 58 ]
59 } 59 }
OLDNEW
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/services/catalog/catalog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698