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

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

Issue 2847853003: Remove policy watching from It2MeHost. (Closed)
Patch Set: Add dep. Created 3 years, 7 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 | chrome/browser/extensions/api/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("//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("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 980
981 sources -= [ "api/music_manager_private/device_id_linux.cc" ] 981 sources -= [ "api/music_manager_private/device_id_linux.cc" ]
982 if (use_dbus) { 982 if (use_dbus) {
983 configs += [ "//build/config/linux/dbus" ] 983 configs += [ "//build/config/linux/dbus" ]
984 } 984 }
985 deps += [ 985 deps += [
986 "//components/chrome_apps", 986 "//components/chrome_apps",
987 "//components/constrained_window", 987 "//components/constrained_window",
988 "//components/drive", 988 "//components/drive",
989 "//components/user_manager", 989 "//components/user_manager",
990 "//remoting/base",
990 "//remoting/host", 991 "//remoting/host",
991 "//remoting/host/it2me:common", 992 "//remoting/host/it2me:common",
992 "//third_party/protobuf:protobuf_lite", 993 "//third_party/protobuf:protobuf_lite",
993 "//ui/app_list", 994 "//ui/app_list",
994 "//ui/chromeos", 995 "//ui/chromeos",
995 "//ui/chromeos/events", 996 "//ui/chromeos/events",
996 "//ui/file_manager", 997 "//ui/file_manager",
997 "//ui/views/", 998 "//ui/views/",
998 ] 999 ]
999 } else { 1000 } else {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 "api/braille_display_private/brlapi_connection.cc", 1174 "api/braille_display_private/brlapi_connection.cc",
1174 "api/braille_display_private/brlapi_connection.h", 1175 "api/braille_display_private/brlapi_connection.h",
1175 "api/braille_display_private/brlapi_keycode_map.cc", 1176 "api/braille_display_private/brlapi_keycode_map.cc",
1176 "api/braille_display_private/brlapi_keycode_map.h", 1177 "api/braille_display_private/brlapi_keycode_map.h",
1177 ] 1178 ]
1178 deps += [ "//build/linux/libbrlapi" ] 1179 deps += [ "//build/linux/libbrlapi" ]
1179 } else { 1180 } else {
1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1181 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1181 } 1182 }
1182 } 1183 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698