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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Fix chromecast Created 4 years, 3 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/process_version.gni")
8 import("//build/util/version.gni") 9 import("//build/util/version.gni")
9 import("//chrome/version.gni")
10 import("//remoting/remoting_enable.gni") 10 import("//remoting/remoting_enable.gni")
11 import("//remoting/remoting_locales.gni") 11 import("//remoting/remoting_locales.gni")
12 import("//remoting/remoting_options.gni") 12 import("//remoting/remoting_options.gni")
13 import("//remoting/remoting_version.gni") 13 import("//remoting/remoting_version.gni")
14 import("//remoting/tools/build/remoting_localize.gni") 14 import("//remoting/tools/build/remoting_localize.gni")
15 15
16 process_version("remoting_version") { 16 process_version("remoting_version") {
17 template_file = "//remoting/host/version.h.in" 17 template_file = "//remoting/host/version.h.in"
18 sources = [ 18 sources = [
19 branding_path, 19 branding_path,
(...skipping 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1983 root_build_dir), 1983 root_build_dir),
1984 rebase_path(outputs[0], root_build_dir), 1984 rebase_path(outputs[0], root_build_dir),
1985 ] 1985 ]
1986 } 1986 }
1987 } else { 1987 } else {
1988 group("remoting_host_installation") { 1988 group("remoting_host_installation") {
1989 } 1989 }
1990 } 1990 }
1991 } 1991 }
1992 } 1992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698