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

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

Issue 2651593002: mus: Remove the old client lib. (Closed)
Patch Set: restore test Created 3 years, 11 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 | « no previous file | content/browser/compositor/gpu_process_transport_factory.cc » ('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 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "//ash/public/interfaces", 223 "//ash/public/interfaces",
224 "//ash/test:test_support_without_content", 224 "//ash/test:test_support_without_content",
225 "//base", 225 "//base",
226 "//base/test:test_config", 226 "//base/test:test_config",
227 "//base/test:test_support", 227 "//base/test:test_support",
228 "//mash/quick_launch/public/interfaces:constants", 228 "//mash/quick_launch/public/interfaces:constants",
229 "//mojo/public/cpp/system", 229 "//mojo/public/cpp/system",
230 "//services/service_manager/public/cpp:service_test_support", 230 "//services/service_manager/public/cpp:service_test_support",
231 "//services/ui/common:mus_common", 231 "//services/ui/common:mus_common",
232 "//services/ui/public/cpp", 232 "//services/ui/public/cpp",
233 "//services/ui/public/cpp/tests:unittest_support",
234 "//services/ui/public/interfaces", 233 "//services/ui/public/interfaces",
235 "//skia", 234 "//skia",
236 "//testing/gtest", 235 "//testing/gtest",
237 "//ui/aura", 236 "//ui/aura",
238 "//ui/aura:test_support", 237 "//ui/aura:test_support",
239 "//ui/base", 238 "//ui/base",
240 "//ui/base:test_support", 239 "//ui/base:test_support",
241 "//ui/display", 240 "//ui/display",
242 "//ui/events", 241 "//ui/events",
243 "//ui/events:test_support", 242 "//ui/events:test_support",
244 "//ui/gfx:test_support", 243 "//ui/gfx:test_support",
245 "//ui/gfx/geometry", 244 "//ui/gfx/geometry",
246 "//ui/gfx/geometry/mojo", 245 "//ui/gfx/geometry/mojo",
247 "//ui/message_center", 246 "//ui/message_center",
248 "//ui/views:test_support", 247 "//ui/views:test_support",
249 "//ui/views/mus", 248 "//ui/views/mus",
250 ] 249 ]
251 250
252 data_deps = [ 251 data_deps = [
253 ":mus", 252 ":mus",
254 "//mash/quick_launch", 253 "//mash/quick_launch",
255 ] 254 ]
256 255
257 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 256 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
258 } 257 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698