| Index: components/cronet/ios/BUILD.gn
|
| diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
|
| index e7ca5d49290b552803a903871ef0a627be141f5f..ca48d5bab724ab30266adedefbeadfeb14aed20a 100644
|
| --- a/components/cronet/ios/BUILD.gn
|
| +++ b/components/cronet/ios/BUILD.gn
|
| @@ -6,8 +6,8 @@
|
| import("//build/config/ios/rules.gni")
|
| import("//build/config/mac/symbols.gni")
|
| import("//build/mac/tweak_info_plist.gni")
|
| -import("//build/util/process_version.gni")
|
| import("//build/util/version.gni")
|
| +import("//chrome/version.gni")
|
| import("//testing/test.gni")
|
| import("//url/features.gni")
|
|
|
| @@ -19,9 +19,6 @@
|
|
|
| process_version("cronet_version_header") {
|
| template_file = "//components/cronet/version.h.in"
|
| - sources = [
|
| - "//chrome/VERSION",
|
| - ]
|
| output = "$target_gen_dir/version.h"
|
| extra_args = [
|
| "-e",
|
|
|