| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "//ash/common/test:test_support", | 253 "//ash/common/test:test_support", |
| 254 "//ash/public/interfaces", | 254 "//ash/public/interfaces", |
| 255 "//base", | 255 "//base", |
| 256 "//base/test:test_config", | 256 "//base/test:test_config", |
| 257 "//base/test:test_support", | 257 "//base/test:test_support", |
| 258 "//mash/quick_launch/public/interfaces:constants", | 258 "//mash/quick_launch/public/interfaces:constants", |
| 259 "//mojo/public/cpp/system", | 259 "//mojo/public/cpp/system", |
| 260 "//services/service_manager/public/cpp:service_test_support", | 260 "//services/service_manager/public/cpp:service_test_support", |
| 261 "//services/ui/common:mus_common", | 261 "//services/ui/common:mus_common", |
| 262 "//services/ui/public/cpp", | 262 "//services/ui/public/cpp", |
| 263 "//services/ui/public/cpp/tests:test_support", | |
| 264 "//services/ui/public/cpp/tests:unittest_support", | 263 "//services/ui/public/cpp/tests:unittest_support", |
| 265 "//services/ui/public/interfaces", | 264 "//services/ui/public/interfaces", |
| 266 "//skia", | 265 "//skia", |
| 267 "//testing/gtest", | 266 "//testing/gtest", |
| 268 "//ui/aura", | 267 "//ui/aura", |
| 269 "//ui/aura:test_support", | 268 "//ui/aura:test_support", |
| 270 "//ui/base", | 269 "//ui/base", |
| 271 "//ui/base:test_support", | 270 "//ui/base:test_support", |
| 272 "//ui/display", | 271 "//ui/display", |
| 273 "//ui/events", | 272 "//ui/events", |
| 274 "//ui/events:test_support", | 273 "//ui/events:test_support", |
| 275 "//ui/gfx:test_support", | 274 "//ui/gfx:test_support", |
| 276 "//ui/gfx/geometry", | 275 "//ui/gfx/geometry", |
| 277 "//ui/gfx/geometry/mojo", | 276 "//ui/gfx/geometry/mojo", |
| 278 "//ui/message_center", | 277 "//ui/message_center", |
| 279 "//ui/views:test_support", | 278 "//ui/views:test_support", |
| 280 "//ui/views/mus", | 279 "//ui/views/mus", |
| 281 ] | 280 ] |
| 282 | 281 |
| 283 data_deps = [ | 282 data_deps = [ |
| 284 ":mus", | 283 ":mus", |
| 285 "//mash/quick_launch", | 284 "//mash/quick_launch", |
| 286 ] | 285 ] |
| 287 | 286 |
| 288 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 287 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 289 } | 288 } |
| OLD | NEW |