| OLD | NEW |
| 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'enable_wexit_time_destructors': 1, | 8 'enable_wexit_time_destructors': 1, |
| 9 }, | 9 }, |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ], | 47 ], |
| 48 'includes': [ '../../build/grit_target.gypi' ], | 48 'includes': [ '../../build/grit_target.gypi' ], |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 'target_name': 'cloud_print_service_lib', | 51 'target_name': 'cloud_print_service_lib', |
| 52 'type': 'static_library', | 52 'type': 'static_library', |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(DEPTH)/base/base.gyp:base', | 54 '<(DEPTH)/base/base.gyp:base', |
| 55 '<(DEPTH)/base/base.gyp:base_static', | 55 '<(DEPTH)/base/base.gyp:base_static', |
| 56 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 56 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 57 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | |
| 58 '<(DEPTH)/google_apis/google_apis.gyp:google_apis', | 57 '<(DEPTH)/google_apis/google_apis.gyp:google_apis', |
| 59 '<(DEPTH)/ipc/ipc.gyp:ipc', | 58 '<(DEPTH)/ipc/ipc.gyp:ipc', |
| 60 '<(DEPTH)/net/net.gyp:net', | 59 '<(DEPTH)/net/net.gyp:net', |
| 61 '<(DEPTH)/printing/printing.gyp:printing', | 60 '<(DEPTH)/printing/printing.gyp:printing', |
| 61 '<(DEPTH)/url/url.gyp:url', |
| 62 'service_resources', | 62 'service_resources', |
| 63 ], | 63 ], |
| 64 'conditions': [ | 64 'conditions': [ |
| 65 ['OS=="win"', { | 65 ['OS=="win"', { |
| 66 'dependencies': [ | 66 'dependencies': [ |
| 67 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', | 67 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', |
| 68 '<(DEPTH)/chrome/chrome.gyp:launcher_support', | 68 '<(DEPTH)/chrome/chrome.gyp:launcher_support', |
| 69 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 69 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 70 ], | 70 ], |
| 71 }], | 71 }], |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "name='Microsoft.Windows.Common-Controls' " | 141 "name='Microsoft.Windows.Common-Controls' " |
| 142 "version='6.0.0.0' " | 142 "version='6.0.0.0' " |
| 143 "processorArchitecture='*' " | 143 "processorArchitecture='*' " |
| 144 "publicKeyToken='6595b64144ccf1df' language='*'\"", | 144 "publicKeyToken='6595b64144ccf1df' language='*'\"", |
| 145 ], | 145 ], |
| 146 }, | 146 }, |
| 147 }, | 147 }, |
| 148 }, | 148 }, |
| 149 ], | 149 ], |
| 150 } | 150 } |
| OLD | NEW |