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

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

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/base/BUILD.gn ('k') | ui/compositor/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("//testing/test.gni")
6
5 component("ui_chromeos") { 7 component("ui_chromeos") {
6 sources = [ 8 sources = [
7 "accessibility_types.h", 9 "accessibility_types.h",
8 "ime/candidate_view.cc", 10 "ime/candidate_view.cc",
9 "ime/candidate_view.h", 11 "ime/candidate_view.h",
10 "ime/candidate_window_view.cc", 12 "ime/candidate_window_view.cc",
11 "ime/candidate_window_view.h", 13 "ime/candidate_window_view.h",
12 "ime/infolist_window.cc", 14 "ime/infolist_window.cc",
13 "ime/infolist_window.h", 15 "ime/infolist_window.h",
14 "ime/input_method_menu_item.cc", 16 "ime/input_method_menu_item.cc",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//skia", 76 "//skia",
75 "//testing/gtest", 77 "//testing/gtest",
76 "//ui/aura:test_support", 78 "//ui/aura:test_support",
77 "//ui/compositor", 79 "//ui/compositor",
78 "//ui/message_center", 80 "//ui/message_center",
79 "//ui/resources:ui_test_pak", 81 "//ui/resources:ui_test_pak",
80 "//ui/views", 82 "//ui/views",
81 "//ui/views:test_support", 83 "//ui/views:test_support",
82 ] 84 ]
83 } 85 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698