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

Side by Side Diff: ash/BUILD.gn

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Rebase Created 4 years, 1 month 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') | ash/common/shelf/shelf_controller.h » ('J')
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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 "//cc", 862 "//cc",
863 "//components/device_event_log", 863 "//components/device_event_log",
864 "//components/onc", 864 "//components/onc",
865 "//components/session_manager:base", 865 "//components/session_manager:base",
866 "//components/signin/core/account_id", 866 "//components/signin/core/account_id",
867 "//components/ui_devtools", 867 "//components/ui_devtools",
868 "//components/user_manager", 868 "//components/user_manager",
869 "//components/wallpaper", 869 "//components/wallpaper",
870 "//media", 870 "//media",
871 "//net", 871 "//net",
872 "//services/preferences/public/cpp",
872 "//services/service_manager/public/cpp", 873 "//services/service_manager/public/cpp",
873 "//skia", 874 "//skia",
874 "//third_party/icu", 875 "//third_party/icu",
875 "//ui/accessibility", 876 "//ui/accessibility",
876 "//ui/app_list/presenter", 877 "//ui/app_list/presenter",
877 "//ui/aura", 878 "//ui/aura",
878 "//ui/base", 879 "//ui/base",
879 "//ui/base:ui_data_pack", 880 "//ui/base:ui_data_pack",
880 "//ui/base/ime", 881 "//ui/base/ime",
881 "//ui/compositor", 882 "//ui/compositor",
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 if (is_win) { 1493 if (is_win) {
1493 configs -= [ "//build/config/win:console" ] 1494 configs -= [ "//build/config/win:console" ]
1494 configs += [ "//build/config/win:windowed" ] 1495 configs += [ "//build/config/win:windowed" ]
1495 deps += [ "//sandbox" ] 1496 deps += [ "//sandbox" ]
1496 } 1497 }
1497 1498
1498 if (is_chromeos) { 1499 if (is_chromeos) {
1499 deps += [ "//device/bluetooth" ] 1500 deps += [ "//device/bluetooth" ]
1500 } 1501 }
1501 } 1502 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | ash/common/shelf/shelf_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698