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 | 8 |
9 assert(enable_extensions) | 9 assert(enable_extensions) |
10 | 10 |
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 "//components/user_prefs", | 877 "//components/user_prefs", |
878 "//components/web_modal", | 878 "//components/web_modal", |
879 "//components/zoom", | 879 "//components/zoom", |
880 "//content/app/resources", | 880 "//content/app/resources", |
881 "//content/public/common", | 881 "//content/public/common", |
882 "//crypto", | 882 "//crypto", |
883 "//device/bluetooth", | 883 "//device/bluetooth", |
884 "//device/hid", | 884 "//device/hid", |
885 "//extensions:extensions_resources", | 885 "//extensions:extensions_resources", |
886 "//extensions/browser", | 886 "//extensions/browser", |
| 887 "//extensions/browser/api:api_registration", |
887 "//extensions/common/api", | 888 "//extensions/common/api", |
888 "//extensions/common/api:api_registration", | |
889 "//extensions/strings", | 889 "//extensions/strings", |
890 "//net", | 890 "//net", |
891 "//skia", | 891 "//skia", |
892 "//sql", | 892 "//sql", |
893 "//storage/browser", | 893 "//storage/browser", |
894 "//storage/common", | 894 "//storage/common", |
895 "//third_party/WebKit/public:image_resources", | 895 "//third_party/WebKit/public:image_resources", |
896 "//third_party/WebKit/public:resources", | 896 "//third_party/WebKit/public:resources", |
897 "//third_party/cacheinvalidation", | 897 "//third_party/cacheinvalidation", |
898 "//third_party/icu", | 898 "//third_party/icu", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1167 "api/braille_display_private/brlapi_connection.cc", | 1167 "api/braille_display_private/brlapi_connection.cc", |
1168 "api/braille_display_private/brlapi_connection.h", | 1168 "api/braille_display_private/brlapi_connection.h", |
1169 "api/braille_display_private/brlapi_keycode_map.cc", | 1169 "api/braille_display_private/brlapi_keycode_map.cc", |
1170 "api/braille_display_private/brlapi_keycode_map.h", | 1170 "api/braille_display_private/brlapi_keycode_map.h", |
1171 ] | 1171 ] |
1172 deps += [ "//build/linux/libbrlapi" ] | 1172 deps += [ "//build/linux/libbrlapi" ] |
1173 } else { | 1173 } else { |
1174 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1174 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
1175 } | 1175 } |
1176 } | 1176 } |
OLD | NEW |