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

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

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/BUILD.gn ('k') | ui/wm/BUILD.gn » ('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("//tools/grit/repack.gni") 5 import("//tools/grit/repack.gni")
6 6
7 component("mus") { 7 component("mus") {
8 output_name = "ui_views_mus_lib" 8 output_name = "ui_views_mus_lib"
9 9
10 sources = [ 10 sources = [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//ui/aura", 64 "//ui/aura",
65 "//ui/compositor", 65 "//ui/compositor",
66 "//ui/events", 66 "//ui/events",
67 "//ui/events:events_base", 67 "//ui/events:events_base",
68 "//ui/gfx", 68 "//ui/gfx",
69 "//ui/gfx/geometry", 69 "//ui/gfx/geometry",
70 "//ui/gl", 70 "//ui/gl",
71 "//ui/mojo/ime:interfaces_cpp_sources", 71 "//ui/mojo/ime:interfaces_cpp_sources",
72 "//ui/mojo/init", 72 "//ui/mojo/init",
73 "//ui/native_theme", 73 "//ui/native_theme",
74 "//ui/platform_window",
74 "//ui/views", 75 "//ui/views",
75 "//ui/wm", 76 "//ui/wm",
76 ] 77 ]
77 78
78 data_deps = [ 79 data_deps = [
79 "//components/resource_provider", 80 "//components/resource_provider",
80 ] 81 ]
81 82
82 if (is_linux && !is_android) { 83 if (is_linux && !is_android) {
83 deps += [ "//components/font_service/public/cpp" ] 84 deps += [ "//components/font_service/public/cpp" ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 } 119 }
119 120
120 group("for_component") { 121 group("for_component") {
121 public_deps = [ 122 public_deps = [
122 ":mus", 123 ":mus",
123 ] 124 ]
124 deps = [ 125 deps = [
125 "//mojo/gles2", 126 "//mojo/gles2",
126 ] 127 ]
127 } 128 }
OLDNEW
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698