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

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

Issue 2855393002: Fix a TODO in GN file (Closed)
Patch Set: Created 3 years, 7 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 | « ash/touch_hud/mus/BUILD.gn ('k') | components/leveldb/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/catalog/public/tools/catalog.gni") 5 import("//services/catalog/public/tools/catalog.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//services/service_manager/public/tools/test/service_test.gni") 8 import("//services/service_manager/public/tools/test/service_test.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ] 68 ]
69 69
70 catalog = ":filesystem_service_unittests_catalog" 70 catalog = ":filesystem_service_unittests_catalog"
71 71
72 deps = [ 72 deps = [
73 "//base", 73 "//base",
74 "//components/filesystem/public/interfaces", 74 "//components/filesystem/public/interfaces",
75 "//mojo/common", 75 "//mojo/common",
76 "//mojo/public/cpp/bindings", 76 "//mojo/public/cpp/bindings",
77 "//mojo/public/cpp/system", 77 "//mojo/public/cpp/system",
78 "//services/service_manager/public/cpp",
78 "//services/service_manager/public/cpp:service_test_support", 79 "//services/service_manager/public/cpp:service_test_support",
79 "//services/service_manager/public/cpp:sources",
80 ] 80 ]
81 81
82 data_deps = [ 82 data_deps = [
83 ":filesystem", 83 ":filesystem",
84 ] 84 ]
85 } 85 }
86 86
87 service_manifest("test_manifest") { 87 service_manifest("test_manifest") {
88 name = "filesystem_service_unittests" 88 name = "filesystem_service_unittests"
89 source = "test_manifest.json" 89 source = "test_manifest.json"
90 } 90 }
91 91
92 catalog("filesystem_service_unittests_catalog") { 92 catalog("filesystem_service_unittests_catalog") {
93 embedded_services = [ ":test_manifest" ] 93 embedded_services = [ ":test_manifest" ]
94 standalone_services = [ ":manifest" ] 94 standalone_services = [ ":manifest" ]
95 } 95 }
OLDNEW
« no previous file with comments | « ash/touch_hud/mus/BUILD.gn ('k') | components/leveldb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698