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

Side by Side Diff: chrome/BUILD.gn

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 4 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 group("chrome_dsym_archive") { 1154 group("chrome_dsym_archive") {
1155 } 1155 }
1156 } 1156 }
1157 } 1157 }
1158 1158
1159 # GYP version: chromium_browser_dependencies variable in chrome.gyp 1159 # GYP version: chromium_browser_dependencies variable in chrome.gyp
1160 group("browser_dependencies") { 1160 group("browser_dependencies") {
1161 public_deps = [ 1161 public_deps = [
1162 "//chrome/browser", 1162 "//chrome/browser",
1163 "//chrome/common", 1163 "//chrome/common",
1164 "//sync", 1164 "//components/sync",
1165 ] 1165 ]
1166 if (enable_plugins) { 1166 if (enable_plugins) {
1167 public_deps += [ "//ppapi/host" ] 1167 public_deps += [ "//ppapi/host" ]
1168 } 1168 }
1169 1169
1170 if (enable_basic_printing || enable_print_preview) { 1170 if (enable_basic_printing || enable_print_preview) {
1171 public_deps += [ "//printing" ] 1171 public_deps += [ "//printing" ]
1172 if (enable_print_preview) { 1172 if (enable_print_preview) {
1173 public_deps += [ "//chrome/service" ] 1173 public_deps += [ "//chrome/service" ]
1174 } 1174 }
(...skipping 10 matching lines...) Expand all
1185 # process, and then we can enable this. 1185 # process, and then we can enable this.
1186 #"//v8/*", 1186 #"//v8/*",
1187 ] 1187 ]
1188 } 1188 }
1189 } 1189 }
1190 1190
1191 # GYP version: chromium_child_dependencies variable in chrome.gyp 1191 # GYP version: chromium_child_dependencies variable in chrome.gyp
1192 group("child_dependencies") { 1192 group("child_dependencies") {
1193 public_deps = [ 1193 public_deps = [
1194 "//chrome/common", 1194 "//chrome/common",
1195 "//sync", 1195 "//components/sync",
1196 ] 1196 ]
1197 if (!is_ios) { 1197 if (!is_ios) {
1198 public_deps += [ 1198 public_deps += [
1199 "//chrome/browser/devtools", 1199 "//chrome/browser/devtools",
1200 "//chrome/child", 1200 "//chrome/child",
1201 "//chrome/gpu", 1201 "//chrome/gpu",
1202 "//chrome/renderer", 1202 "//chrome/renderer",
1203 "//chrome/utility", 1203 "//chrome/utility",
1204 "//content/public/child", 1204 "//content/public/child",
1205 "//third_party/WebKit/public:blink_devtools_frontend_resources", 1205 "//third_party/WebKit/public:blink_devtools_frontend_resources",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1828 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1829 "//chrome/tools/build/linux/chrome-wrapper", 1829 "//chrome/tools/build/linux/chrome-wrapper",
1830 "//third_party/xdg-utils/scripts/xdg-mime", 1830 "//third_party/xdg-utils/scripts/xdg-mime",
1831 "//third_party/xdg-utils/scripts/xdg-settings", 1831 "//third_party/xdg-utils/scripts/xdg-settings",
1832 ] 1832 ]
1833 outputs = [ 1833 outputs = [
1834 "$root_out_dir/{{source_file_part}}", 1834 "$root_out_dir/{{source_file_part}}",
1835 ] 1835 ]
1836 } 1836 }
1837 } 1837 }
OLDNEW
« build/all.gyp ('K') | « build/gn_migration.gypi ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698