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

Side by Side Diff: ash/BUILD.gn

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() Created 4 years, 3 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
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_init_params.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "first_run/desktop_cleaner.cc", 621 "first_run/desktop_cleaner.cc",
622 "first_run/desktop_cleaner.h", 622 "first_run/desktop_cleaner.h",
623 "first_run/first_run_helper.cc", 623 "first_run/first_run_helper.cc",
624 "first_run/first_run_helper.h", 624 "first_run/first_run_helper.h",
625 "first_run/first_run_helper_impl.cc", 625 "first_run/first_run_helper_impl.cc",
626 "first_run/first_run_helper_impl.h", 626 "first_run/first_run_helper_impl.h",
627 "high_contrast/high_contrast_controller.cc", 627 "high_contrast/high_contrast_controller.cc",
628 "high_contrast/high_contrast_controller.h", 628 "high_contrast/high_contrast_controller.h",
629 "host/ash_window_tree_host.cc", 629 "host/ash_window_tree_host.cc",
630 "host/ash_window_tree_host.h", 630 "host/ash_window_tree_host.h",
631 "host/ash_window_tree_host_init_params.cc",
632 "host/ash_window_tree_host_init_params.h", 631 "host/ash_window_tree_host_init_params.h",
633 "host/ash_window_tree_host_platform.cc", 632 "host/ash_window_tree_host_platform.cc",
634 "host/ash_window_tree_host_platform.h", 633 "host/ash_window_tree_host_platform.h",
635 "host/ash_window_tree_host_unified.cc", 634 "host/ash_window_tree_host_unified.cc",
636 "host/ash_window_tree_host_unified.h", 635 "host/ash_window_tree_host_unified.h",
637 "host/ash_window_tree_host_win.cc", 636 "host/ash_window_tree_host_win.cc",
638 "host/ash_window_tree_host_win.h", 637 "host/ash_window_tree_host_win.h",
639 "host/ash_window_tree_host_x11.cc", 638 "host/ash_window_tree_host_x11.cc",
640 "host/ash_window_tree_host_x11.h", 639 "host/ash_window_tree_host_x11.h",
641 "host/root_window_transformer.h", 640 "host/root_window_transformer.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 "shelf/dimmer_view.cc", 685 "shelf/dimmer_view.cc",
687 "shelf/dimmer_view.h", 686 "shelf/dimmer_view.h",
688 "shelf/shelf_bezel_event_handler.cc", 687 "shelf/shelf_bezel_event_handler.cc",
689 "shelf/shelf_bezel_event_handler.h", 688 "shelf/shelf_bezel_event_handler.h",
690 "shelf/shelf_util.cc", 689 "shelf/shelf_util.cc",
691 "shelf/shelf_util.h", 690 "shelf/shelf_util.h",
692 "shelf/shelf_window_targeter.cc", 691 "shelf/shelf_window_targeter.cc",
693 "shelf/shelf_window_targeter.h", 692 "shelf/shelf_window_targeter.h",
694 "shell.cc", 693 "shell.cc",
695 "shell.h", 694 "shell.h",
696 "shell_init_params.cc",
697 "shell_init_params.h", 695 "shell_init_params.h",
698 "snap_to_pixel_layout_manager.cc", 696 "snap_to_pixel_layout_manager.cc",
699 "snap_to_pixel_layout_manager.h", 697 "snap_to_pixel_layout_manager.h",
700 "sticky_keys/sticky_keys_controller.cc", 698 "sticky_keys/sticky_keys_controller.cc",
701 "sticky_keys/sticky_keys_controller.h", 699 "sticky_keys/sticky_keys_controller.h",
702 "sticky_keys/sticky_keys_overlay.cc", 700 "sticky_keys/sticky_keys_overlay.cc",
703 "sticky_keys/sticky_keys_overlay.h", 701 "sticky_keys/sticky_keys_overlay.h",
704 "sticky_keys/sticky_keys_state.h", 702 "sticky_keys/sticky_keys_state.h",
705 "system/chromeos/power/power_event_observer.cc", 703 "system/chromeos/power/power_event_observer.cc",
706 "system/chromeos/power/power_event_observer.h", 704 "system/chromeos/power/power_event_observer.h",
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 if (is_win) { 1637 if (is_win) {
1640 configs -= [ "//build/config/win:console" ] 1638 configs -= [ "//build/config/win:console" ]
1641 configs += [ "//build/config/win:windowed" ] 1639 configs += [ "//build/config/win:windowed" ]
1642 deps += [ "//sandbox" ] 1640 deps += [ "//sandbox" ]
1643 } 1641 }
1644 1642
1645 if (is_chromeos) { 1643 if (is_chromeos) {
1646 deps += [ "//device/bluetooth" ] 1644 deps += [ "//device/bluetooth" ]
1647 } 1645 }
1648 } 1646 }
OLDNEW
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_init_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698