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

Side by Side Diff: ui/wm/BUILD.gn

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/app_list/app_list.gyp ('k') | ui/wm/wm.gyp » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("wm") { 8 component("wm") {
9 sources = [ 9 sources = [
10 "core/accelerator_delegate.h", 10 "core/accelerator_delegate.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "core/shadow_controller_unittest.cc", 144 "core/shadow_controller_unittest.cc",
145 "core/shadow_unittest.cc", 145 "core/shadow_unittest.cc",
146 "core/transient_window_manager_unittest.cc", 146 "core/transient_window_manager_unittest.cc",
147 "core/transient_window_stacking_client_unittest.cc", 147 "core/transient_window_stacking_client_unittest.cc",
148 "core/visibility_controller_unittest.cc", 148 "core/visibility_controller_unittest.cc",
149 "core/window_animations_unittest.cc", 149 "core/window_animations_unittest.cc",
150 "core/window_util_unittest.cc", 150 "core/window_util_unittest.cc",
151 "test/run_all_unittests.cc", 151 "test/run_all_unittests.cc",
152 ] 152 ]
153 153
154 data_deps = [ "//ui/resources:ui_test_pak" ] 154 data_deps = [
155 "//third_party/mesa:osmesa",
156 "//ui/resources:ui_test_pak",
157 ]
155 158
156 deps = [ 159 deps = [
157 ":test_support", 160 ":test_support",
158 ":wm", 161 ":wm",
159 "//base", 162 "//base",
160 "//base/test:test_support", 163 "//base/test:test_support",
161 "//skia", 164 "//skia",
162 "//testing/gtest", 165 "//testing/gtest",
163 "//ui/aura:test_support", 166 "//ui/aura:test_support",
164 "//ui/base:test_support", 167 "//ui/base:test_support",
165 "//ui/base/ime", 168 "//ui/base/ime",
166 "//ui/compositor:test_support", 169 "//ui/compositor:test_support",
167 "//ui/events:test_support", 170 "//ui/events:test_support",
168 "//ui/events/platform", 171 "//ui/events/platform",
169 "//ui/gfx", 172 "//ui/gfx",
170 "//ui/gfx/geometry", 173 "//ui/gfx/geometry",
171 "//ui/gl", 174 "//ui/gl",
172 ] 175 ]
173 } 176 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698