blob: c3e76d804774065e75343e1a7b445872d807039d [file] [log] [blame]
[email protected]cec99842012-02-10 03:24:231# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]d5dbf9d2009-03-06 23:03:322# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]d5dbf9d2009-03-06 23:03:326 'targets': [
7 {
8 'target_name': 'google_update',
[email protected]cec99842012-02-10 03:24:239 'type': 'static_library',
[email protected]d5dbf9d2009-03-06 23:03:3210 'sources': [
11 'google_update_idl.idl',
[email protected]cec99842012-02-10 03:24:2312 '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
13 '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c',
[email protected]d5dbf9d2009-03-06 23:03:3214 ],
[email protected]78f000812012-02-13 20:32:2715 # This target exports a hard dependency because dependent targets may
16 # include google_update_idl.h, a generated header.
17 'hard_dependency': 1,
[email protected]cec99842012-02-10 03:24:2318 'msvs_settings': {
19 'VCMIDLTool': {
20 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update',
21 },
22 },
[email protected]d5dbf9d2009-03-06 23:03:3223 'direct_dependent_settings': {
24 'include_dirs': [
[email protected]cec99842012-02-10 03:24:2325 '<(SHARED_INTERMEDIATE_DIR)',
[email protected]d5dbf9d2009-03-06 23:03:3226 ],
27 },
[email protected]d5dbf9d2009-03-06 23:03:3228 },
29 ],
30}