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

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

Issue 1898383004: Makes views_mus_unittests depend upon ui_test_pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "//ui/base/ime", 179 "//ui/base/ime",
180 "//ui/compositor:test_support", 180 "//ui/compositor:test_support",
181 "//ui/events:dom_keycode_converter", 181 "//ui/events:dom_keycode_converter",
182 "//ui/events:events_base", 182 "//ui/events:events_base",
183 "//ui/events:test_support", 183 "//ui/events:test_support",
184 "//ui/events/platform", 184 "//ui/events/platform",
185 "//ui/gfx:test_support", 185 "//ui/gfx:test_support",
186 "//ui/gfx/geometry", 186 "//ui/gfx/geometry",
187 "//ui/gl:test_support", 187 "//ui/gl:test_support",
188 "//ui/resources", 188 "//ui/resources",
189 "//ui/resources:ui_test_pak",
189 "//ui/strings", 190 "//ui/strings",
190 "//ui/touch_selection", 191 "//ui/touch_selection",
191 "//ui/views", 192 "//ui/views",
192 "//ui/views:test_support_internal", 193 "//ui/views:test_support_internal",
193 "//ui/wm", 194 "//ui/wm",
194 "//url", 195 "//url",
195 ] 196 ]
196 197
197 data_deps = [ 198 data_deps = [
198 "//mash/wm", 199 "//mash/wm",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 } 232 }
232 233
233 group("for_component") { 234 group("for_component") {
234 public_deps = [ 235 public_deps = [
235 ":mus", 236 ":mus",
236 ] 237 ]
237 deps = [ 238 deps = [
238 "//mojo/gles2", 239 "//mojo/gles2",
239 ] 240 ]
240 } 241 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698