| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GN: //third_party/android_crazy_linker:android_crazy_linker |
| 8 'target_name': 'crazy_linker', | 9 'target_name': 'crazy_linker', |
| 9 'type': 'static_library', | 10 'type': 'static_library', |
| 10 'include_dirs': [ | 11 'include_dirs': [ |
| 11 'src/include', | 12 'src/include', |
| 12 'src/src', | 13 'src/src', |
| 13 ], | 14 ], |
| 14 'defines': [ | 15 'defines': [ |
| 15 'CRAZY_DEBUG=0', | 16 'CRAZY_DEBUG=0', |
| 16 ], | 17 ], |
| 17 'sources': [ | 18 'sources': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 46 ], | 47 ], |
| 47 }, | 48 }, |
| 48 'direct_dependent_settings': { | 49 'direct_dependent_settings': { |
| 49 'include_dirs': [ | 50 'include_dirs': [ |
| 50 'src/include', | 51 'src/include', |
| 51 ], | 52 ], |
| 52 }, | 53 }, |
| 53 }, | 54 }, |
| 54 ], | 55 ], |
| 55 } | 56 } |
| OLD | NEW |