| 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/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
| 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| 8 | 8 |
| 9 mojo_native_application("desktop_ui") { | 9 mojo_native_application("desktop_ui") { |
| 10 sources = [ | 10 sources = [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 mojo_native_application("mandoline_browser_apptests") { | 53 mojo_native_application("mandoline_browser_apptests") { |
| 54 testonly = true | 54 testonly = true |
| 55 | 55 |
| 56 sources = [ | 56 sources = [ |
| 57 "browser_apptest.cc", | 57 "browser_apptest.cc", |
| 58 ] | 58 ] |
| 59 | 59 |
| 60 deps = [ | 60 deps = [ |
| 61 "//base", | 61 "//base", |
| 62 "//base/test:test_config", | 62 "//base/test:test_config", |
| 63 "//components/view_manager/public/cpp", | 63 "//components/mus/public/cpp", |
| 64 "//mandoline/ui/desktop_ui:lib", | 64 "//mandoline/ui/desktop_ui:lib", |
| 65 "//mojo/application/public/cpp:sources", | 65 "//mojo/application/public/cpp:sources", |
| 66 "//mojo/application/public/cpp:test_support", | 66 "//mojo/application/public/cpp:test_support", |
| 67 ] | 67 ] |
| 68 } | 68 } |
| OLD | NEW |