| 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("//rlz/features/features.gni") | 10 import("//rlz/features/features.gni") |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |