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
3 # found in the LICENSE file.
8 'target_name': 'nacl_switches',
9 'type': 'static_library',
11 'nacl/common/nacl_switches.cc',
12 'nacl/common/nacl_switches.h',
19 'target_name': 'nacl_common',
20 'type': 'static_library',
22 'nacl/common/nacl_cmd_line.cc',
23 'nacl/common/nacl_cmd_line.h',
24 'nacl/common/nacl_messages.cc',
25 'nacl/common/nacl_messages.h',
26 'nacl/common/nacl_types.cc',
27 'nacl/common/nacl_types.h',
35 ['OS=="win" and target_arch=="ia32"', {
38 'target_name': 'nacl_switches_win64',
39 'type': 'static_library',
41 'nacl/common/nacl_switches.cc',
42 'nacl/common/nacl_switches.h',
49 'msvs_target_platform': 'x64',
54 'target_name': 'nacl_common_win64',
55 'type': 'static_library',
57 'nacl/common/nacl_cmd_line.cc',
58 'nacl/common/nacl_cmd_line.h',
59 'nacl/common/nacl_messages.cc',
60 'nacl/common/nacl_messages.h',
61 'nacl/common/nacl_types.cc',
62 'nacl/common/nacl_types.h',
69 'msvs_target_platform': 'x64',