| 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 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
| 10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 if (use_x11 && !is_chromeos) { | 795 if (use_x11 && !is_chromeos) { |
| 796 sources += [ | 796 sources += [ |
| 797 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", | 797 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", |
| 798 "x/selection_requestor_unittest.cc", | 798 "x/selection_requestor_unittest.cc", |
| 799 ] | 799 ] |
| 800 } | 800 } |
| 801 | 801 |
| 802 if (is_chromeos) { | 802 if (is_chromeos) { |
| 803 deps += [ | 803 deps += [ |
| 804 "//chromeos", | 804 "//chromeos", |
| 805 "//ui/events:dom4_keycode_converter", | 805 "//ui/events:dom_keycode_converter", |
| 806 ] | 806 ] |
| 807 } | 807 } |
| 808 } | 808 } |
| 809 # TODO(GYP) Mac (ui_base_tests_bundle) | 809 # TODO(GYP) Mac (ui_base_tests_bundle) |
| OLD | NEW |