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

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

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
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
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 7
8 mojo_native_application("package_manager") { 8 mojo_native_application("package_manager") {
9 sources = [ 9 sources = [
10 "main.cc", 10 "main.cc",
(...skipping 18 matching lines...) Expand all
29 source_set("lib") { 29 source_set("lib") {
30 sources = [ 30 sources = [
31 "loader.cc", 31 "loader.cc",
32 "loader.h", 32 "loader.h",
33 "package_manager.cc", 33 "package_manager.cc",
34 "package_manager.h", 34 "package_manager.h",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//mojo/common:mojo_scheme_register",
40 "//mojo/common:url_type_converters", 39 "//mojo/common:url_type_converters",
41 "//mojo/services/package_manager/public/interfaces", 40 "//mojo/services/package_manager/public/interfaces",
42 "//mojo/shell/public/cpp", 41 "//mojo/shell/public/cpp",
43 "//mojo/util:filename_util", 42 "//mojo/util:filename_util",
44 "//net", 43 "//net",
45 ] 44 ]
46 } 45 }
OLDNEW
« no previous file with comments | « mojo/services/network/network_service_delegate.cc ('k') | mojo/services/package_manager/loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698