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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 sources += [ | 889 sources += [ |
890 "../chromeos/network/network_state_notifier_unittest.cc", | 890 "../chromeos/network/network_state_notifier_unittest.cc", |
891 "../chromeos/touch_exploration_controller_unittest.cc", | 891 "../chromeos/touch_exploration_controller_unittest.cc", |
892 ] | 892 ] |
893 sources -= [ | 893 sources -= [ |
894 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", | 894 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", |
895 "x/selection_requestor_unittest.cc", | 895 "x/selection_requestor_unittest.cc", |
896 ] | 896 ] |
897 deps += [ | 897 deps += [ |
898 "//chromeos", | 898 "//chromeos", |
899 "//chromeos/resources", | |
900 "//chromeos/strings", | |
901 "//ui/aura:test_support", | 899 "//ui/aura:test_support", |
| 900 "//ui/chromeos/resources", |
| 901 "//ui/chromeos/strings", |
| 902 "//ui/chromeos:ui_chromeos", |
902 "//ui/events:gesture_detection", | 903 "//ui/events:gesture_detection", |
903 "//ui/chromeos:ui_chromeos", | |
904 "//ui/message_center:message_center", | 904 "//ui/message_center:message_center", |
905 ] | 905 ] |
906 } | 906 } |
907 } | 907 } |
908 } | 908 } |
909 # 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 |