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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2752303002: views/mus: Install a mus-friend ContextFactory for tests. (Closed)
Patch Set: . Created 3 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 202
203 deps = [ 203 deps = [
204 ":lib", 204 ":lib",
205 ":resources", 205 ":resources",
206 "//ash", 206 "//ash",
207 "//ash/public/cpp:ash_public_cpp", 207 "//ash/public/cpp:ash_public_cpp",
208 "//ash/test:test_support_without_content", 208 "//ash/test:test_support_without_content",
209 "//base", 209 "//base",
210 "//base/test:test_config", 210 "//base/test:test_config",
211 "//base/test:test_support", 211 "//base/test:test_support",
212 "//cc:test_support",
213 "//mash/quick_launch/public/interfaces:constants", 212 "//mash/quick_launch/public/interfaces:constants",
214 "//mojo/public/cpp/system", 213 "//mojo/public/cpp/system",
215 "//services/service_manager/public/cpp:service_test_support", 214 "//services/service_manager/public/cpp:service_test_support",
216 "//services/ui/common:mus_common", 215 "//services/ui/common:mus_common",
217 "//services/ui/public/cpp", 216 "//services/ui/public/cpp",
218 "//services/ui/public/interfaces", 217 "//services/ui/public/interfaces",
219 "//skia", 218 "//skia",
220 "//testing/gtest", 219 "//testing/gtest",
221 "//ui/aura", 220 "//ui/aura",
222 "//ui/aura:test_support", 221 "//ui/aura:test_support",
(...skipping 11 matching lines...) Expand all
234 "//ui/views/mus", 233 "//ui/views/mus",
235 ] 234 ]
236 235
237 data_deps = [ 236 data_deps = [
238 ":mus", 237 ":mus",
239 "//mash/quick_launch", 238 "//mash/quick_launch",
240 ] 239 ]
241 240
242 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 241 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
243 } 242 }
OLDNEW
« no previous file with comments | « ash/laser/laser_pointer_controller_unittest.cc ('k') | ash/mus/non_client_frame_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698