Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2161993002: Start using display.mojom.Display in mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Fixes. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/display/mojo/mojo_display_export.h ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//services/shell/public/interfaces", 66 "//services/shell/public/interfaces",
67 "//services/ui/common:mus_common", 67 "//services/ui/common:mus_common",
68 "//services/ui/gles2:lib", 68 "//services/ui/gles2:lib",
69 "//services/ui/public/cpp", 69 "//services/ui/public/cpp",
70 "//services/ui/public/interfaces", 70 "//services/ui/public/interfaces",
71 "//skia", 71 "//skia",
72 "//third_party/icu", 72 "//third_party/icu",
73 "//ui/aura", 73 "//ui/aura",
74 "//ui/compositor", 74 "//ui/compositor",
75 "//ui/display", 75 "//ui/display",
76 "//ui/display/mojo",
77 "//ui/events", 76 "//ui/events",
78 "//ui/events:events_base", 77 "//ui/events:events_base",
79 "//ui/gfx", 78 "//ui/gfx",
80 "//ui/gfx/geometry", 79 "//ui/gfx/geometry",
81 "//ui/gfx/geometry/mojo", 80 "//ui/gfx/geometry/mojo",
82 "//ui/gl", 81 "//ui/gl",
83 "//ui/native_theme", 82 "//ui/native_theme",
84 "//ui/platform_window", 83 "//ui/platform_window",
85 "//ui/platform_window/mojo", 84 "//ui/platform_window/mojo",
86 "//ui/platform_window/mojo:interfaces_cpp_sources", 85 "//ui/platform_window/mojo:interfaces_cpp_sources",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 type = "exe" 301 type = "exe"
303 application_name = "views_mus_unittests" 302 application_name = "views_mus_unittests"
304 source = "unittests_manifest.json" 303 source = "unittests_manifest.json"
305 } 304 }
306 305
307 mojo_application_manifest("interactive_ui_tests_manifest") { 306 mojo_application_manifest("interactive_ui_tests_manifest") {
308 type = "exe" 307 type = "exe"
309 application_name = "views_mus_interactive_ui_tests" 308 application_name = "views_mus_interactive_ui_tests"
310 source = "interactive_ui_tests_manifest.json" 309 source = "interactive_ui_tests_manifest.json"
311 } 310 }
OLDNEW
« no previous file with comments | « ui/display/mojo/mojo_display_export.h ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698