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

Side by Side Diff: ash/BUILD.gn

Issue 2911303003: chromeos: Remove SystemTrayDelegate::GetIMEManagedMessage() (Closed)
Patch Set: rebase Created 3 years, 6 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/DEPS » ('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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "//cc", 841 "//cc",
842 "//cc/debug", 842 "//cc/debug",
843 "//cc/surfaces", 843 "//cc/surfaces",
844 "//chromeos", 844 "//chromeos",
845 "//chromeos:power_manager_proto", 845 "//chromeos:power_manager_proto",
846 "//components/device_event_log", 846 "//components/device_event_log",
847 "//components/onc", 847 "//components/onc",
848 "//components/quirks", 848 "//components/quirks",
849 "//components/session_manager:base", 849 "//components/session_manager:base",
850 "//components/signin/core/account_id", 850 "//components/signin/core/account_id",
851 "//components/strings:components_strings",
851 "//components/ui_devtools", 852 "//components/ui_devtools",
852 "//components/user_manager", 853 "//components/user_manager",
853 "//components/vector_icons", 854 "//components/vector_icons",
854 "//components/wallpaper", 855 "//components/wallpaper",
855 "//device/bluetooth", 856 "//device/bluetooth",
856 "//gpu/command_buffer/client", 857 "//gpu/command_buffer/client",
857 "//gpu/command_buffer/client:gles2_interface", 858 "//gpu/command_buffer/client:gles2_interface",
858 "//media", 859 "//media",
859 "//net", 860 "//net",
860 "//services/preferences/public/cpp", 861 "//services/preferences/public/cpp",
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "//content/public/app:both", 1526 "//content/public/app:both",
1526 "//device/bluetooth", 1527 "//device/bluetooth",
1527 ] 1528 ]
1528 1529
1529 data_deps = [ 1530 data_deps = [
1530 "//ash/strings:ash_test_strings", 1531 "//ash/strings:ash_test_strings",
1531 "//ash/resources:ash_test_resources_with_content_100_percent", 1532 "//ash/resources:ash_test_resources_with_content_100_percent",
1532 "//ash/resources:ash_test_resources_200_percent", 1533 "//ash/resources:ash_test_resources_200_percent",
1533 ] 1534 ]
1534 } 1535 }
OLDNEW
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698