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

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

Issue 1982963002: Reland: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix size_t to int warning on Windows Created 4 years, 7 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/mus/BUILD.gn » ('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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "//ui/gfx:test_support", 239 "//ui/gfx:test_support",
240 "//ui/gfx/geometry", 240 "//ui/gfx/geometry",
241 "//ui/gl:test_support", 241 "//ui/gl:test_support",
242 "//ui/native_theme", 242 "//ui/native_theme",
243 "//ui/resources", 243 "//ui/resources",
244 "//ui/resources:ui_test_pak", 244 "//ui/resources:ui_test_pak",
245 "//ui/strings", 245 "//ui/strings",
246 "//url", 246 "//url",
247 ] 247 ]
248 248
249 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but 249 data_deps = [
250 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed) 250 "//ui/resources:ui_test_pak_data",
251 data = [
252 "$root_out_dir/ui_test.pak",
253 ] 251 ]
254 252
255 if (is_win) { 253 if (is_win) {
256 deps += [ 254 deps += [
257 "//build/win:default_exe_manifest", 255 "//build/win:default_exe_manifest",
258 "//third_party/iaccessible2", 256 "//third_party/iaccessible2",
259 "//third_party/wtl", 257 "//third_party/wtl",
260 ] 258 ]
261 libs = [ 259 libs = [
262 "imm32.lib", 260 "imm32.lib",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "//ui/base:test_support", 325 "//ui/base:test_support",
328 "//ui/compositor", 326 "//ui/compositor",
329 "//ui/events:test_support", 327 "//ui/events:test_support",
330 "//ui/gl:test_support", 328 "//ui/gl:test_support",
331 "//ui/resources", 329 "//ui/resources",
332 "//ui/resources:ui_test_pak", 330 "//ui/resources:ui_test_pak",
333 "//ui/strings", 331 "//ui/strings",
334 ] 332 ]
335 } 333 }
336 } 334 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698