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

Side by Side Diff: cloud_print/virtual_driver/win/install/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 | « chrome_elf/BUILD.gn ('k') | cloud_print/virtual_driver/win/port_monitor/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 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 assert(is_win) 8 assert(is_win)
9 9
10 executable("virtual_driver_setup") { 10 executable("virtual_driver_setup") {
11 sources = [ 11 sources = [
12 "setup.cc", 12 "setup.cc",
13 ] 13 ]
14 14
15 configs -= [ "//build/config/win:console" ] 15 configs -= [ "//build/config/win:console" ]
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "virtual_driver_setup_resources_ta.rc", 109 "virtual_driver_setup_resources_ta.rc",
110 "virtual_driver_setup_resources_te.rc", 110 "virtual_driver_setup_resources_te.rc",
111 "virtual_driver_setup_resources_th.rc", 111 "virtual_driver_setup_resources_th.rc",
112 "virtual_driver_setup_resources_tr.rc", 112 "virtual_driver_setup_resources_tr.rc",
113 "virtual_driver_setup_resources_uk.rc", 113 "virtual_driver_setup_resources_uk.rc",
114 "virtual_driver_setup_resources_vi.rc", 114 "virtual_driver_setup_resources_vi.rc",
115 "virtual_driver_setup_resources_zh-CN.rc", 115 "virtual_driver_setup_resources_zh-CN.rc",
116 "virtual_driver_setup_resources_zh-TW.rc", 116 "virtual_driver_setup_resources_zh-TW.rc",
117 ] 117 ]
118 } 118 }
OLDNEW
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | cloud_print/virtual_driver/win/port_monitor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698