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

Side by Side Diff: cloud_print/virtual_driver/win/install/virtual_driver_install.gyp

Issue 657313004: Cleanup: Remove trailing whitespaces in gyp files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 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/gcp20/prototype/gcp20_device.gyp ('k') | google_apis/gcm/gcm.gyp » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 }, 93 },
94 }, 94 },
95 'copies': [ 95 'copies': [
96 { 96 {
97 'destination': '<(PRODUCT_DIR)', 97 'destination': '<(PRODUCT_DIR)',
98 'files': [ 98 'files': [
99 '../../gcp_driver.gpd', 99 '../../gcp_driver.gpd',
100 ], 100 ],
101 }, 101 },
102 ], 102 ],
103 }, 103 },
104 { 104 {
105 'target_name': 'virtual_driver_setup_resources', 105 'target_name': 'virtual_driver_setup_resources',
106 'type': 'none', 106 'type': 'none',
107 'variables': { 107 'variables': {
108 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/virtual_driver_setup_resourc es', 108 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/virtual_driver_setup_resourc es',
109 }, 109 },
110 'actions': [ 110 'actions': [
111 { 111 {
112 'action_name': 'virtual_driver_setup_resources', 112 'action_name': 'virtual_driver_setup_resources',
113 'variables': { 113 'variables': {
114 'grit_grd_file': 'virtual_driver_setup_resources.grd', 114 'grit_grd_file': 'virtual_driver_setup_resources.grd',
115 }, 115 },
116 'includes': [ '../../../../build/grit_action.gypi' ], 116 'includes': [ '../../../../build/grit_action.gypi' ],
117 }, 117 },
118 ], 118 ],
119 'includes': [ '../../../../build/grit_target.gypi' ], 119 'includes': [ '../../../../build/grit_target.gypi' ],
120 }, 120 },
121 ], 121 ],
122 } 122 }
OLDNEW
« no previous file with comments | « cloud_print/gcp20/prototype/gcp20_device.gyp ('k') | google_apis/gcm/gcm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698