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

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

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix win bots Created 3 years, 7 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 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "//components/password_manager/core/browser", 851 "//components/password_manager/core/browser",
852 "//components/pdf/browser", 852 "//components/pdf/browser",
853 "//components/policy:generated", 853 "//components/policy:generated",
854 "//components/policy/core/browser", 854 "//components/policy/core/browser",
855 "//components/pref_registry", 855 "//components/pref_registry",
856 "//components/proximity_auth", 856 "//components/proximity_auth",
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/common:safe_browsing_prefs",
861 "//components/safe_browsing_db:database_manager", 862 "//components/safe_browsing_db:database_manager",
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_preferences",
872 "//components/sync_sessions", 872 "//components/sync_sessions",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 "api/braille_display_private/brlapi_connection.cc", 1179 "api/braille_display_private/brlapi_connection.cc",
1180 "api/braille_display_private/brlapi_connection.h", 1180 "api/braille_display_private/brlapi_connection.h",
1181 "api/braille_display_private/brlapi_keycode_map.cc", 1181 "api/braille_display_private/brlapi_keycode_map.cc",
1182 "api/braille_display_private/brlapi_keycode_map.h", 1182 "api/braille_display_private/brlapi_keycode_map.h",
1183 ] 1183 ]
1184 deps += [ "//build/linux/libbrlapi" ] 1184 deps += [ "//build/linux/libbrlapi" ]
1185 } else { 1185 } else {
1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1187 } 1187 }
1188 } 1188 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/extensions/api/preference/preference_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698