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

Side by Side Diff: cloud_print/cloud_print.gyp

Issue 16389002: GCP2.0 Device: mDNS basics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | cloud_print/gcp20/prototype/dns_sd_server.h » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': '../tools/build/version.py', 9 'version_py_path': '../tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ], 51 ],
52 'includes': [ 52 'includes': [
53 '../chrome/version_resource_rules.gypi', 53 '../chrome/version_resource_rules.gypi',
54 ], 54 ],
55 }, 55 },
56 { 56 {
57 'target_name': 'cloud_print', 57 'target_name': 'cloud_print',
58 'type': 'none', 58 'type': 'none',
59 'dependencies': [ 59 'dependencies': [
60 'service/service.gyp:*', 60 'service/service.gyp:*',
61 'gcp20/prototype/gcp20_device.gyp:*',
61 ], 62 ],
62 'conditions': [ 63 'conditions': [
63 ['OS=="win"', { 64 ['OS=="win"', {
64 'dependencies': [ 65 'dependencies': [
65 'virtual_driver/win/install/virtual_driver_install.gyp:*', 66 'virtual_driver/win/install/virtual_driver_install.gyp:*',
66 'virtual_driver/win/virtual_driver.gyp:*', 67 'virtual_driver/win/virtual_driver.gyp:*',
67 ], 68 ],
68 }], 69 }],
69 ['OS=="win" and target_arch=="ia32"', { 70 ['OS=="win" and target_arch=="ia32"', {
70 'dependencies': [ 71 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'msvs_settings': { 108 'msvs_settings': {
108 'VCLinkerTool': { 109 'VCLinkerTool': {
109 'AdditionalDependencies': [ 110 'AdditionalDependencies': [
110 'secur32.lib', 111 'secur32.lib',
111 ], 112 ],
112 }, 113 },
113 }, 114 },
114 }, 115 },
115 ], 116 ],
116 } 117 }
OLDNEW
« no previous file with comments | « no previous file | cloud_print/gcp20/prototype/dns_sd_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698