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

Side by Side Diff: ash/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | 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 assert(use_aura) 10 assert(use_aura)
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 "//base:i18n", 840 "//base:i18n",
841 "//base/third_party/dynamic_annotations", 841 "//base/third_party/dynamic_annotations",
842 "//cc", 842 "//cc",
843 "//components/device_event_log", 843 "//components/device_event_log",
844 "//components/onc", 844 "//components/onc",
845 "//components/signin/core/account_id", 845 "//components/signin/core/account_id",
846 "//components/user_manager", 846 "//components/user_manager",
847 "//components/wallpaper", 847 "//components/wallpaper",
848 "//media", 848 "//media",
849 "//net", 849 "//net",
850 "//services/shell/public/cpp", 850 "//services/service_manager/public/cpp",
851 "//skia", 851 "//skia",
852 "//third_party/icu", 852 "//third_party/icu",
853 "//ui/accessibility", 853 "//ui/accessibility",
854 "//ui/app_list/presenter", 854 "//ui/app_list/presenter",
855 "//ui/aura", 855 "//ui/aura",
856 "//ui/base", 856 "//ui/base",
857 "//ui/base:ui_data_pack", 857 "//ui/base:ui_data_pack",
858 "//ui/base/ime", 858 "//ui/base/ime",
859 "//ui/compositor", 859 "//ui/compositor",
860 "//ui/display", 860 "//ui/display",
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 if (is_win) { 1475 if (is_win) {
1476 configs -= [ "//build/config/win:console" ] 1476 configs -= [ "//build/config/win:console" ]
1477 configs += [ "//build/config/win:windowed" ] 1477 configs += [ "//build/config/win:windowed" ]
1478 deps += [ "//sandbox" ] 1478 deps += [ "//sandbox" ]
1479 } 1479 }
1480 1480
1481 if (is_chromeos) { 1481 if (is_chromeos) {
1482 deps += [ "//device/bluetooth" ] 1482 deps += [ "//device/bluetooth" ]
1483 } 1483 }
1484 } 1484 }
OLDNEW
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698