Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2418813002: [Reland] Refactoring of SBER preference usage (Closed)
Patch Set: Fix static init in preference_api Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "//components/policy/core/browser", 852 "//components/policy/core/browser",
853 "//components/pref_registry", 853 "//components/pref_registry",
854 "//components/proximity_auth", 854 "//components/proximity_auth",
855 "//components/proximity_auth/ble", 855 "//components/proximity_auth/ble",
856 "//components/proximity_auth/cryptauth", 856 "//components/proximity_auth/cryptauth",
857 "//components/proximity_auth/logging", 857 "//components/proximity_auth/logging",
858 "//components/proxy_config", 858 "//components/proxy_config",
859 "//components/rappor", 859 "//components/rappor",
860 "//components/resources", 860 "//components/resources",
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_json", 863 "//components/safe_json",
863 "//components/search_engines", 864 "//components/search_engines",
864 "//components/sessions", 865 "//components/sessions",
865 "//components/signin/core/browser", 866 "//components/signin/core/browser",
866 "//components/spellcheck/browser", 867 "//components/spellcheck/browser",
867 "//components/storage_monitor", 868 "//components/storage_monitor",
868 "//components/strings", 869 "//components/strings",
869 "//components/sync", 870 "//components/sync",
870 "//components/sync_sessions", 871 "//components/sync_sessions",
871 "//components/syncable_prefs", 872 "//components/syncable_prefs",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 "api/braille_display_private/brlapi_connection.cc", 1167 "api/braille_display_private/brlapi_connection.cc",
1167 "api/braille_display_private/brlapi_connection.h", 1168 "api/braille_display_private/brlapi_connection.h",
1168 "api/braille_display_private/brlapi_keycode_map.cc", 1169 "api/braille_display_private/brlapi_keycode_map.cc",
1169 "api/braille_display_private/brlapi_keycode_map.h", 1170 "api/braille_display_private/brlapi_keycode_map.h",
1170 ] 1171 ]
1171 deps += [ "//build/linux/libbrlapi" ] 1172 deps += [ "//build/linux/libbrlapi" ]
1172 } else { 1173 } else {
1173 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1174 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1174 } 1175 }
1175 } 1176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698