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
3 # found in the LICENSE file.
8 'target_name': 'modp_b64',
9 'type': 'static_library',
10 'toolsets': ['host', 'target'],
22 ['OS == "win" and target_arch=="ia32"', {
23 # Even if we are building the browser for Win32, we need a few modules
24 # to be built for Win64, and this is a prerequsite.
27 'target_name': 'modp_b64_win64',
28 'type': 'static_library',
29 # We can't use dynamic_annotations target for win64 build since it is
41 'msvs_target_platform': 'x64',