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

Side by Side Diff: cloud_print/virtual_driver/win/virtual_driver.gypi

Issue 1407623003: Revert of Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/port_monitor/BUILD.gn ('k') | content/public/common/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'include_dirs': [ 10 'include_dirs': [
11 '<(DEPTH)', 11 '<(DEPTH)',
12 ], 12 ],
13 'libraries': [ 13 'libraries': [
14 'userenv.lib', 14 'userenv.lib',
15 ], 15 ],
16 }, 16 },
17 'targets' : [ 17 'targets' : [
18 { 18 {
19 # GN version: //cloud_print/virtual_driver/win
20 'target_name': 'virtual_driver_lib<(virtual_driver_suffix)', 19 'target_name': 'virtual_driver_lib<(virtual_driver_suffix)',
21 'type': 'static_library', 20 'type': 'static_library',
22 'sources': [ 21 'sources': [
23 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc', 22 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc',
24 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.h', 23 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.h',
25 'virtual_driver_consts.cc', 24 'virtual_driver_consts.cc',
26 'virtual_driver_consts.h', 25 'virtual_driver_consts.h',
27 'virtual_driver_helpers.cc', 26 'virtual_driver_helpers.cc',
28 'virtual_driver_helpers.h', 27 'virtual_driver_helpers.h',
29 ], 28 ],
30 }, 29 },
31 { 30 {
32 # GN version: //cloud_print/virtual_driver/win/port_monitor:lib
33 'target_name': 'gcp_portmon_lib<(virtual_driver_suffix)', 31 'target_name': 'gcp_portmon_lib<(virtual_driver_suffix)',
34 'type': 'static_library', 32 'type': 'static_library',
35 'sources': [ 33 'sources': [
36 'port_monitor/port_monitor.cc', 34 'port_monitor/port_monitor.cc',
37 'port_monitor/port_monitor.h', 35 'port_monitor/port_monitor.h',
38 ], 36 ],
39 'dependencies': [ 37 'dependencies': [
40 'virtual_driver_lib<(virtual_driver_suffix)', 38 'virtual_driver_lib<(virtual_driver_suffix)',
41 ], 39 ],
42 }, 40 },
43 { 41 {
44 # GN version: //cloud_print/virtual_driver/win/port_monitor
45 'target_name': 'gcp_portmon<(virtual_driver_suffix)', 42 'target_name': 'gcp_portmon<(virtual_driver_suffix)',
46 'type': 'loadable_module', 43 'type': 'loadable_module',
47 'sources': [ 44 'sources': [
48 'port_monitor/port_monitor.def', 45 'port_monitor/port_monitor.def',
49 'port_monitor/port_monitor_dll.cc', 46 'port_monitor/port_monitor_dll.cc',
50 '<(SHARED_INTERMEDIATE_DIR)/cloud_print/gcp_portmon<(virtual_driver_suff ix)_dll_version.rc', 47 '<(SHARED_INTERMEDIATE_DIR)/cloud_print/gcp_portmon<(virtual_driver_suff ix)_dll_version.rc',
51 ], 48 ],
52 'dependencies': [ 49 'dependencies': [
53 'gcp_portmon_lib<(virtual_driver_suffix)', 50 'gcp_portmon_lib<(virtual_driver_suffix)',
54 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', 51 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
55 '<(DEPTH)/cloud_print/cloud_print_resources.gyp:cloud_print_version_reso urces', 52 '<(DEPTH)/cloud_print/cloud_print_resources.gyp:cloud_print_version_reso urces',
56 ], 53 ],
57 'include_dirs': [ 54 'include_dirs': [
58 # To allow including "version.h" 55 # To allow including "version.h"
59 '<(SHARED_INTERMEDIATE_DIR)', 56 '<(SHARED_INTERMEDIATE_DIR)',
60 ], 57 ],
61 }, 58 },
62 ], 59 ],
63 } 60 }
OLDNEW
« no previous file with comments | « cloud_print/virtual_driver/win/port_monitor/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698