| 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 "//components/web_modal", | 888 "//components/web_modal", |
| 889 "//components/zoom", | 889 "//components/zoom", |
| 890 "//content/app/resources", | 890 "//content/app/resources", |
| 891 "//content/public/common", | 891 "//content/public/common", |
| 892 "//crypto", | 892 "//crypto", |
| 893 "//device/bluetooth", | 893 "//device/bluetooth", |
| 894 "//device/hid", | 894 "//device/hid", |
| 895 "//extensions:extensions_resources", | 895 "//extensions:extensions_resources", |
| 896 "//extensions/browser", | 896 "//extensions/browser", |
| 897 "//extensions/browser/api:api_registration", | 897 "//extensions/browser/api:api_registration", |
| 898 "//extensions/common", |
| 898 "//extensions/common/api", | 899 "//extensions/common/api", |
| 899 "//extensions/features", | 900 "//extensions/features", |
| 900 "//extensions/strings", | 901 "//extensions/strings", |
| 901 "//media:media_features", | 902 "//media:media_features", |
| 902 "//net", | 903 "//net", |
| 903 "//ppapi/features", | 904 "//ppapi/features", |
| 904 "//printing/features", | 905 "//printing/features", |
| 905 "//rlz/features", | 906 "//rlz/features", |
| 906 "//skia", | 907 "//skia", |
| 907 "//sql", | 908 "//sql", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 "api/braille_display_private/brlapi_connection.cc", | 1186 "api/braille_display_private/brlapi_connection.cc", |
| 1186 "api/braille_display_private/brlapi_connection.h", | 1187 "api/braille_display_private/brlapi_connection.h", |
| 1187 "api/braille_display_private/brlapi_keycode_map.cc", | 1188 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1188 "api/braille_display_private/brlapi_keycode_map.h", | 1189 "api/braille_display_private/brlapi_keycode_map.h", |
| 1189 ] | 1190 ] |
| 1190 deps += [ "//build/linux/libbrlapi" ] | 1191 deps += [ "//build/linux/libbrlapi" ] |
| 1191 } else { | 1192 } else { |
| 1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1193 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1193 } | 1194 } |
| 1194 } | 1195 } |
| OLD | NEW |