| OLD | NEW |
| 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 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 ] | 986 ] |
| 987 | 987 |
| 988 sources -= [ "api/music_manager_private/device_id_linux.cc" ] | 988 sources -= [ "api/music_manager_private/device_id_linux.cc" ] |
| 989 if (use_dbus) { | 989 if (use_dbus) { |
| 990 configs += [ "//build/config/linux/dbus" ] | 990 configs += [ "//build/config/linux/dbus" ] |
| 991 } | 991 } |
| 992 deps += [ | 992 deps += [ |
| 993 "//components/chrome_apps", | 993 "//components/chrome_apps", |
| 994 "//components/constrained_window", | 994 "//components/constrained_window", |
| 995 "//components/drive", | 995 "//components/drive", |
| 996 "//components/session_manager/core", |
| 996 "//components/user_manager", | 997 "//components/user_manager", |
| 997 "//remoting/base", | 998 "//remoting/base", |
| 998 "//remoting/host", | 999 "//remoting/host", |
| 999 "//remoting/host/it2me:common", | 1000 "//remoting/host/it2me:common", |
| 1000 "//third_party/protobuf:protobuf_lite", | 1001 "//third_party/protobuf:protobuf_lite", |
| 1001 "//ui/app_list", | 1002 "//ui/app_list", |
| 1002 "//ui/chromeos", | 1003 "//ui/chromeos", |
| 1003 "//ui/chromeos/events", | 1004 "//ui/chromeos/events", |
| 1004 "//ui/file_manager", | 1005 "//ui/file_manager", |
| 1005 "//ui/views/", | 1006 "//ui/views/", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 "api/braille_display_private/brlapi_connection.cc", | 1175 "api/braille_display_private/brlapi_connection.cc", |
| 1175 "api/braille_display_private/brlapi_connection.h", | 1176 "api/braille_display_private/brlapi_connection.h", |
| 1176 "api/braille_display_private/brlapi_keycode_map.cc", | 1177 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1177 "api/braille_display_private/brlapi_keycode_map.h", | 1178 "api/braille_display_private/brlapi_keycode_map.h", |
| 1178 ] | 1179 ] |
| 1179 deps += [ "//build/linux/libbrlapi" ] | 1180 deps += [ "//build/linux/libbrlapi" ] |
| 1180 } else { | 1181 } else { |
| 1181 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1182 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1182 } | 1183 } |
| 1183 } | 1184 } |
| OLD | NEW |