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

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

Issue 2935383003: Break up chrome/common:common: safe_browsing (Closed)
Patch Set: merge 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
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "//storage/browser", 900 "//storage/browser",
901 "//storage/common", 901 "//storage/common",
902 "//third_party/WebKit/public:image_resources", 902 "//third_party/WebKit/public:image_resources",
903 "//third_party/WebKit/public:resources", 903 "//third_party/WebKit/public:resources",
904 "//third_party/cacheinvalidation", 904 "//third_party/cacheinvalidation",
905 "//third_party/icu", 905 "//third_party/icu",
906 "//third_party/leveldatabase", 906 "//third_party/leveldatabase",
907 "//third_party/libaddressinput:util", 907 "//third_party/libaddressinput:util",
908 "//third_party/re2", 908 "//third_party/re2",
909 "//third_party/webrtc/modules/desktop_capture", 909 "//third_party/webrtc/modules/desktop_capture",
910 "//third_party/zlib/google:zip",
910 "//ui/accessibility:ax_gen", 911 "//ui/accessibility:ax_gen",
911 "//ui/base", 912 "//ui/base",
912 "//ui/base/ime", 913 "//ui/base/ime",
913 "//ui/display/manager", 914 "//ui/display/manager",
914 "//ui/gfx", 915 "//ui/gfx",
915 "//ui/gfx/geometry", 916 "//ui/gfx/geometry",
916 "//ui/native_theme", 917 "//ui/native_theme",
917 "//ui/resources", 918 "//ui/resources",
918 "//ui/shell_dialogs", 919 "//ui/shell_dialogs",
919 "//ui/strings", 920 "//ui/strings",
(...skipping 251 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
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698