OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |