Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| 11 'base.gypi', | 11 'base.gypi', |
| 12 ], | 12 ], |
| 13 'targets': [ | 13 'targets': [ |
| 14 { | 14 { |
| 15 'target_name': 'base', | 15 'target_name': 'base', |
| 16 'hard_dependency': 1, | |
|
Primiano Tucci (use gerrit)
2016/04/26 15:20:14
Hmm this is a strong hammer. Not sure we needed, n
| |
| 16 'type': '<(component)', | 17 'type': '<(component)', |
| 17 'toolsets': ['host', 'target'], | 18 'toolsets': ['host', 'target'], |
| 18 'variables': { | 19 'variables': { |
| 19 'base_target': 1, | 20 'base_target': 1, |
| 20 'enable_wexit_time_destructors': 1, | 21 'enable_wexit_time_destructors': 1, |
| 21 'optimize': 'max', | 22 'optimize': 'max', |
| 22 }, | 23 }, |
| 23 'dependencies': [ | 24 'dependencies': [ |
| 24 'allocator/allocator.gyp:allocator', | 25 'allocator/allocator.gyp:allocator', |
| 25 'allocator/allocator.gyp:allocator_features#target', | 26 'allocator/allocator.gyp:allocator_features#target', |
| (...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1726 '../build/isolate.gypi', | 1727 '../build/isolate.gypi', |
| 1727 ], | 1728 ], |
| 1728 'sources': [ | 1729 'sources': [ |
| 1729 'base_unittests.isolate', | 1730 'base_unittests.isolate', |
| 1730 ], | 1731 ], |
| 1731 }, | 1732 }, |
| 1732 ], | 1733 ], |
| 1733 }], | 1734 }], |
| 1734 ], | 1735 ], |
| 1735 } | 1736 } |
| OLD | NEW |