| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'dynamic_annotations', | 8 'target_name': 'dynamic_annotations', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'toolsets': ['host', 'target'], | |
| 11 'include_dirs': [ | 10 'include_dirs': [ |
| 12 '../../../', | 11 '../../../', |
| 13 ], | 12 ], |
| 14 'sources': [ | 13 'sources': [ |
| 15 'dynamic_annotations.c', | 14 'dynamic_annotations.c', |
| 16 'dynamic_annotations.h', | 15 'dynamic_annotations.h', |
| 17 ], | 16 ], |
| 18 }, | 17 }, |
| 19 ], | 18 ], |
| 20 'conditions': [ | 19 'conditions': [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 37 'configurations': { | 36 'configurations': { |
| 38 'Common_Base': { | 37 'Common_Base': { |
| 39 'msvs_target_platform': 'x64', | 38 'msvs_target_platform': 'x64', |
| 40 }, | 39 }, |
| 41 }, | 40 }, |
| 42 }, | 41 }, |
| 43 ], | 42 ], |
| 44 }], | 43 }], |
| 45 ], | 44 ], |
| 46 } | 45 } |
| OLD | NEW |