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

Side by Side Diff: chrome/utility/BUILD.gn

Issue 2952243002: Break up chrome/common:common
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
« no previous file with comments | « chrome/common/search/BUILD.gn ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//components/strings", 44 "//components/strings",
45 "//components/url_formatter", 45 "//components/url_formatter",
46 "//content/public/child", 46 "//content/public/child",
47 "//content/public/common", 47 "//content/public/common",
48 "//content/public/utility", 48 "//content/public/utility",
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",
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 "//third_party/zlib/google:zip",
60 ] 60 ]
61 61
62 if (!is_android) { 62 if (!is_android) {
63 sources += [ 63 sources += [
64 "importer/bookmark_html_reader.cc", 64 "importer/bookmark_html_reader.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 deps += [ "//chrome/utility/safe_browsing/mac" ] 187 deps += [ "//chrome/utility/safe_browsing/mac" ]
188 } 188 }
189 189
190 if (!is_android) { 190 if (!is_android) {
191 sources += [ 191 sources += [
192 "media_router/dial_device_description_parser_impl.cc", 192 "media_router/dial_device_description_parser_impl.cc",
193 "media_router/dial_device_description_parser_impl.h", 193 "media_router/dial_device_description_parser_impl.h",
194 ] 194 ]
195 } 195 }
196 } 196 }
OLDNEW
« no previous file with comments | « chrome/common/search/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698