| 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") |
| 11 | 11 |
| 12 component("mus") { | 12 component("mus") { |
| 13 output_name = "ui_views_mus_lib" | 13 output_name = "ui_views_mus_lib" |
| 14 | 14 |
| 15 sources = [ | 15 sources = [ |
| 16 "aura_init.cc", | 16 "aura_init.cc", |
| 17 "aura_init.h", | 17 "aura_init.h", |
| 18 "clipboard_mus.cc", | |
| 19 "clipboard_mus.h", | |
| 20 "display_list.cc", | 18 "display_list.cc", |
| 21 "display_list.h", | 19 "display_list.h", |
| 22 "input_method_mus.cc", | 20 "input_method_mus.cc", |
| 23 "input_method_mus.h", | 21 "input_method_mus.h", |
| 24 "mus_export.h", | 22 "mus_export.h", |
| 25 "native_widget_mus.cc", | 23 "native_widget_mus.cc", |
| 26 "native_widget_mus.h", | 24 "native_widget_mus.h", |
| 27 "screen_mus.cc", | 25 "screen_mus.cc", |
| 28 "screen_mus.h", | 26 "screen_mus.h", |
| 29 "screen_mus_delegate.h", | 27 "screen_mus_delegate.h", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 53 "//base:i18n", | 51 "//base:i18n", |
| 54 "//base/third_party/dynamic_annotations", | 52 "//base/third_party/dynamic_annotations", |
| 55 "//cc", | 53 "//cc", |
| 56 "//cc/surfaces", | 54 "//cc/surfaces", |
| 57 "//components/bitmap_uploader", | 55 "//components/bitmap_uploader", |
| 58 "//components/mus/common:mus_common", | 56 "//components/mus/common:mus_common", |
| 59 "//components/mus/gles2:lib", | 57 "//components/mus/gles2:lib", |
| 60 "//components/mus/public/cpp", | 58 "//components/mus/public/cpp", |
| 61 "//components/mus/public/cpp/surfaces", | 59 "//components/mus/public/cpp/surfaces", |
| 62 "//components/mus/public/interfaces", | 60 "//components/mus/public/interfaces", |
| 63 "//mojo/common", | |
| 64 "//mojo/public/c/system:for_component", | 61 "//mojo/public/c/system:for_component", |
| 65 "//mojo/public/cpp/bindings", | 62 "//mojo/public/cpp/bindings", |
| 66 "//services/catalog/public/cpp", | 63 "//services/catalog/public/cpp", |
| 67 "//services/shell/public/cpp", | 64 "//services/shell/public/cpp", |
| 68 "//services/shell/public/interfaces", | 65 "//services/shell/public/interfaces", |
| 69 "//skia", | 66 "//skia", |
| 70 "//third_party/icu", | 67 "//third_party/icu", |
| 71 "//ui/aura", | 68 "//ui/aura", |
| 72 "//ui/compositor", | 69 "//ui/compositor", |
| 73 "//ui/display", | 70 "//ui/display", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 | 242 |
| 246 # Tests that must run sequentially because they access system-wide features | 243 # Tests that must run sequentially because they access system-wide features |
| 247 # like capture. | 244 # like capture. |
| 248 test("views_mus_interactive_ui_tests") { | 245 test("views_mus_interactive_ui_tests") { |
| 249 testonly = true | 246 testonly = true |
| 250 | 247 |
| 251 configs += [ "//build/config:precompiled_headers" ] | 248 configs += [ "//build/config:precompiled_headers" ] |
| 252 | 249 |
| 253 sources = [ | 250 sources = [ |
| 254 "../widget/widget_interactive_uitest.cc", | 251 "../widget/widget_interactive_uitest.cc", |
| 255 "clipboard_unittest.cc", | |
| 256 "interactive_ui_tests_mus.cc", | 252 "interactive_ui_tests_mus.cc", |
| 257 ] | 253 ] |
| 258 | 254 |
| 259 deps = [ | 255 deps = [ |
| 260 ":mus", | 256 ":mus", |
| 261 ":test_support", | 257 ":test_support", |
| 262 "//base", | 258 "//base", |
| 263 "//services/shell/background:main", # Provides main(). | 259 "//services/shell/background:main", # Provides main(). |
| 264 "//testing/gmock", | |
| 265 "//testing/gtest", | |
| 266 "//ui/aura", | 260 "//ui/aura", |
| 267 "//ui/base", | 261 "//ui/base", |
| 268 "//ui/base/ime", | 262 "//ui/base/ime", |
| 269 "//ui/events:events_base", | 263 "//ui/events:events_base", |
| 270 "//ui/events:test_support", | 264 "//ui/events:test_support", |
| 271 "//ui/gl:test_support", | 265 "//ui/gl:test_support", |
| 272 "//ui/touch_selection", | 266 "//ui/touch_selection", |
| 273 "//ui/views", | 267 "//ui/views", |
| 274 "//ui/views:test_support_internal", | 268 "//ui/views:test_support_internal", |
| 275 "//ui/wm", | 269 "//ui/wm", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 304 type = "exe" | 298 type = "exe" |
| 305 application_name = "views_mus_interactive_ui_tests" | 299 application_name = "views_mus_interactive_ui_tests" |
| 306 source = "interactive_ui_tests_manifest.json" | 300 source = "interactive_ui_tests_manifest.json" |
| 307 } | 301 } |
| 308 | 302 |
| 309 group("for_component") { | 303 group("for_component") { |
| 310 public_deps = [ | 304 public_deps = [ |
| 311 ":mus", | 305 ":mus", |
| 312 ] | 306 ] |
| 313 } | 307 } |
| OLD | NEW |