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

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

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/views.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("views.gyp") ], 10 [ rebase_path("views.gyp") ],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "//ui/events:test_support", 224 "//ui/events:test_support",
225 "//ui/events/platform", 225 "//ui/events/platform",
226 "//ui/gfx:test_support", 226 "//ui/gfx:test_support",
227 "//ui/gfx/geometry", 227 "//ui/gfx/geometry",
228 "//ui/gl:test_support", 228 "//ui/gl:test_support",
229 "//ui/resources", 229 "//ui/resources",
230 "//ui/strings", 230 "//ui/strings",
231 "//url", 231 "//url",
232 ] 232 ]
233 233
234 data_deps = [ 234 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but
235 "//ui/resources:ui_test_pak", 235 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed)
236 data = [
237 "$root_out_dir/ui_test.pak",
236 ] 238 ]
237 239
238 if (is_win) { 240 if (is_win) {
239 deps += [ 241 deps += [
240 "//build/win:default_exe_manifest", 242 "//build/win:default_exe_manifest",
241 "//third_party/iaccessible2", 243 "//third_party/iaccessible2",
242 "//third_party/wtl", 244 "//third_party/wtl",
243 ] 245 ]
244 libs = [ 246 libs = [
245 "imm32.lib", 247 "imm32.lib",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "//ui/base:test_support", 310 "//ui/base:test_support",
309 "//ui/compositor", 311 "//ui/compositor",
310 "//ui/events:test_support", 312 "//ui/events:test_support",
311 "//ui/gl:test_support", 313 "//ui/gl:test_support",
312 "//ui/resources", 314 "//ui/resources",
313 "//ui/resources:ui_test_pak", 315 "//ui/resources:ui_test_pak",
314 "//ui/strings", 316 "//ui/strings",
315 ] 317 ]
316 } 318 }
317 } 319 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698