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

Side by Side Diff: build/standalone.gypi

Issue 300993002: Fix xcode build. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 6 years, 6 months 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
« 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 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium 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 # Definitions to be used when building stand-alone PDFium binaries. 5 # Definitions to be used when building stand-alone PDFium binaries.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'component%': 'static_library', 9 'component%': 'static_library',
10 'clang%': 0, 10 'clang%': 0,
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ['OS=="mac"', { 239 ['OS=="mac"', {
240 'target_defaults': { 240 'target_defaults': {
241 'target_conditions': [ 241 'target_conditions': [
242 ['_type!="static_library"', { 242 ['_type!="static_library"', {
243 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']}, 243 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
244 }], 244 }],
245 ], # target_conditions 245 ], # target_conditions
246 }, # target_defaults 246 }, # target_defaults
247 }], # OS=="mac" 247 }], # OS=="mac"
248 ], 248 ],
249 'xcode_settings': {
250 # See comment in Chromium's common.gypi for why this is needed.
251 'SYMROOT': '<(DEPTH)/xcodebuild',
252 }
249 } 253 }
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