Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: ui/base/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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).
OLDNEW
« third_party/cld/BUILD.gn ('K') | « third_party/cld/BUILD.gn ('k') | ui/events/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698