| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 ] | 79 ] |
| 80 deps = [ | 80 deps = [ |
| 81 ":ui_chromeos", | 81 ":ui_chromeos", |
| 82 "//base/test:test_support", | 82 "//base/test:test_support", |
| 83 "//chromeos", | 83 "//chromeos", |
| 84 "//skia", | 84 "//skia", |
| 85 "//testing/gtest", | 85 "//testing/gtest", |
| 86 "//ui/aura:test_support", | 86 "//ui/aura:test_support", |
| 87 "//ui/compositor", | 87 "//ui/compositor", |
| 88 "//ui/events:test_support", | 88 "//ui/events:test_support", |
| 89 "//ui/gl", | 89 "//ui/gl:test_support", |
| 90 "//ui/message_center", | 90 "//ui/message_center", |
| 91 "//ui/resources:ui_test_pak", | 91 "//ui/resources:ui_test_pak", |
| 92 "//ui/views", | 92 "//ui/views", |
| 93 "//ui/views:test_support", | 93 "//ui/views:test_support", |
| 94 ] | 94 ] |
| 95 } | 95 } |
| OLD | NEW |