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

Side by Side Diff: chrome/BUILD.gn

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 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 | « BUILD.gn ('k') | chrome/android/chrome_apk.gyp » ('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/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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 #"//v8/*", 1036 #"//v8/*",
1037 ] 1037 ]
1038 } 1038 }
1039 } 1039 }
1040 1040
1041 # GYP version: chromium_child_dependencies variable in chrome.gyp 1041 # GYP version: chromium_child_dependencies variable in chrome.gyp
1042 group("child_dependencies") { 1042 group("child_dependencies") {
1043 public_deps = [ 1043 public_deps = [
1044 "//chrome/common", 1044 "//chrome/common",
1045 "//sync", 1045 "//sync",
1046 "//third_party/cld_2:cld2_platform_impl",
1047 ] 1046 ]
1048 if (!is_ios) { 1047 if (!is_ios) {
1049 public_deps += [ 1048 public_deps += [
1050 "//chrome/browser/devtools", 1049 "//chrome/browser/devtools",
1051 "//chrome/child", 1050 "//chrome/child",
1052 "//chrome/gpu", 1051 "//chrome/gpu",
1053 "//chrome/renderer", 1052 "//chrome/renderer",
1054 "//chrome/utility", 1053 "//chrome/utility",
1055 "//content/public/child", 1054 "//content/public/child",
1056 "//third_party/WebKit/public:blink_devtools_frontend_resources", 1055 "//third_party/WebKit/public:blink_devtools_frontend_resources",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1667 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1669 "//chrome/tools/build/linux/chrome-wrapper", 1668 "//chrome/tools/build/linux/chrome-wrapper",
1670 "//third_party/xdg-utils/scripts/xdg-mime", 1669 "//third_party/xdg-utils/scripts/xdg-mime",
1671 "//third_party/xdg-utils/scripts/xdg-settings", 1670 "//third_party/xdg-utils/scripts/xdg-settings",
1672 ] 1671 ]
1673 outputs = [ 1672 outputs = [
1674 "$root_out_dir/{{source_file_part}}", 1673 "$root_out_dir/{{source_file_part}}",
1675 ] 1674 ]
1676 } 1675 }
1677 } 1676 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698