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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 static_library("dom4_keycode_converter") { | 7 static_library("dom4_keycode_converter") { |
8 sources = [ | 8 sources = [ |
9 "keycodes/dom4/keycode_converter.cc", | 9 "keycodes/dom4/keycode_converter.cc", |
10 "keycodes/dom4/keycode_converter.h", | 10 "keycodes/dom4/keycode_converter.h", |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 } | 293 } |
294 | 294 |
295 deps = [ | 295 deps = [ |
296 ":events", | 296 ":events", |
297 ":events_base", | 297 ":events_base", |
298 ":events_test_support", | 298 ":events_test_support", |
299 ":gesture_detection", | 299 ":gesture_detection", |
300 "//base", | 300 "//base", |
301 "//base/test:run_all_unittests", | 301 "//base/test:run_all_unittests", |
302 "//testing/gtest", | 302 "//testing/gtest", |
| 303 "//ui/gfx:gfx_test_support", |
303 ] | 304 ] |
304 } | 305 } |
OLD | NEW |