| Index: chromecast/base/BUILD.gn
|
| diff --git a/chromecast/base/BUILD.gn b/chromecast/base/BUILD.gn
|
| index a757d3b01072f7167f788d336eb120945cfe82b1..f24bb2c590b56a8bd9f4e336ddf82cadba251ba3 100644
|
| --- a/chromecast/base/BUILD.gn
|
| +++ b/chromecast/base/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//build/util/process_version.gni")
|
| +import("//chrome/version.gni") # TODO layering violation!
|
| import("//chromecast/chromecast.gni")
|
| import("//testing/test.gni")
|
|
|
| @@ -200,9 +200,6 @@
|
| template_file = "version.h.in"
|
| output = "$target_gen_dir/version.h"
|
|
|
| - sources = [
|
| - "//chrome/VERSION",
|
| - ]
|
| extra_args = [
|
| "-e",
|
| "VERSION_FULL=\"%s.%s.%s.%s\"%(MAJOR,MINOR,BUILD,PATCH)",
|
|
|