Chromium Code Reviews| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 49 "//chromeos:chromeos", | 49 "//chromeos:chromeos", |
| 50 "//chromeos:power_manager_proto", | 50 "//chromeos:power_manager_proto", |
| 51 "//components/device_event_log", | 51 "//components/device_event_log", |
| 52 "//components/onc", | 52 "//components/onc", |
| 53 "//skia", | 53 "//skia", |
| 54 "//ui/aura", | 54 "//ui/aura", |
| 55 "//ui/base", | 55 "//ui/base", |
| 56 "//ui/base/ime", | 56 "//ui/base/ime", |
| 57 "//ui/chromeos/resources", | 57 "//ui/chromeos/resources", |
| 58 "//ui/chromeos/strings", | 58 "//ui/chromeos/strings", |
| 59 "//ui/display", | |
|
robliao
2016/04/23 01:40:43
ui_chromeos.gyp needs this too.
oshima
2016/04/23 04:50:04
Done.
| |
| 59 "//ui/events", | 60 "//ui/events", |
| 60 "//ui/events:gesture_detection", | 61 "//ui/events:gesture_detection", |
| 61 "//ui/gfx", | 62 "//ui/gfx", |
| 62 "//ui/gfx/geometry", | 63 "//ui/gfx/geometry", |
| 63 "//ui/message_center", | 64 "//ui/message_center", |
| 64 "//ui/native_theme", | 65 "//ui/native_theme", |
| 65 "//ui/views", | 66 "//ui/views", |
| 66 "//ui/wm", | 67 "//ui/wm", |
| 67 ] | 68 ] |
| 68 } | 69 } |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 86 "//ui/aura:test_support", | 87 "//ui/aura:test_support", |
| 87 "//ui/compositor", | 88 "//ui/compositor", |
| 88 "//ui/events:test_support", | 89 "//ui/events:test_support", |
| 89 "//ui/gl:test_support", | 90 "//ui/gl:test_support", |
| 90 "//ui/message_center", | 91 "//ui/message_center", |
| 91 "//ui/resources:ui_test_pak", | 92 "//ui/resources:ui_test_pak", |
| 92 "//ui/views", | 93 "//ui/views", |
| 93 "//ui/views:test_support", | 94 "//ui/views:test_support", |
| 94 ] | 95 ] |
| 95 } | 96 } |
| OLD | NEW |