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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2945023002: Introduce profile for lock screen apps (Closed)
Patch Set: rebase Created 3 years, 5 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
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("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 ] 982 ]
983 983
984 sources -= [ "api/music_manager_private/device_id_linux.cc" ] 984 sources -= [ "api/music_manager_private/device_id_linux.cc" ]
985 if (use_dbus) { 985 if (use_dbus) {
986 configs += [ "//build/config/linux/dbus" ] 986 configs += [ "//build/config/linux/dbus" ]
987 } 987 }
988 deps += [ 988 deps += [
989 "//components/chrome_apps", 989 "//components/chrome_apps",
990 "//components/constrained_window", 990 "//components/constrained_window",
991 "//components/drive", 991 "//components/drive",
992 "//components/session_manager/core",
993 "//components/user_manager", 992 "//components/user_manager",
994 "//remoting/base", 993 "//remoting/base",
995 "//remoting/host", 994 "//remoting/host",
996 "//remoting/host/it2me:common", 995 "//remoting/host/it2me:common",
997 "//third_party/protobuf:protobuf_lite", 996 "//third_party/protobuf:protobuf_lite",
998 "//ui/app_list", 997 "//ui/app_list",
999 "//ui/chromeos", 998 "//ui/chromeos",
1000 "//ui/chromeos/events", 999 "//ui/chromeos/events",
1001 "//ui/file_manager", 1000 "//ui/file_manager",
1002 "//ui/views/", 1001 "//ui/views/",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "api/braille_display_private/brlapi_connection.cc", 1170 "api/braille_display_private/brlapi_connection.cc",
1172 "api/braille_display_private/brlapi_connection.h", 1171 "api/braille_display_private/brlapi_connection.h",
1173 "api/braille_display_private/brlapi_keycode_map.cc", 1172 "api/braille_display_private/brlapi_keycode_map.cc",
1174 "api/braille_display_private/brlapi_keycode_map.h", 1173 "api/braille_display_private/brlapi_keycode_map.h",
1175 ] 1174 ]
1176 deps += [ "//build/linux/libbrlapi" ] 1175 deps += [ "//build/linux/libbrlapi" ]
1177 } else { 1176 } else {
1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1177 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1179 } 1178 }
1180 } 1179 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_helper.cc ('k') | chrome/browser/extensions/chrome_extensions_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698