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
3 # found in the LICENSE file.
8 'enable_wexit_time_destructors': 1,
12 # To allow including "version.h"
13 '<(SHARED_INTERMEDIATE_DIR)',
16 'COMPILE_CONTENT_STATICALLY',
19 '_ATL_APARTMENT_THREADED',
20 '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS',
21 '_ATL_NO_COM_SUPPORT',
22 '_ATL_NO_AUTOMATIC_NAMESPACE',
27 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
28 'msvs_disabled_warnings': [ 4267, ],
34 'target_name': 'service_resources',
37 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/cloud_print',
41 'action_name': 'service_resources',
43 'grit_grd_file': 'win/service_resources.grd',
45 'includes': [ '../../build/grit_action.gypi' ],
48 'includes': [ '../../build/grit_target.gypi' ],
51 'target_name': 'cloud_print_service_lib',
52 'type': 'static_library',
54 '<(DEPTH)/base/base.gyp:base',
55 '<(DEPTH)/base/base.gyp:base_static',
56 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
57 '<(DEPTH)/components/components.gyp:cloud_devices_common',
58 '<(DEPTH)/google_apis/google_apis.gyp:google_apis',
59 '<(DEPTH)/ipc/ipc.gyp:ipc',
60 '<(DEPTH)/net/net.gyp:net',
61 '<(DEPTH)/url/url.gyp:url_lib',
67 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
68 '<(DEPTH)/chrome/chrome.gyp:launcher_support',
69 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
72 ['OS=="win" and clang==1', {
73 # service_controller.h uses DECLARE_REGISTRY_APPID_RESOURCEID, which
74 # in msvs2013 returns string literals via a non-const pointer. So
75 # disable this warning for now.
76 # TODO(thakis): Remove this once we're on 2014,
77 # https://connect.microsoft.com/VisualStudio/feedback/details/806376/atl-hindrances-to-adopting-new-strictstrings-conformance-option-in-vs2013
80 'AdditionalOptions': ['-Wno-writable-strings'],
83 'direct_dependent_settings': {
86 'AdditionalOptions': ['-Wno-writable-strings'],
91 ['enable_basic_printing==1 or enable_print_preview==1', {
93 '<(DEPTH)/printing/printing.gyp:printing',
98 '<(DEPTH)/content/public/common/content_switches.h',
99 '<(DEPTH)/content/public/common/content_switches.cc',
100 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc',
101 '<(DEPTH)/cloud_print/common/win/cloud_print_utils.h',
102 'service_constants.cc',
103 'service_constants.h',
106 'service_switches.cc',
107 'service_switches.h',
108 'win/chrome_launcher.cc',
109 'win/chrome_launcher.h',
110 'win/local_security_policy.cc',
111 'win/local_security_policy.h',
112 'win/service_controller.cc',
113 'win/service_controller.h',
114 'win/service_listener.cc',
115 'win/service_listener.h',
116 'win/service_utils.cc',
117 'win/service_utils.h',
118 'win/setup_listener.cc',
119 'win/setup_listener.h',