| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | |
| 7 '../../build/common.gypi', | |
| 8 ], | |
| 9 'target_defaults': { | 6 'target_defaults': { |
| 10 'defines': [ | 7 'defines': [ |
| 11 '_LIB', | 8 '_LIB', |
| 12 'COMPILED_FROM_DSP', | 9 'COMPILED_FROM_DSP', |
| 13 'XML_STATIC', # Compile for static linkage. | 10 'XML_STATIC', # Compile for static linkage. |
| 14 ], | 11 ], |
| 15 'include_dirs': [ | 12 'include_dirs': [ |
| 16 'files/lib', | 13 'files/lib', |
| 17 ], | 14 ], |
| 18 'dependencies': [ | 15 'dependencies': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 37 'include_dirs': [ | 34 'include_dirs': [ |
| 38 'files/lib' | 35 'files/lib' |
| 39 ], | 36 ], |
| 40 'defines': [ | 37 'defines': [ |
| 41 'XML_STATIC', # Tell dependants to expect static linkage. | 38 'XML_STATIC', # Tell dependants to expect static linkage. |
| 42 ], | 39 ], |
| 43 } | 40 } |
| 44 }, | 41 }, |
| 45 ], | 42 ], |
| 46 } | 43 } |
| OLD | NEW |