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

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

Issue 1871253002: aura: Require explicit ownership of the Env instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot.merge Created 4 years, 8 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/views/examples/examples_main.cc ('k') | ui/views/mus/aura_init.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("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "//mojo/public/c/system:for_component", 67 "//mojo/public/c/system:for_component",
68 "//mojo/public/cpp/bindings", 68 "//mojo/public/cpp/bindings",
69 "//mojo/shell/public/cpp", 69 "//mojo/shell/public/cpp",
70 "//mojo/shell/public/interfaces", 70 "//mojo/shell/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/events", 75 "//ui/events",
76 "//ui/events:events_base", 76 "//ui/events:events_base",
77 "//ui/events/devices",
77 "//ui/gfx", 78 "//ui/gfx",
78 "//ui/gfx/geometry", 79 "//ui/gfx/geometry",
79 "//ui/gl", 80 "//ui/gl",
80 "//ui/mojo/ime:interfaces_cpp_sources", 81 "//ui/mojo/ime:interfaces_cpp_sources",
81 "//ui/mojo/init", 82 "//ui/mojo/init",
82 "//ui/native_theme", 83 "//ui/native_theme",
83 "//ui/platform_window", 84 "//ui/platform_window",
84 "//ui/views", 85 "//ui/views",
85 "//ui/wm", 86 "//ui/wm",
86 ] 87 ]
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 } 230 }
230 231
231 group("for_component") { 232 group("for_component") {
232 public_deps = [ 233 public_deps = [
233 ":mus", 234 ":mus",
234 ] 235 ]
235 deps = [ 236 deps = [
236 "//mojo/gles2", 237 "//mojo/gles2",
237 ] 238 ]
238 } 239 }
OLDNEW
« no previous file with comments | « ui/views/examples/examples_main.cc ('k') | ui/views/mus/aura_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698