[email protected] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 2 | # 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] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'google_update', |
[email protected] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 9 | 'type': 'static_library', |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 10 | 'sources': [ |
| 11 | 'google_update_idl.idl', |
[email protected] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 12 | '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h', |
| 13 | '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c', |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 14 | ], |
[email protected] | 78f00081 | 2012-02-13 20:32:27 | [diff] [blame] | 15 | # 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] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 18 | 'msvs_settings': { |
| 19 | 'VCMIDLTool': { |
| 20 | 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update', |
| 21 | }, |
| 22 | }, |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 23 | 'direct_dependent_settings': { |
| 24 | 'include_dirs': [ |
[email protected] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 25 | '<(SHARED_INTERMEDIATE_DIR)', |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 26 | ], |
| 27 | }, |
[email protected] | d5dbf9d | 2009-03-06 23:03:32 | [diff] [blame] | 28 | }, |
| 29 | ], |
| 30 | } |