Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Side by Side Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 101113002: Compile libaddressinput on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698