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/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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ] | 42 ] |
43 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ] | 43 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ] |
44 deps = [ | 44 deps = [ |
45 "//base", | 45 "//base", |
46 "//base/third_party/dynamic_annotations", | 46 "//base/third_party/dynamic_annotations", |
47 "//chromeos:chromeos", | 47 "//chromeos:chromeos", |
48 "//chromeos:power_manager_proto", | 48 "//chromeos:power_manager_proto", |
49 "//skia", | 49 "//skia", |
50 "//ui/aura", | 50 "//ui/aura", |
51 "//ui/base", | 51 "//ui/base", |
| 52 "//ui/base/ime", |
52 "//ui/chromeos/resources", | 53 "//ui/chromeos/resources", |
53 "//ui/chromeos/strings", | 54 "//ui/chromeos/strings", |
54 "//ui/events", | 55 "//ui/events", |
55 "//ui/events:gesture_detection", | 56 "//ui/events:gesture_detection", |
56 "//ui/gfx", | 57 "//ui/gfx", |
57 "//ui/gfx/geometry", | 58 "//ui/gfx/geometry", |
58 "//ui/message_center", | 59 "//ui/message_center", |
59 "//ui/native_theme", | 60 "//ui/native_theme", |
60 "//ui/views", | 61 "//ui/views", |
61 "//ui/wm", | 62 "//ui/wm", |
(...skipping 19 matching lines...) Expand all Loading... |
81 "//ui/aura:test_support", | 82 "//ui/aura:test_support", |
82 "//ui/compositor", | 83 "//ui/compositor", |
83 "//ui/events:test_support", | 84 "//ui/events:test_support", |
84 "//ui/gl", | 85 "//ui/gl", |
85 "//ui/message_center", | 86 "//ui/message_center", |
86 "//ui/resources:ui_test_pak", | 87 "//ui/resources:ui_test_pak", |
87 "//ui/views", | 88 "//ui/views", |
88 "//ui/views:test_support", | 89 "//ui/views:test_support", |
89 ] | 90 ] |
90 } | 91 } |
OLD | NEW |