| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'includes': [ | 8 'includes': [ |
| 9 '../build/util/version.gypi', | 9 '../build/util/version.gypi', |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| 11 'blacklist.gypi', | 11 'blacklist.gypi', |
| 12 'dll_hash.gypi', |
| 12 ], | 13 ], |
| 13 'targets': [ | 14 'targets': [ |
| 14 { | 15 { |
| 15 'target_name': 'chrome_elf', | 16 'target_name': 'chrome_elf', |
| 16 'type': 'shared_library', | 17 'type': 'shared_library', |
| 17 'include_dirs': [ | 18 'include_dirs': [ |
| 18 '..', | 19 '..', |
| 19 ], | 20 ], |
| 20 'sources': [ | 21 'sources': [ |
| 21 'chrome_elf.def', | 22 'chrome_elf.def', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 '../chrome_elf/chrome_elf.gyp:chrome_redirects', | 198 '../chrome_elf/chrome_elf.gyp:chrome_redirects', |
| 198 ], | 199 ], |
| 199 }], | 200 }], |
| 200 ], | 201 ], |
| 201 }, | 202 }, |
| 202 ], | 203 ], |
| 203 }], | 204 }], |
| 204 ], | 205 ], |
| 205 } | 206 } |
| 206 | 207 |
| OLD | NEW |