| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'xcode_settings': { | 6 'xcode_settings': { |
| 7 'SYMROOT': '<(DEPTH)/xcodebuild', | 7 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 8 }, | 8 }, |
| 9 'variables': { | 9 'variables': { |
| 10 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/externals/li
bjpeg-turbo', | 10 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/externals/li
bjpeg-turbo', |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'yasm_format': '-fmacho64', | 286 'yasm_format': '-fmacho64', |
| 287 'yasm_flags': [ | 287 'yasm_flags': [ |
| 288 '-D__x86_64__', | 288 '-D__x86_64__', |
| 289 '-DMACHO', | 289 '-DMACHO', |
| 290 ], | 290 ], |
| 291 }], | 291 }], |
| 292 ], | 292 ], |
| 293 }, | 293 }, |
| 294 }], | 294 }], |
| 295 [ '(skia_os == "linux" or skia_os == "freebsd" or skia_os == "openbsd" o
r \ | 295 [ '(skia_os == "linux" or skia_os == "freebsd" or skia_os == "openbsd" o
r \ |
| 296 skia_os == "solaris" or skia_os == "chromeos")', { | 296 skia_os == "solaris")', { |
| 297 'dependencies': [ | 297 'dependencies': [ |
| 298 'yasm.gyp:yasm#host', | 298 'yasm.gyp:yasm#host', |
| 299 ], | 299 ], |
| 300 'variables': { | 300 'variables': { |
| 301 'yasm_path': '<(PRODUCT_DIR)/yasm', | 301 'yasm_path': '<(PRODUCT_DIR)/yasm', |
| 302 'conditions': [ | 302 'conditions': [ |
| 303 [ 'skia_arch_type == "x86"', { | 303 [ 'skia_arch_type == "x86"', { |
| 304 'yasm_format': '-felf', | 304 'yasm_format': '-felf', |
| 305 'yasm_flags': [ | 305 'yasm_flags': [ |
| 306 '-D__x86__', | 306 '-D__x86__', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 ], | 340 ], |
| 341 'process_outputs_as_sources': 1, | 341 'process_outputs_as_sources': 1, |
| 342 'message': 'Building <(RULE_INPUT_ROOT).<(object_suffix)', | 342 'message': 'Building <(RULE_INPUT_ROOT).<(object_suffix)', |
| 343 }], | 343 }], |
| 344 ] | 344 ] |
| 345 }, | 345 }, |
| 346 ], | 346 ], |
| 347 }, | 347 }, |
| 348 ], | 348 ], |
| 349 } | 349 } |
| OLD | NEW |