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("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 "../widget/native_widget_unittest.cc", | 146 "../widget/native_widget_unittest.cc", |
147 "../widget/root_view_unittest.cc", | 147 "../widget/root_view_unittest.cc", |
148 "../widget/widget_unittest.cc", | 148 "../widget/widget_unittest.cc", |
149 "platform_test_helper_mus.cc", | 149 "platform_test_helper_mus.cc", |
150 ] | 150 ] |
151 | 151 |
152 deps = [ | 152 deps = [ |
153 ":mus", | 153 ":mus", |
154 "//base", | 154 "//base", |
155 "//base:i18n", | 155 "//base:i18n", |
156 "//base/allocator", | |
157 "//base/test:test_support", | 156 "//base/test:test_support", |
158 "//cc", | 157 "//cc", |
159 "//mojo/shell/public/cpp:test_support", | 158 "//mojo/shell/public/cpp:test_support", |
160 "//skia", | 159 "//skia", |
161 "//testing/gtest", | 160 "//testing/gtest", |
162 "//third_party/icu", | 161 "//third_party/icu", |
163 "//ui/accessibility", | 162 "//ui/accessibility", |
164 "//ui/aura", | 163 "//ui/aura", |
165 "//ui/aura:test_support", | 164 "//ui/aura:test_support", |
166 "//ui/base", | 165 "//ui/base", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 } | 214 } |
216 | 215 |
217 group("for_component") { | 216 group("for_component") { |
218 public_deps = [ | 217 public_deps = [ |
219 ":mus", | 218 ":mus", |
220 ] | 219 ] |
221 deps = [ | 220 deps = [ |
222 "//mojo/gles2", | 221 "//mojo/gles2", |
223 ] | 222 ] |
224 } | 223 } |
OLD | NEW |