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

Side by Side Diff: gyp/libjpeg-turbo.gyp

Issue 1926163002: Delete ChromeOS code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « gyp/images.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698