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