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

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

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix compile on win 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "//components/password_manager/core/browser", 844 "//components/password_manager/core/browser",
845 "//components/pdf/browser", 845 "//components/pdf/browser",
846 "//components/policy:generated", 846 "//components/policy:generated",
847 "//components/policy/core/browser", 847 "//components/policy/core/browser",
848 "//components/pref_registry", 848 "//components/pref_registry",
849 "//components/proximity_auth", 849 "//components/proximity_auth",
850 "//components/proximity_auth/logging", 850 "//components/proximity_auth/logging",
851 "//components/proxy_config", 851 "//components/proxy_config",
852 "//components/rappor", 852 "//components/rappor",
853 "//components/resources", 853 "//components/resources",
854 "//components/safe_browsing/common:safe_browsing_prefs",
854 "//components/safe_browsing_db:database_manager", 855 "//components/safe_browsing_db:database_manager",
855 "//components/safe_browsing_db:safe_browsing_prefs",
856 "//components/safe_json", 856 "//components/safe_json",
857 "//components/search_engines", 857 "//components/search_engines",
858 "//components/sessions", 858 "//components/sessions",
859 "//components/signin/core/browser", 859 "//components/signin/core/browser",
860 "//components/spellcheck/browser", 860 "//components/spellcheck/browser",
861 "//components/storage_monitor", 861 "//components/storage_monitor",
862 "//components/strings", 862 "//components/strings",
863 "//components/sync", 863 "//components/sync",
864 "//components/sync_preferences", 864 "//components/sync_preferences",
865 "//components/sync_sessions", 865 "//components/sync_sessions",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "api/braille_display_private/brlapi_connection.cc", 1172 "api/braille_display_private/brlapi_connection.cc",
1173 "api/braille_display_private/brlapi_connection.h", 1173 "api/braille_display_private/brlapi_connection.h",
1174 "api/braille_display_private/brlapi_keycode_map.cc", 1174 "api/braille_display_private/brlapi_keycode_map.cc",
1175 "api/braille_display_private/brlapi_keycode_map.h", 1175 "api/braille_display_private/brlapi_keycode_map.h",
1176 ] 1176 ]
1177 deps += [ "//build/linux/libbrlapi" ] 1177 deps += [ "//build/linux/libbrlapi" ]
1178 } else { 1178 } else {
1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1180 } 1180 }
1181 } 1181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698