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

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

Issue 2016583002: mojo/converters/ime,display -> ui/platform_window,display/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_surfaces
Patch Set: . Created 4 years, 6 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/platform_window/mojo/text_input_state.mojom ('k') | ui/views/mus/input_method_mus.cc » ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//base", 52 "//base",
53 "//base:i18n", 53 "//base:i18n",
54 "//base/third_party/dynamic_annotations", 54 "//base/third_party/dynamic_annotations",
55 "//cc", 55 "//cc",
56 "//cc/surfaces", 56 "//cc/surfaces",
57 "//components/bitmap_uploader", 57 "//components/bitmap_uploader",
58 "//components/mus/gles2:lib", 58 "//components/mus/gles2:lib",
59 "//components/mus/public/cpp", 59 "//components/mus/public/cpp",
60 "//components/mus/public/cpp/surfaces", 60 "//components/mus/public/cpp/surfaces",
61 "//components/mus/public/interfaces", 61 "//components/mus/public/interfaces",
62 "//mojo/converters/ime",
63 "//mojo/public/c/system:for_component", 62 "//mojo/public/c/system:for_component",
64 "//mojo/public/cpp/bindings", 63 "//mojo/public/cpp/bindings",
65 "//services/catalog/public/cpp", 64 "//services/catalog/public/cpp",
66 "//services/shell/public/cpp", 65 "//services/shell/public/cpp",
67 "//services/shell/public/interfaces", 66 "//services/shell/public/interfaces",
68 "//skia", 67 "//skia",
69 "//third_party/icu", 68 "//third_party/icu",
70 "//ui/aura", 69 "//ui/aura",
71 "//ui/compositor", 70 "//ui/compositor",
72 "//ui/display", 71 "//ui/display",
72 "//ui/display/mojo",
73 "//ui/events", 73 "//ui/events",
74 "//ui/events:events_base", 74 "//ui/events:events_base",
75 "//ui/events/devices", 75 "//ui/events/devices",
76 "//ui/events/mojo", 76 "//ui/events/mojo",
77 "//ui/gfx", 77 "//ui/gfx",
78 "//ui/gfx/geometry", 78 "//ui/gfx/geometry",
79 "//ui/gfx/geometry/mojo", 79 "//ui/gfx/geometry/mojo",
80 "//ui/gl", 80 "//ui/gl",
81 "//ui/mojo/display",
82 "//ui/mojo/ime:interfaces_cpp_sources",
83 "//ui/native_theme", 81 "//ui/native_theme",
84 "//ui/platform_window", 82 "//ui/platform_window",
83 "//ui/platform_window/mojo",
84 "//ui/platform_window/mojo:interfaces_cpp_sources",
85 "//ui/views", 85 "//ui/views",
86 "//ui/wm", 86 "//ui/wm",
87 ] 87 ]
88 88
89 if (is_linux && !is_android) { 89 if (is_linux && !is_android) {
90 deps += [ "//components/font_service/public/cpp" ] 90 deps += [ "//components/font_service/public/cpp" ]
91 data_deps = [ 91 data_deps = [
92 "//components/font_service", 92 "//components/font_service",
93 ] 93 ]
94 } 94 }
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 type = "exe" 293 type = "exe"
294 application_name = "views_mus_interactive_ui_tests" 294 application_name = "views_mus_interactive_ui_tests"
295 source = "interactive_ui_tests_manifest.json" 295 source = "interactive_ui_tests_manifest.json"
296 } 296 }
297 297
298 group("for_component") { 298 group("for_component") {
299 public_deps = [ 299 public_deps = [
300 ":mus", 300 ":mus",
301 ] 301 ]
302 } 302 }
OLDNEW
« no previous file with comments | « ui/platform_window/mojo/text_input_state.mojom ('k') | ui/views/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698