| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "dragdrop/drop_target_win.cc", | 134 "dragdrop/drop_target_win.cc", |
| 135 "dragdrop/drop_target_win.h", | 135 "dragdrop/drop_target_win.h", |
| 136 "dragdrop/file_info.cc", | 136 "dragdrop/file_info.cc", |
| 137 "dragdrop/file_info.h", | 137 "dragdrop/file_info.h", |
| 138 "dragdrop/os_exchange_data.cc", | 138 "dragdrop/os_exchange_data.cc", |
| 139 "dragdrop/os_exchange_data.h", | 139 "dragdrop/os_exchange_data.h", |
| 140 "dragdrop/os_exchange_data_provider_mac.h", | 140 "dragdrop/os_exchange_data_provider_mac.h", |
| 141 "dragdrop/os_exchange_data_provider_mac.mm", | 141 "dragdrop/os_exchange_data_provider_mac.mm", |
| 142 "dragdrop/os_exchange_data_provider_win.cc", | 142 "dragdrop/os_exchange_data_provider_win.cc", |
| 143 "dragdrop/os_exchange_data_provider_win.h", | 143 "dragdrop/os_exchange_data_provider_win.h", |
| 144 "font_helper_chromeos.cc", | |
| 145 "font_helper_chromeos.h", | |
| 146 "hit_test.h", | 144 "hit_test.h", |
| 147 "idle/idle.cc", | 145 "idle/idle.cc", |
| 148 "idle/idle.h", | 146 "idle/idle.h", |
| 149 "idle/idle_chromeos.cc", | 147 "idle/idle_chromeos.cc", |
| 150 "idle/idle_linux.cc", | 148 "idle/idle_linux.cc", |
| 151 "idle/idle_mac.mm", | 149 "idle/idle_mac.mm", |
| 152 "idle/idle_win.cc", | 150 "idle/idle_win.cc", |
| 153 "ios/cru_context_menu_controller.h", | 151 "ios/cru_context_menu_controller.h", |
| 154 "ios/cru_context_menu_controller.mm", | 152 "ios/cru_context_menu_controller.mm", |
| 155 "ios/cru_context_menu_holder.h", | 153 "ios/cru_context_menu_holder.h", |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 } | 798 } |
| 801 | 799 |
| 802 if (is_chromeos) { | 800 if (is_chromeos) { |
| 803 deps += [ | 801 deps += [ |
| 804 "//chromeos", | 802 "//chromeos", |
| 805 "//ui/events:dom4_keycode_converter", | 803 "//ui/events:dom4_keycode_converter", |
| 806 ] | 804 ] |
| 807 } | 805 } |
| 808 } | 806 } |
| 809 # TODO(GYP) Mac (ui_base_tests_bundle) | 807 # TODO(GYP) Mac (ui_base_tests_bundle) |
| OLD | NEW |