| 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("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
| 8 | 8 |
| 9 mojo_native_application("view_manager") { | 9 mojo_native_application("view_manager") { |
| 10 sources = [ | 10 sources = [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 deps = [ | 75 deps = [ |
| 76 "//base", | 76 "//base", |
| 77 "//cc/surfaces", | 77 "//cc/surfaces", |
| 78 "//cc/surfaces:surface_id", | 78 "//cc/surfaces:surface_id", |
| 79 "//components/native_viewport/public/interfaces", | 79 "//components/native_viewport/public/interfaces", |
| 80 "//components/surfaces/public/interfaces", | 80 "//components/surfaces/public/interfaces", |
| 81 "//components/view_manager/public/cpp:common", | 81 "//components/view_manager/public/cpp:common", |
| 82 "//components/view_manager/public/interfaces", | 82 "//components/view_manager/public/interfaces", |
| 83 "//components/window_manager/public/interfaces", | 83 "//components/window_manager/public/interfaces", |
| 84 "//mojo/application", | 84 "//mojo/application", |
| 85 "//mojo/application/public/interfaces", |
| 85 "//mojo/common", | 86 "//mojo/common", |
| 86 "//mojo/common:tracing_impl", | 87 "//mojo/common:tracing_impl", |
| 87 "//mojo/converters/geometry", | 88 "//mojo/converters/geometry", |
| 88 "//mojo/converters/input_events", | 89 "//mojo/converters/input_events", |
| 89 "//mojo/converters/surfaces", | 90 "//mojo/converters/surfaces", |
| 90 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", | 91 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", |
| 91 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 92 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", |
| 92 "//third_party/mojo/src/mojo/public/interfaces/application", | |
| 93 "//ui/mojo/geometry:interfaces", | 93 "//ui/mojo/geometry:interfaces", |
| 94 "//ui/mojo/events:interfaces", | 94 "//ui/mojo/events:interfaces", |
| 95 "//ui/gfx", | 95 "//ui/gfx", |
| 96 "//ui/gfx/geometry", | 96 "//ui/gfx/geometry", |
| 97 ] | 97 ] |
| 98 | 98 |
| 99 data_deps = [ | 99 data_deps = [ |
| 100 "//components/native_viewport", | 100 "//components/native_viewport", |
| 101 "//components/surfaces", | 101 "//components/surfaces", |
| 102 | 102 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 140 |
| 141 deps = [ | 141 deps = [ |
| 142 ":test_support", | 142 ":test_support", |
| 143 ":view_manager_lib", | 143 ":view_manager_lib", |
| 144 "//base", | 144 "//base", |
| 145 "//base/test:test_config", | 145 "//base/test:test_config", |
| 146 "//components/native_viewport/public/cpp:args", | 146 "//components/native_viewport/public/cpp:args", |
| 147 "//components/view_manager/public/cpp:common", | 147 "//components/view_manager/public/cpp:common", |
| 148 "//components/view_manager/public/interfaces", | 148 "//components/view_manager/public/interfaces", |
| 149 "//components/window_manager/public/interfaces", | 149 "//components/window_manager/public/interfaces", |
| 150 "//mojo/application/public/interfaces", |
| 150 "//mojo/converters/geometry", | 151 "//mojo/converters/geometry", |
| 151 "//mojo/converters/input_events", | 152 "//mojo/converters/input_events", |
| 152 "//mojo/environment:chromium", | 153 "//mojo/environment:chromium", |
| 153 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", | 154 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", |
| 154 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", | 155 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", |
| 155 "//third_party/mojo/src/mojo/public/interfaces/application", | |
| 156 "//ui/mojo/geometry:interfaces", | 156 "//ui/mojo/geometry:interfaces", |
| 157 "//ui/mojo/events:interfaces", | 157 "//ui/mojo/events:interfaces", |
| 158 "//testing/gtest", | 158 "//testing/gtest", |
| 159 "//ui/gfx", | 159 "//ui/gfx", |
| 160 "//ui/gfx:test_support", | 160 "//ui/gfx:test_support", |
| 161 "//ui/gfx/geometry", | 161 "//ui/gfx/geometry", |
| 162 ] | 162 ] |
| 163 | 163 |
| 164 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. | 164 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. |
| 165 deps += [ "//third_party/mesa:osmesa" ] | 165 deps += [ "//third_party/mesa:osmesa" ] |
| (...skipping 17 matching lines...) Expand all Loading... |
| 183 "//components/view_manager/public/interfaces", | 183 "//components/view_manager/public/interfaces", |
| 184 "//components/window_manager/public/interfaces", | 184 "//components/window_manager/public/interfaces", |
| 185 "//mojo/application", | 185 "//mojo/application", |
| 186 "//mojo/application:test_support", | 186 "//mojo/application:test_support", |
| 187 "//mojo/common", | 187 "//mojo/common", |
| 188 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", | 188 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", |
| 189 "//ui/mojo/geometry:interfaces", | 189 "//ui/mojo/geometry:interfaces", |
| 190 "//ui/mojo/geometry:util", | 190 "//ui/mojo/geometry:util", |
| 191 ] | 191 ] |
| 192 } | 192 } |
| OLD | NEW |