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

Side by Side Diff: cloud_print/virtual_driver/win/port_monitor/BUILD.gn

Issue 2945763003: Move process_version_rc_template.gni to build/util (Closed)
Patch Set: Created 3 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 | « cloud_print/virtual_driver/win/install/BUILD.gn ('k') | components/version_info/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chrome/process_version_rc_template.gni") 5 import("//build/util/process_version_rc_template.gni")
6 6
7 assert(is_win) 7 assert(is_win)
8 8
9 group("port_monitor") { 9 group("port_monitor") {
10 public_deps = [ 10 public_deps = [
11 ":port_monitor_dll", 11 ":port_monitor_dll",
12 ] 12 ]
13 } 13 }
14 14
15 shared_library("port_monitor_dll") { 15 shared_library("port_monitor_dll") {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 process_version_rc_template("resources") { 99 process_version_rc_template("resources") {
100 sources = [ 100 sources = [
101 "../gcp_portmon_dll.ver", 101 "../gcp_portmon_dll.ver",
102 ] 102 ]
103 103
104 # Note: target_gen_dir will be different for each toolchain so the output 104 # Note: target_gen_dir will be different for each toolchain so the output
105 # name doesn't need mangling. 105 # name doesn't need mangling.
106 output = "$target_gen_dir/gcp_portmon_dll.rc" 106 output = "$target_gen_dir/gcp_portmon_dll.rc"
107 } 107 }
OLDNEW
« no previous file with comments | « cloud_print/virtual_driver/win/install/BUILD.gn ('k') | components/version_info/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698