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

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

Issue 2940403002: Move SafeBrowsing files from //chrome/browser to a separate target. (Closed)
Patch Set: . Created 3 years, 6 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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 "//chrome:resources", 810 "//chrome:resources",
811 "//chrome:strings", 811 "//chrome:strings",
812 "//chrome/app:command_ids", 812 "//chrome/app:command_ids",
813 "//chrome/app/resources:platform_locale_settings", 813 "//chrome/app/resources:platform_locale_settings",
814 "//chrome/app/theme:chrome_unscaled_resources", 814 "//chrome/app/theme:chrome_unscaled_resources",
815 "//chrome/app/theme:theme_resources", 815 "//chrome/app/theme:theme_resources",
816 "//chrome/app/vector_icons", 816 "//chrome/app/vector_icons",
817 "//chrome/browser/devtools", 817 "//chrome/browser/devtools",
818 "//chrome/browser/media/router", 818 "//chrome/browser/media/router",
819 "//chrome/browser/media/router/discovery", 819 "//chrome/browser/media/router/discovery",
820 "//chrome/browser/safe_browsing",
820 "//chrome/common", 821 "//chrome/common",
821 "//chrome/common/extensions:mojo_bindings", 822 "//chrome/common/extensions:mojo_bindings",
822 "//chrome/common/extensions/api:api_registration", 823 "//chrome/common/extensions/api:api_registration",
823 "//chrome/common/extensions/api:extensions_features", 824 "//chrome/common/extensions/api:extensions_features",
824 "//chrome/common/safe_browsing:proto", 825 "//chrome/common/safe_browsing:proto",
825 "//components/app_modal", 826 "//components/app_modal",
826 "//components/autofill/content/browser", 827 "//components/autofill/content/browser",
827 "//components/bookmarks/browser", 828 "//components/bookmarks/browser",
828 "//components/bookmarks/managed", 829 "//components/bookmarks/managed",
829 "//components/browser_sync", 830 "//components/browser_sync",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "api/braille_display_private/brlapi_connection.cc", 1172 "api/braille_display_private/brlapi_connection.cc",
1172 "api/braille_display_private/brlapi_connection.h", 1173 "api/braille_display_private/brlapi_connection.h",
1173 "api/braille_display_private/brlapi_keycode_map.cc", 1174 "api/braille_display_private/brlapi_keycode_map.cc",
1174 "api/braille_display_private/brlapi_keycode_map.h", 1175 "api/braille_display_private/brlapi_keycode_map.h",
1175 ] 1176 ]
1176 deps += [ "//build/linux/libbrlapi" ] 1177 deps += [ "//build/linux/libbrlapi" ]
1177 } else { 1178 } else {
1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1179 } 1180 }
1180 } 1181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698