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

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

Issue 10692093: Use Chrome version for cloud print binaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
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': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 'target_name': 'gcp_portmon<(virtual_driver_suffix)', 43 'target_name': 'gcp_portmon<(virtual_driver_suffix)',
44 'type': 'loadable_module', 44 'type': 'loadable_module',
45 'sources': [ 45 'sources': [
46 'port_monitor/port_monitor.def', 46 'port_monitor/port_monitor.def',
47 'port_monitor/port_monitor_dll.cc', 47 'port_monitor/port_monitor_dll.cc',
48 'virtual_driver_common_resources.rc', 48 'virtual_driver_common_resources.rc',
49 ], 49 ],
50 'dependencies': [ 50 'dependencies': [
51 'gcp_portmon_lib<(virtual_driver_suffix)', 51 'gcp_portmon_lib<(virtual_driver_suffix)',
52 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
53 ],
54 'include_dirs': [
55 # To allow including "version.h"
56 '<(SHARED_INTERMEDIATE_DIR)',
52 ], 57 ],
53 }, 58 },
54 ], 59 ],
55 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698