| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
| 8 import("//mojo/public/mojo_application_manifest.gni") | 8 import("//mojo/public/mojo_application_manifest.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "../run_all_unittests.cc", | 134 "../run_all_unittests.cc", |
| 135 "../run_all_unittests.h", | 135 "../run_all_unittests.h", |
| 136 "../test/native_widget_factory_mus.cc", | 136 "../test/native_widget_factory_mus.cc", |
| 137 "platform_test_helper_mus.cc", | 137 "platform_test_helper_mus.cc", |
| 138 ] | 138 ] |
| 139 | 139 |
| 140 deps = [ | 140 deps = [ |
| 141 ":mus", | 141 ":mus", |
| 142 "//base", | 142 "//base", |
| 143 "//base/test:test_support", | 143 "//base/test:test_support", |
| 144 "//components/mus/common:mus_common", |
| 144 "//services/shell/background:lib", | 145 "//services/shell/background:lib", |
| 145 "//services/shell/background/tests:test_support", | 146 "//services/shell/background/tests:test_support", |
| 146 "//services/shell/public/cpp:sources", | 147 "//services/shell/public/cpp:sources", |
| 147 "//testing/gtest", | 148 "//testing/gtest", |
| 148 "//ui/aura", | 149 "//ui/aura", |
| 149 "//ui/gl:test_support", | 150 "//ui/gl:test_support", |
| 150 "//ui/resources", | 151 "//ui/resources", |
| 151 "//ui/resources:ui_test_pak", | 152 "//ui/resources:ui_test_pak", |
| 152 "//ui/views", | 153 "//ui/views", |
| 153 "//ui/views:test_support_internal", | 154 "//ui/views:test_support_internal", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 } | 302 } |
| 302 | 303 |
| 303 group("for_component") { | 304 group("for_component") { |
| 304 public_deps = [ | 305 public_deps = [ |
| 305 ":mus", | 306 ":mus", |
| 306 ] | 307 ] |
| 307 deps = [ | 308 deps = [ |
| 308 "//mojo/gles2", | 309 "//mojo/gles2", |
| 309 ] | 310 ] |
| 310 } | 311 } |
| OLD | NEW |