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 'target_defaults': { | 5 'target_defaults': { |
6 'cflags!': [ | |
7 '-fvisibility=hidden', | |
8 ], | |
9 'conditions': [ | 6 'conditions': [ |
10 ['OS=="mac" or OS=="ios"', { | 7 ['OS=="mac" or OS=="ios"', { |
11 'xcode_settings': { | 8 'xcode_settings': { |
12 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | |
13 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'NO', | 9 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'NO', |
14 } | 10 }, |
15 }], | 11 }], |
16 ], | 12 ], |
17 }, | 13 }, |
18 'targets': [ | 14 'targets': [ |
19 { | 15 { |
20 'target_name': 'generated_messages', | 16 'target_name': 'generated_messages', |
21 'type': 'none', | 17 'type': 'none', |
22 'variables': { | 18 'variables': { |
23 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/libaddressinput/', | 19 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/libaddressinput/', |
24 }, | 20 }, |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'src/cpp/test/util/json_test.cc', | 85 'src/cpp/test/util/json_test.cc', |
90 ], | 86 ], |
91 'dependencies': [ | 87 'dependencies': [ |
92 'libaddressinput', | 88 'libaddressinput', |
93 '<(DEPTH)/base/base.gyp:run_all_unittests', | 89 '<(DEPTH)/base/base.gyp:run_all_unittests', |
94 '<(DEPTH)/testing/gtest.gyp:gtest', | 90 '<(DEPTH)/testing/gtest.gyp:gtest', |
95 ], | 91 ], |
96 }, | 92 }, |
97 ], | 93 ], |
98 } | 94 } |
OLD | NEW |