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

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

Issue 1503483003: Add chrome_elf and cloud_print to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/service/win/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/version.gni") 5 import("//chrome/version.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" ]
16 configs += [ "//build/config/win:windowed" ] 16 configs += [ "//build/config/win:windowed" ]
17 17
18 deps = [ 18 deps = [
19 ":copy_gcp_driver", 19 ":copy_gcp_driver",
20 ":resources", 20 ":resources",
21 ":setup_version", 21 ":setup_version",
22 "//base", 22 "//base",
23 "//cloud_print/common",
23 "//cloud_print/common:install_utils", 24 "//cloud_print/common:install_utils",
24 "//cloud_print/virtual_driver/win", 25 "//cloud_print/virtual_driver/win",
25 ] 26 ]
26 27
27 libs = [ "setupapi.lib" ] 28 libs = [ "setupapi.lib" ]
28 ldflags = [ "/DELAYLOAD:winspool.drv" ] 29 ldflags = [ "/DELAYLOAD:winspool.drv" ]
29 } 30 }
30 31
31 copy("copy_gcp_driver") { 32 copy("copy_gcp_driver") {
32 sources = [ 33 sources = [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "virtual_driver_setup_resources_ta.rc", 102 "virtual_driver_setup_resources_ta.rc",
102 "virtual_driver_setup_resources_te.rc", 103 "virtual_driver_setup_resources_te.rc",
103 "virtual_driver_setup_resources_th.rc", 104 "virtual_driver_setup_resources_th.rc",
104 "virtual_driver_setup_resources_tr.rc", 105 "virtual_driver_setup_resources_tr.rc",
105 "virtual_driver_setup_resources_uk.rc", 106 "virtual_driver_setup_resources_uk.rc",
106 "virtual_driver_setup_resources_vi.rc", 107 "virtual_driver_setup_resources_vi.rc",
107 "virtual_driver_setup_resources_zh-CN.rc", 108 "virtual_driver_setup_resources_zh-CN.rc",
108 "virtual_driver_setup_resources_zh-TW.rc", 109 "virtual_driver_setup_resources_zh-TW.rc",
109 ] 110 ]
110 } 111 }
OLDNEW
« no previous file with comments | « cloud_print/service/win/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