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

Side by Side Diff: chrome/utility/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 | « chrome/common/safe_browsing/OWNERS ('k') | no next file » | 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sysroot.gni") 7 import("//build/config/sysroot.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//courgette:courgette_lib", 49 "//courgette:courgette_lib",
50 "//extensions/features", 50 "//extensions/features",
51 "//ipc", 51 "//ipc",
52 "//media", 52 "//media",
53 "//net:net_with_v8", 53 "//net:net_with_v8",
54 "//printing/features", 54 "//printing/features",
55 "//services/service_manager/public/cpp", 55 "//services/service_manager/public/cpp",
56 "//skia", 56 "//skia",
57 "//sql", 57 "//sql",
58 "//third_party/libxml", 58 "//third_party/libxml",
59 "//third_party/zlib/google:zip",
59 ] 60 ]
60 61
61 if (!is_android) { 62 if (!is_android) {
62 sources += [ 63 sources += [
63 "importer/bookmark_html_reader.cc", 64 "importer/bookmark_html_reader.cc",
64 "importer/bookmark_html_reader.h", 65 "importer/bookmark_html_reader.h",
65 "importer/bookmarks_file_importer.cc", 66 "importer/bookmarks_file_importer.cc",
66 "importer/bookmarks_file_importer.h", 67 "importer/bookmarks_file_importer.h",
67 "importer/edge_database_reader_win.cc", 68 "importer/edge_database_reader_win.cc",
68 "importer/edge_database_reader_win.h", 69 "importer/edge_database_reader_win.h",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 deps += [ "//chrome/utility/safe_browsing/mac" ] 187 deps += [ "//chrome/utility/safe_browsing/mac" ]
187 } 188 }
188 189
189 if (!is_android) { 190 if (!is_android) {
190 sources += [ 191 sources += [
191 "media_router/dial_device_description_parser_impl.cc", 192 "media_router/dial_device_description_parser_impl.cc",
192 "media_router/dial_device_description_parser_impl.h", 193 "media_router/dial_device_description_parser_impl.h",
193 ] 194 ]
194 } 195 }
195 } 196 }
OLDNEW
« no previous file with comments | « chrome/common/safe_browsing/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698