| 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 "//components/safe_browsing_db:database_manager", | 861 "//components/safe_browsing_db:database_manager", |
| 862 "//components/safe_browsing_db:safe_browsing_prefs", | 862 "//components/safe_browsing_db:safe_browsing_prefs", |
| 863 "//components/safe_json", | 863 "//components/safe_json", |
| 864 "//components/search_engines", | 864 "//components/search_engines", |
| 865 "//components/sessions", | 865 "//components/sessions", |
| 866 "//components/signin/core/browser", | 866 "//components/signin/core/browser", |
| 867 "//components/spellcheck/browser", | 867 "//components/spellcheck/browser", |
| 868 "//components/storage_monitor", | 868 "//components/storage_monitor", |
| 869 "//components/strings", | 869 "//components/strings", |
| 870 "//components/sync", | 870 "//components/sync", |
| 871 "//components/sync_preferences", |
| 871 "//components/sync_sessions", | 872 "//components/sync_sessions", |
| 872 "//components/syncable_prefs", | |
| 873 "//components/translate/core/browser", | 873 "//components/translate/core/browser", |
| 874 "//components/undo", | 874 "//components/undo", |
| 875 "//components/update_client", | 875 "//components/update_client", |
| 876 "//components/url_matcher", | 876 "//components/url_matcher", |
| 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", |
| (...skipping 284 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 |