| OLD | NEW |
| 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/rules.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "//skia", | 72 "//skia", |
| 71 "//testing/gtest", | 73 "//testing/gtest", |
| 72 "//ui/aura:test_support", | 74 "//ui/aura:test_support", |
| 73 "//ui/compositor", | 75 "//ui/compositor", |
| 74 "//ui/message_center", | 76 "//ui/message_center", |
| 75 "//ui/resources:ui_test_pak", | 77 "//ui/resources:ui_test_pak", |
| 76 "//ui/views", | 78 "//ui/views", |
| 77 "//ui/views:test_support", | 79 "//ui/views:test_support", |
| 78 ] | 80 ] |
| 79 } | 81 } |
| OLD | NEW |