| 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 'type': '<(component)', | 16 'type': '<(component)', |
| 17 'toolsets': ['host', 'target'], | 17 'toolsets': ['host', 'target'], |
| 18 'variables': { | 18 'variables': { |
| 19 'base_target': 1, | 19 'base_target': 1, |
| 20 'enable_wexit_time_destructors': 1, | 20 'enable_wexit_time_destructors': 1, |
| 21 'optimize': 'max', | 21 'optimize': 'max', |
| 22 }, | 22 }, |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 'allocator/allocator.gyp:allocator', | 24 'allocator/allocator.gyp:allocator', |
| 25 'allocator/allocator.gyp:allocator_features', | 25 'allocator/allocator.gyp:allocator_features#target', |
| 26 'base_debugging_flags#target', | 26 'base_debugging_flags#target', |
| 27 'base_static', | 27 'base_static', |
| 28 'base_build_date#target', | 28 'base_build_date#target', |
| 29 '../testing/gtest.gyp:gtest_prod', | 29 '../testing/gtest.gyp:gtest_prod', |
| 30 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 30 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 31 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 31 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 32 ], | 32 ], |
| 33 # TODO(gregoryd): direct_dependent_settings should be shared with the | 33 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 34 # 64-bit target, but it doesn't work due to a bug in gyp | 34 # 64-bit target, but it doesn't work due to a bug in gyp |
| 35 'direct_dependent_settings': { | 35 'direct_dependent_settings': { |
| (...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 '../build/isolate.gypi', | 1708 '../build/isolate.gypi', |
| 1709 ], | 1709 ], |
| 1710 'sources': [ | 1710 'sources': [ |
| 1711 'base_unittests.isolate', | 1711 'base_unittests.isolate', |
| 1712 ], | 1712 ], |
| 1713 }, | 1713 }, |
| 1714 ], | 1714 ], |
| 1715 }], | 1715 }], |
| 1716 ], | 1716 ], |
| 1717 } | 1717 } |
| OLD | NEW |