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

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

Issue 2202393002: swarming: wholesale switch remaining tests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: No need to modify mb.py Created 4 years, 4 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') | 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("ui_chromeos") { 7 component("ui_chromeos") {
8 sources = [ 8 sources = [
9 "accelerometer/accelerometer_util.cc", 9 "accelerometer/accelerometer_util.cc",
10 "accelerometer/accelerometer_util.h", 10 "accelerometer/accelerometer_util.h",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "//testing/gtest", 87 "//testing/gtest",
88 "//ui/aura:test_support", 88 "//ui/aura:test_support",
89 "//ui/compositor", 89 "//ui/compositor",
90 "//ui/events:test_support", 90 "//ui/events:test_support",
91 "//ui/gl:test_support", 91 "//ui/gl:test_support",
92 "//ui/message_center", 92 "//ui/message_center",
93 "//ui/resources:ui_test_pak", 93 "//ui/resources:ui_test_pak",
94 "//ui/views", 94 "//ui/views",
95 "//ui/views:test_support", 95 "//ui/views:test_support",
96 ] 96 ]
97 data = [
98 "$root_out_dir/locales/en-US.pak",
99 "$root_out_dir/ui_test.pak",
100 ]
97 } 101 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698