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 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
10 } | 10 } |
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 ] | 880 ] |
881 | 881 |
882 deps += [ | 882 deps += [ |
883 "//ui/events", | 883 "//ui/events", |
884 "//ui/events/platform", | 884 "//ui/events/platform", |
885 ] | 885 ] |
886 } | 886 } |
887 | 887 |
888 if (is_chromeos) { | 888 if (is_chromeos) { |
889 sources += [ | 889 sources += [ |
| 890 "../chromeos/network/network_state_notifier_unittest.cc", |
890 "../chromeos/touch_exploration_controller_unittest.cc", | 891 "../chromeos/touch_exploration_controller_unittest.cc", |
891 ] | 892 ] |
892 sources -= [ | 893 sources -= [ |
893 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", | 894 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", |
894 "x/selection_requestor_unittest.cc", | 895 "x/selection_requestor_unittest.cc", |
895 ] | 896 ] |
896 deps += [ | 897 deps += [ |
897 "//chromeos", | 898 "//chromeos", |
| 899 "//chromeos/resources", |
| 900 "//chromeos/strings", |
898 "//ui/aura:test_support", | 901 "//ui/aura:test_support", |
899 "//ui/events:gesture_detection", | 902 "//ui/events:gesture_detection", |
900 "//ui/chromeos:ui_chromeos", | 903 "//ui/chromeos:ui_chromeos", |
| 904 "//ui/message_center:message_center", |
901 ] | 905 ] |
902 } | 906 } |
903 } | 907 } |
904 } | 908 } |
905 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). | 909 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). |
OLD | NEW |