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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
| 9 | 9 |
| 10 config("flags") { | 10 config("flags") { |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 870 | 870 |
| 871 # Make all deps in this target public so both views_unittests and | 871 # Make all deps in this target public so both views_unittests and |
| 872 # views_mus_unittests will get them. | 872 # views_mus_unittests will get them. |
| 873 public_deps = [ | 873 public_deps = [ |
| 874 ":test_support", | 874 ":test_support", |
| 875 "//base", | 875 "//base", |
| 876 "//base:i18n", | 876 "//base:i18n", |
| 877 "//base/test:test_support", | 877 "//base/test:test_support", |
| 878 "//cc", | 878 "//cc", |
| 879 "//skia", | 879 "//skia", |
| 880 "//testing/gmock", | |
|
Avi (use Gerrit)
2016/10/25 15:34:50
Why are you changing this?
snake
2016/10/25 15:46:18
For using gmock in tests
tapted
2016/10/26 00:56:59
gmock isn't allowed under src/ui/views -- ui/vie
| |
| 880 "//testing/gtest", | 881 "//testing/gtest", |
| 881 "//third_party/icu", | 882 "//third_party/icu", |
| 882 "//ui/accessibility", | 883 "//ui/accessibility", |
| 883 "//ui/base", | 884 "//ui/base", |
| 884 "//ui/base:test_support", | 885 "//ui/base:test_support", |
| 885 "//ui/base/ime", | 886 "//ui/base/ime", |
| 886 "//ui/compositor:test_support", | 887 "//ui/compositor:test_support", |
| 887 "//ui/events:dom_keycode_converter", | 888 "//ui/events:dom_keycode_converter", |
| 888 "//ui/events:events_base", | 889 "//ui/events:events_base", |
| 889 "//ui/events:test_support", | 890 "//ui/events:test_support", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1012 "//ui/base:test_support", | 1013 "//ui/base:test_support", |
| 1013 "//ui/compositor", | 1014 "//ui/compositor", |
| 1014 "//ui/events:test_support", | 1015 "//ui/events:test_support", |
| 1015 "//ui/gl:test_support", | 1016 "//ui/gl:test_support", |
| 1016 "//ui/resources", | 1017 "//ui/resources", |
| 1017 "//ui/resources:ui_test_pak", | 1018 "//ui/resources:ui_test_pak", |
| 1018 "//ui/strings", | 1019 "//ui/strings", |
| 1019 ] | 1020 ] |
| 1020 } | 1021 } |
| 1021 } | 1022 } |
| OLD | NEW |