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