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

Side by Side Diff: ash/BUILD.gn

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Update PreferencesManager to account for base::Value API change Created 4 years 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/common/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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "//components/onc", 883 "//components/onc",
884 "//components/quirks", 884 "//components/quirks",
885 "//components/session_manager:base", 885 "//components/session_manager:base",
886 "//components/signin/core/account_id", 886 "//components/signin/core/account_id",
887 "//components/ui_devtools", 887 "//components/ui_devtools",
888 "//components/user_manager", 888 "//components/user_manager",
889 "//components/wallpaper", 889 "//components/wallpaper",
890 "//device/bluetooth", 890 "//device/bluetooth",
891 "//media", 891 "//media",
892 "//net", 892 "//net",
893 "//services/preferences/public/cpp",
893 "//services/service_manager/public/cpp", 894 "//services/service_manager/public/cpp",
894 "//services/ui/public/interfaces", 895 "//services/ui/public/interfaces",
895 "//skia", 896 "//skia",
896 897
897 # TODO(msw): Remove this; only ash_with_content should depend on webkit. 898 # TODO(msw): Remove this; only ash_with_content should depend on webkit.
898 "//third_party/WebKit/public:blink_headers", 899 "//third_party/WebKit/public:blink_headers",
899 "//third_party/icu", 900 "//third_party/icu",
900 "//third_party/qcms", 901 "//third_party/qcms",
901 "//ui/accessibility", 902 "//ui/accessibility",
902 "//ui/app_list/presenter", 903 "//ui/app_list/presenter",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "//content/public/app:both", 1430 "//content/public/app:both",
1430 "//device/bluetooth", 1431 "//device/bluetooth",
1431 ] 1432 ]
1432 1433
1433 data_deps = [ 1434 data_deps = [
1434 "//ash/common/strings:ash_test_strings", 1435 "//ash/common/strings:ash_test_strings",
1435 "//ash/resources:ash_test_resources_with_content_100_percent", 1436 "//ash/resources:ash_test_resources_with_content_100_percent",
1436 "//ash/resources:ash_test_resources_200_percent", 1437 "//ash/resources:ash_test_resources_200_percent",
1437 ] 1438 ]
1438 } 1439 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698