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

Side by Side Diff: services/navigation/BUILD.gn

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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 | « services/catalog/reader.cc ('k') | services/navigation/manifest.json » ('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("//services/service_manager/public/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.gni")
6 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 group("all") { 10 group("all") {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 sources = [ 81 sources = [
82 "navigation_unittest.cc", 82 "navigation_unittest.cc",
83 ] 83 ]
84 84
85 deps = [ 85 deps = [
86 "//base", 86 "//base",
87 "//base/test:test_support", 87 "//base/test:test_support",
88 "//services/navigation/public/interfaces", 88 "//services/navigation/public/interfaces",
89 "//services/service_manager/public/cpp", 89 "//services/service_manager/public/cpp",
90 "//services/service_manager/public/cpp:service_test_support", 90 "//services/service_manager/public/cpp:service_test_support",
91 "//services/service_manager/public/cpp/test:run_all_shelltests", 91 "//services/service_manager/public/cpp/test:run_all_service_tests",
92 "//testing/gtest", 92 "//testing/gtest",
93 ] 93 ]
94 94
95 data_deps = [ 95 data_deps = [
96 ":navigation", 96 ":navigation",
97 ":unittest_manifest", 97 ":unittest_manifest",
98 "//services/ui/test_wm", 98 "//services/ui/test_wm",
99 ] 99 ]
100 } 100 }
101 101
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "//net:net_resources", 139 "//net:net_resources",
140 "//third_party/WebKit/public:image_resources", 140 "//third_party/WebKit/public:image_resources",
141 "//third_party/WebKit/public:resources", 141 "//third_party/WebKit/public:resources",
142 "//ui/resources", 142 "//ui/resources",
143 "//ui/strings", 143 "//ui/strings",
144 "//ui/views/resources", 144 "//ui/views/resources",
145 ] 145 ]
146 146
147 output = "$root_out_dir/navigation.pak" 147 output = "$root_out_dir/navigation.pak"
148 } 148 }
OLDNEW
« no previous file with comments | « services/catalog/reader.cc ('k') | services/navigation/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698