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

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

Issue 1314313003: Revert of 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 = [ 154 data_deps = [ "//ui/resources:ui_test_pak" ]
155 "//third_party/mesa:osmesa",
156 "//ui/resources:ui_test_pak",
157 ]
158 155
159 deps = [ 156 deps = [
160 ":test_support", 157 ":test_support",
161 ":wm", 158 ":wm",
162 "//base", 159 "//base",
163 "//base/test:test_support", 160 "//base/test:test_support",
164 "//skia", 161 "//skia",
165 "//testing/gtest", 162 "//testing/gtest",
166 "//ui/aura:test_support", 163 "//ui/aura:test_support",
167 "//ui/base:test_support", 164 "//ui/base:test_support",
168 "//ui/base/ime", 165 "//ui/base/ime",
169 "//ui/compositor:test_support", 166 "//ui/compositor:test_support",
170 "//ui/events:test_support", 167 "//ui/events:test_support",
171 "//ui/events/platform", 168 "//ui/events/platform",
172 "//ui/gfx", 169 "//ui/gfx",
173 "//ui/gfx/geometry", 170 "//ui/gfx/geometry",
174 "//ui/gl", 171 "//ui/gl",
175 ] 172 ]
176 } 173 }
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