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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 "dragdrop/drop_target_event.h", | 595 "dragdrop/drop_target_event.h", |
596 "dragdrop/os_exchange_data.cc", | 596 "dragdrop/os_exchange_data.cc", |
597 "dragdrop/os_exchange_data.h", | 597 "dragdrop/os_exchange_data.h", |
598 "nine_image_painter_factory.cc", | 598 "nine_image_painter_factory.cc", |
599 "nine_image_painter_factory.h", | 599 "nine_image_painter_factory.h", |
600 ] | 600 ] |
601 } | 601 } |
602 | 602 |
603 if (is_android) { | 603 if (is_android) { |
604 sources -= [ | 604 sources -= [ |
| 605 "cursor/image_cursors.cc", |
| 606 "cursor/image_cursors.h", |
605 "default_theme_provider.cc", | 607 "default_theme_provider.cc", |
606 "dragdrop/drag_utils.cc", | 608 "dragdrop/drag_utils.cc", |
607 "dragdrop/drag_utils.h", | 609 "dragdrop/drag_utils.h", |
608 "l10n/l10n_font_util.cc", | 610 "l10n/l10n_font_util.cc", |
609 "models/button_menu_item_model.cc", | 611 "models/button_menu_item_model.cc", |
610 "models/dialog_model.cc", | 612 "models/dialog_model.cc", |
611 "theme_provider.cc", | 613 "theme_provider.cc", |
612 "touch/touch_editing_controller.cc", | 614 "touch/touch_editing_controller.cc", |
613 "ui_base_types.cc", | 615 "ui_base_types.cc", |
614 ] | 616 ] |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 deps += [ | 898 deps += [ |
897 "//chromeos", | 899 "//chromeos", |
898 "//ui/aura:test_support", | 900 "//ui/aura:test_support", |
899 "//ui/events:gesture_detection", | 901 "//ui/events:gesture_detection", |
900 "//ui/chromeos:ui_chromeos", | 902 "//ui/chromeos:ui_chromeos", |
901 ] | 903 ] |
902 } | 904 } |
903 } | 905 } |
904 } | 906 } |
905 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). | 907 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). |
OLD | NEW |