OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |