| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 '../third_party/externals/libjpeg-turbo/jidctfst.c', | 95 '../third_party/externals/libjpeg-turbo/jidctfst.c', |
| 96 '../third_party/externals/libjpeg-turbo/jidctint.c', | 96 '../third_party/externals/libjpeg-turbo/jidctint.c', |
| 97 '../third_party/externals/libjpeg-turbo/jidctred.c', | 97 '../third_party/externals/libjpeg-turbo/jidctred.c', |
| 98 '../third_party/externals/libjpeg-turbo/jinclude.h', | 98 '../third_party/externals/libjpeg-turbo/jinclude.h', |
| 99 '../third_party/externals/libjpeg-turbo/jmemmgr.c', | 99 '../third_party/externals/libjpeg-turbo/jmemmgr.c', |
| 100 '../third_party/externals/libjpeg-turbo/jmemnobs.c', | 100 '../third_party/externals/libjpeg-turbo/jmemnobs.c', |
| 101 '../third_party/externals/libjpeg-turbo/jmemsys.h', | 101 '../third_party/externals/libjpeg-turbo/jmemsys.h', |
| 102 '../third_party/externals/libjpeg-turbo/jmorecfg.h', | 102 '../third_party/externals/libjpeg-turbo/jmorecfg.h', |
| 103 '../third_party/externals/libjpeg-turbo/jpegint.h', | 103 '../third_party/externals/libjpeg-turbo/jpegint.h', |
| 104 '../third_party/externals/libjpeg-turbo/jpeglib.h', | 104 '../third_party/externals/libjpeg-turbo/jpeglib.h', |
| 105 '../third_party/externals/libjpeg-turbo/jpeglibmangler.h', | |
| 106 '../third_party/externals/libjpeg-turbo/jquant1.c', | 105 '../third_party/externals/libjpeg-turbo/jquant1.c', |
| 107 '../third_party/externals/libjpeg-turbo/jquant2.c', | 106 '../third_party/externals/libjpeg-turbo/jquant2.c', |
| 108 '../third_party/externals/libjpeg-turbo/jutils.c', | 107 '../third_party/externals/libjpeg-turbo/jutils.c', |
| 109 '../third_party/externals/libjpeg-turbo/jversion.h', | 108 '../third_party/externals/libjpeg-turbo/jversion.h', |
| 110 ], | 109 ], |
| 111 'direct_dependent_settings': { | 110 'direct_dependent_settings': { |
| 112 'include_dirs': [ | 111 'include_dirs': [ |
| 113 '../third_party/externals/libjpeg-turbo/', | 112 '../third_party/externals/libjpeg-turbo/', |
| 114 ], | 113 ], |
| 115 }, | 114 }, |
| 116 'msvs_disabled_warnings': [4018, 4101], | 115 'msvs_disabled_warnings': [4018, 4101], |
| 117 # VS2010 does not correctly incrementally link obj files generated | 116 # VS2010 does not correctly incrementally link obj files generated |
| 118 # from asm files. This flag disables UseLibraryDependencyInputs to | 117 # from asm files. This flag disables UseLibraryDependencyInputs to |
| 119 # avoid this problem. | 118 # avoid this problem. |
| 120 'msvs_2010_disable_uldi_when_referenced': 1, | 119 'msvs_2010_disable_uldi_when_referenced': 1, |
| 121 | 120 |
| 122 # Add target-specific source files. | 121 # Add target-specific source files. |
| 123 'conditions': [ | 122 'conditions': [ |
| 124 # TODO (msarett): Is it possible to enable cross compiling for Android o
n other platforms? | 123 # TODO (msarett): Is it possible to enable cross compiling for Android o
n other platforms? |
| 125 [ 'skia_os == "android" and host_os != "linux" and "x86" in skia_arch_ty
pe', { | 124 [ 'skia_os == "android" and host_os != "linux" and "x86" in skia_arch_ty
pe', { |
| 126 'sources': [ | 125 'sources': [ |
| 127 '../third_party/externals/libjpeg-turbo/jsimd_none.c', | 126 '../third_party/externals/libjpeg-turbo/jsimd_none.c', |
| 128 ], | 127 ], |
| 129 }], | 128 }], |
| 130 [ 'skia_arch_type == "x86" and (skia_os != "android" or host_os == "linu
x")', { | 129 [ 'skia_arch_type == "x86" and (skia_os != "android" or host_os == "linu
x")', { |
| 131 'sources': [ | 130 'sources': [ |
| 132 '../third_party/externals/libjpeg-turbo/simd/jsimd_i386.c', | 131 '../third_party/externals/libjpeg-turbo/simd/jsimd_i386.c', |
| 133 '../third_party/externals/libjpeg-turbo/simd/jccolmmx.asm', | 132 '../third_party/externals/libjpeg-turbo/simd/jccolor-mmx.asm', |
| 134 '../third_party/externals/libjpeg-turbo/simd/jccolss2.asm', | 133 '../third_party/externals/libjpeg-turbo/simd/jccolor-sse2.asm', |
| 135 '../third_party/externals/libjpeg-turbo/simd/jcgrammx.asm', | 134 '../third_party/externals/libjpeg-turbo/simd/jcgray-mmx.asm', |
| 136 '../third_party/externals/libjpeg-turbo/simd/jcgrass2.asm', | 135 '../third_party/externals/libjpeg-turbo/simd/jcgray-sse2.asm', |
| 137 '../third_party/externals/libjpeg-turbo/simd/jcqnt3dn.asm', | 136 '../third_party/externals/libjpeg-turbo/simd/jcsample-mmx.asm', |
| 138 '../third_party/externals/libjpeg-turbo/simd/jcqntmmx.asm', | 137 '../third_party/externals/libjpeg-turbo/simd/jcsample-sse2.asm', |
| 139 '../third_party/externals/libjpeg-turbo/simd/jcqnts2f.asm', | 138 '../third_party/externals/libjpeg-turbo/simd/jdcolor-mmx.asm', |
| 140 '../third_party/externals/libjpeg-turbo/simd/jcqnts2i.asm', | 139 '../third_party/externals/libjpeg-turbo/simd/jdcolor-sse2.asm', |
| 141 '../third_party/externals/libjpeg-turbo/simd/jcqntsse.asm', | 140 '../third_party/externals/libjpeg-turbo/simd/jdmerge-mmx.asm', |
| 142 '../third_party/externals/libjpeg-turbo/simd/jcsammmx.asm', | 141 '../third_party/externals/libjpeg-turbo/simd/jdmerge-sse2.asm', |
| 143 '../third_party/externals/libjpeg-turbo/simd/jcsamss2.asm', | 142 '../third_party/externals/libjpeg-turbo/simd/jdsample-mmx.asm', |
| 144 '../third_party/externals/libjpeg-turbo/simd/jdcolmmx.asm', | 143 '../third_party/externals/libjpeg-turbo/simd/jdsample-sse2.asm', |
| 145 '../third_party/externals/libjpeg-turbo/simd/jdcolss2.asm', | 144 '../third_party/externals/libjpeg-turbo/simd/jfdctflt-3dn.asm', |
| 146 '../third_party/externals/libjpeg-turbo/simd/jdmermmx.asm', | 145 '../third_party/externals/libjpeg-turbo/simd/jfdctflt-sse.asm', |
| 147 '../third_party/externals/libjpeg-turbo/simd/jdmerss2.asm', | 146 '../third_party/externals/libjpeg-turbo/simd/jfdctfst-mmx.asm', |
| 148 '../third_party/externals/libjpeg-turbo/simd/jdsammmx.asm', | 147 '../third_party/externals/libjpeg-turbo/simd/jfdctfst-sse2.asm', |
| 149 '../third_party/externals/libjpeg-turbo/simd/jdsamss2.asm', | 148 '../third_party/externals/libjpeg-turbo/simd/jfdctint-mmx.asm', |
| 150 '../third_party/externals/libjpeg-turbo/simd/jf3dnflt.asm', | 149 '../third_party/externals/libjpeg-turbo/simd/jfdctint-sse2.asm', |
| 151 '../third_party/externals/libjpeg-turbo/simd/jfmmxfst.asm', | 150 '../third_party/externals/libjpeg-turbo/simd/jidctflt-3dn.asm', |
| 152 '../third_party/externals/libjpeg-turbo/simd/jfmmxint.asm', | 151 '../third_party/externals/libjpeg-turbo/simd/jidctflt-sse2.asm', |
| 153 '../third_party/externals/libjpeg-turbo/simd/jfss2fst.asm', | 152 '../third_party/externals/libjpeg-turbo/simd/jidctflt-sse.asm', |
| 154 '../third_party/externals/libjpeg-turbo/simd/jfss2int.asm', | 153 '../third_party/externals/libjpeg-turbo/simd/jidctfst-mmx.asm', |
| 155 '../third_party/externals/libjpeg-turbo/simd/jfsseflt.asm', | 154 '../third_party/externals/libjpeg-turbo/simd/jidctfst-sse2.asm', |
| 156 '../third_party/externals/libjpeg-turbo/simd/ji3dnflt.asm', | 155 '../third_party/externals/libjpeg-turbo/simd/jidctint-mmx.asm', |
| 157 '../third_party/externals/libjpeg-turbo/simd/jimmxfst.asm', | 156 '../third_party/externals/libjpeg-turbo/simd/jidctint-sse2.asm', |
| 158 '../third_party/externals/libjpeg-turbo/simd/jimmxint.asm', | 157 '../third_party/externals/libjpeg-turbo/simd/jidctred-mmx.asm', |
| 159 '../third_party/externals/libjpeg-turbo/simd/jimmxred.asm', | 158 '../third_party/externals/libjpeg-turbo/simd/jidctred-sse2.asm', |
| 160 '../third_party/externals/libjpeg-turbo/simd/jiss2flt.asm', | 159 '../third_party/externals/libjpeg-turbo/simd/jquant-3dn.asm', |
| 161 '../third_party/externals/libjpeg-turbo/simd/jiss2fst.asm', | 160 '../third_party/externals/libjpeg-turbo/simd/jquantf-sse2.asm', |
| 162 '../third_party/externals/libjpeg-turbo/simd/jiss2int.asm', | 161 '../third_party/externals/libjpeg-turbo/simd/jquanti-sse2.asm', |
| 163 '../third_party/externals/libjpeg-turbo/simd/jiss2red.asm', | 162 '../third_party/externals/libjpeg-turbo/simd/jquant-mmx.asm', |
| 164 '../third_party/externals/libjpeg-turbo/simd/jisseflt.asm', | 163 '../third_party/externals/libjpeg-turbo/simd/jquant-sse.asm', |
| 165 '../third_party/externals/libjpeg-turbo/simd/jsimdcpu.asm', | 164 '../third_party/externals/libjpeg-turbo/simd/jsimdcpu.asm', |
| 166 ], | 165 ], |
| 167 }], | 166 }], |
| 168 [ 'skia_arch_type == "x86_64" and (skia_os != "android" or host_os == "l
inux")', { | 167 [ 'skia_arch_type == "x86_64" and (skia_os != "android" or host_os == "l
inux")', { |
| 169 'sources': [ | 168 'sources': [ |
| 170 '../third_party/externals/libjpeg-turbo/simd/jsimd_x86_64.c', | 169 '../third_party/externals/libjpeg-turbo/simd/jsimd_x86_64.c', |
| 171 '../third_party/externals/libjpeg-turbo/simd/jccolss2-64.asm', | 170 '../third_party/externals/libjpeg-turbo/simd/jccolor-sse2-64.asm', |
| 172 '../third_party/externals/libjpeg-turbo/simd/jcgrass2-64.asm', | 171 '../third_party/externals/libjpeg-turbo/simd/jcgray-sse2-64.asm', |
| 173 '../third_party/externals/libjpeg-turbo/simd/jcqnts2f-64.asm', | 172 '../third_party/externals/libjpeg-turbo/simd/jcsample-sse2-64.asm', |
| 174 '../third_party/externals/libjpeg-turbo/simd/jcqnts2i-64.asm', | 173 '../third_party/externals/libjpeg-turbo/simd/jdcolor-sse2-64.asm', |
| 175 '../third_party/externals/libjpeg-turbo/simd/jcsamss2-64.asm', | 174 '../third_party/externals/libjpeg-turbo/simd/jdmerge-sse2-64.asm', |
| 176 '../third_party/externals/libjpeg-turbo/simd/jdcolss2-64.asm', | 175 '../third_party/externals/libjpeg-turbo/simd/jdsample-sse2-64.asm', |
| 177 '../third_party/externals/libjpeg-turbo/simd/jdmerss2-64.asm', | 176 '../third_party/externals/libjpeg-turbo/simd/jfdctflt-sse-64.asm', |
| 178 '../third_party/externals/libjpeg-turbo/simd/jdsamss2-64.asm', | 177 '../third_party/externals/libjpeg-turbo/simd/jfdctfst-sse2-64.asm', |
| 179 '../third_party/externals/libjpeg-turbo/simd/jfss2fst-64.asm', | 178 '../third_party/externals/libjpeg-turbo/simd/jfdctint-sse2-64.asm', |
| 180 '../third_party/externals/libjpeg-turbo/simd/jfss2int-64.asm', | 179 '../third_party/externals/libjpeg-turbo/simd/jidctflt-sse2-64.asm', |
| 181 '../third_party/externals/libjpeg-turbo/simd/jfsseflt-64.asm', | 180 '../third_party/externals/libjpeg-turbo/simd/jidctfst-sse2-64.asm', |
| 182 '../third_party/externals/libjpeg-turbo/simd/jiss2flt-64.asm', | 181 '../third_party/externals/libjpeg-turbo/simd/jidctint-sse2-64.asm', |
| 183 '../third_party/externals/libjpeg-turbo/simd/jiss2fst-64.asm', | 182 '../third_party/externals/libjpeg-turbo/simd/jidctred-sse2-64.asm', |
| 184 '../third_party/externals/libjpeg-turbo/simd/jiss2int-64.asm', | 183 '../third_party/externals/libjpeg-turbo/simd/jquantf-sse2-64.asm', |
| 185 '../third_party/externals/libjpeg-turbo/simd/jiss2red-64.asm', | 184 '../third_party/externals/libjpeg-turbo/simd/jquanti-sse2-64.asm', |
| 186 ], | 185 ], |
| 187 }], | 186 }], |
| 188 [ 'skia_arch_type == "arm64"', { | 187 [ 'skia_arch_type == "arm64"', { |
| 189 'sources': [ | 188 'sources': [ |
| 190 '../third_party/externals/libjpeg-turbo/simd/jsimd_arm64.c', | 189 '../third_party/externals/libjpeg-turbo/simd/jsimd_arm64.c', |
| 191 '../third_party/externals/libjpeg-turbo/simd/jsimd_arm64_neon.S', | 190 '../third_party/externals/libjpeg-turbo/simd/jsimd_arm64_neon.S', |
| 192 ], | 191 ], |
| 193 }], | 192 }], |
| 194 [ 'skia_arch_type == "arm"', { | 193 [ 'skia_arch_type == "arm"', { |
| 195 'conditions': [ | 194 'conditions': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 214 }], | 213 }], |
| 215 | 214 |
| 216 # Build rules for an asm file. | 215 # Build rules for an asm file. |
| 217 # On Windows, we use the precompiled yasm binary. | 216 # On Windows, we use the precompiled yasm binary. |
| 218 # On Linux, we build our patched yasm and use it. | 217 # On Linux, we build our patched yasm and use it. |
| 219 # On Mac, we always build our patched yasm and use it. | 218 # On Mac, we always build our patched yasm and use it. |
| 220 [ 'skia_os == "win"', { | 219 [ 'skia_os == "win"', { |
| 221 'dependencies': [ | 220 'dependencies': [ |
| 222 'yasm-win', | 221 'yasm-win', |
| 223 ], | 222 ], |
| 223 'defines': [ |
| 224 'TURBO_FOR_WINDOWS', |
| 225 ], |
| 224 'variables': { | 226 'variables': { |
| 225 'yasm_path': '<(PRODUCT_DIR)/yasm.exe', | 227 'yasm_path': '<(PRODUCT_DIR)/yasm.exe', |
| 226 'conditions': [ | 228 'conditions': [ |
| 227 [ 'skia_arch_type == "x86"', { | 229 [ 'skia_arch_type == "x86"', { |
| 228 'yasm_format': '-fwin32', | 230 'yasm_format': '-fwin32', |
| 229 'yasm_flags': [ | 231 'yasm_flags': [ |
| 230 '-D__x86__', | 232 '-D__x86__', |
| 231 '-DWIN32', | 233 '-DWIN32', |
| 232 '-DMSVC', | 234 '-DMSVC', |
| 233 '-I../third_party/externals/libjpeg-turbo/win/' | |
| 234 ], | 235 ], |
| 235 }, { | 236 }, { |
| 236 'yasm_format': '-fwin64', | 237 'yasm_format': '-fwin64', |
| 237 'yasm_flags': [ | 238 'yasm_flags': [ |
| 238 '-D__x86_64__', | 239 '-D__x86_64__', |
| 239 '-DWIN64', | 240 '-DWIN64', |
| 240 '-DMSVC', | 241 '-DMSVC', |
| 241 '-I../third_party/externals/libjpeg-turbo/win/' | |
| 242 ], | 242 ], |
| 243 }], | 243 }], |
| 244 ], | 244 ], |
| 245 }, | 245 }, |
| 246 }], | 246 }], |
| 247 [ 'skia_os == "android" and host_os == "linux" and \ | 247 [ 'skia_os == "android" and host_os == "linux" and \ |
| 248 (skia_arch_type == "x86" or skia_arch_type == "x86_64")', { | 248 (skia_arch_type == "x86" or skia_arch_type == "x86_64")', { |
| 249 'dependencies': [ | 249 'dependencies': [ |
| 250 'yasm.gyp:yasm#host', | 250 'yasm.gyp:yasm#host', |
| 251 ], | 251 ], |
| 252 'variables': { | 252 'variables': { |
| 253 'yasm_path': '<(PRODUCT_DIR)/yasm', | 253 'yasm_path': '<(PRODUCT_DIR)/yasm', |
| 254 'conditions': [ | 254 'conditions': [ |
| 255 [ 'skia_arch_type == "x86"', { | 255 [ 'skia_arch_type == "x86"', { |
| 256 'yasm_format': '-felf', | 256 'yasm_format': '-felf', |
| 257 'yasm_flags': [ | 257 'yasm_flags': [ |
| 258 '-D__x86__', | 258 '-D__x86__', |
| 259 '-DELF', | 259 '-DELF', |
| 260 '-I../third_party/externals/libjpeg-turbo/linux/' | |
| 261 ], | 260 ], |
| 262 }, { | 261 }, { |
| 263 'yasm_format': '-felf64', | 262 'yasm_format': '-felf64', |
| 264 'yasm_flags': [ | 263 'yasm_flags': [ |
| 265 '-D__x86_64__', | 264 '-D__x86_64__', |
| 266 '-DELF', | 265 '-DELF', |
| 267 '-I../third_party/externals/libjpeg-turbo/linux/' | |
| 268 ], | 266 ], |
| 269 }], | 267 }], |
| 270 ], | 268 ], |
| 271 }, | 269 }, |
| 272 }], | 270 }], |
| 273 [ '(skia_os == "mac" or skia_os == "ios") and \ | 271 [ '(skia_os == "mac" or skia_os == "ios") and \ |
| 274 (skia_arch_type == "x86" or skia_arch_type == "x86_64")', { | 272 (skia_arch_type == "x86" or skia_arch_type == "x86_64")', { |
| 275 'dependencies': [ | 273 'dependencies': [ |
| 276 'yasm.gyp:yasm#host', | 274 'yasm.gyp:yasm#host', |
| 277 ], | 275 ], |
| 278 'variables': { | 276 'variables': { |
| 279 'yasm_path': '<(PRODUCT_DIR)/yasm', | 277 'yasm_path': '<(PRODUCT_DIR)/yasm', |
| 280 'conditions': [ | 278 'conditions': [ |
| 281 [ 'skia_arch_type == "x86"', { | 279 [ 'skia_arch_type == "x86"', { |
| 282 'yasm_format': '-fmacho', | 280 'yasm_format': '-fmacho', |
| 283 'yasm_flags': [ | 281 'yasm_flags': [ |
| 284 '-D__x86__', | 282 '-D__x86__', |
| 285 '-DMACHO', | 283 '-DMACHO', |
| 286 '-I../third_party/externals/libjpeg-turbo/mac/' | |
| 287 ], | 284 ], |
| 288 }, { | 285 }, { |
| 289 'yasm_format': '-fmacho64', | 286 'yasm_format': '-fmacho64', |
| 290 'yasm_flags': [ | 287 'yasm_flags': [ |
| 291 '-D__x86_64__', | 288 '-D__x86_64__', |
| 292 '-DMACHO', | 289 '-DMACHO', |
| 293 '-I../third_party/externals/libjpeg-turbo/mac/' | |
| 294 ], | 290 ], |
| 295 }], | 291 }], |
| 296 ], | 292 ], |
| 297 }, | 293 }, |
| 298 }], | 294 }], |
| 299 [ '(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 \ |
| 300 skia_os == "solaris" or skia_os == "chromeos")', { | 296 skia_os == "solaris" or skia_os == "chromeos")', { |
| 301 'dependencies': [ | 297 'dependencies': [ |
| 302 'yasm.gyp:yasm#host', | 298 'yasm.gyp:yasm#host', |
| 303 ], | 299 ], |
| 304 'variables': { | 300 'variables': { |
| 305 'yasm_path': '<(PRODUCT_DIR)/yasm', | 301 'yasm_path': '<(PRODUCT_DIR)/yasm', |
| 306 'conditions': [ | 302 'conditions': [ |
| 307 [ 'skia_arch_type == "x86"', { | 303 [ 'skia_arch_type == "x86"', { |
| 308 'yasm_format': '-felf', | 304 'yasm_format': '-felf', |
| 309 'yasm_flags': [ | 305 'yasm_flags': [ |
| 310 '-D__x86__', | 306 '-D__x86__', |
| 311 '-DELF', | 307 '-DELF', |
| 312 '-I../third_party/externals/libjpeg-turbo/linux/' | |
| 313 ], | 308 ], |
| 314 }, { | 309 }, { |
| 315 'yasm_format': '-felf64', | 310 'yasm_format': '-felf64', |
| 316 'yasm_flags': [ | 311 'yasm_flags': [ |
| 317 '-D__x86_64__', | 312 '-D__x86_64__', |
| 318 '-DELF', | 313 '-DELF', |
| 319 '-I../third_party/externals/libjpeg-turbo/linux/' | |
| 320 ], | 314 ], |
| 321 }], | 315 }], |
| 322 ], | 316 ], |
| 323 }, | 317 }, |
| 324 }], | 318 }], |
| 325 ], | 319 ], |
| 326 'rules': [ | 320 'rules': [ |
| 327 { | 321 { |
| 328 'rule_name': 'assemble', | 322 'rule_name': 'assemble', |
| 329 'extension': 'asm', | 323 'extension': 'asm', |
| 330 'conditions': [ | 324 'conditions': [ |
| 331 [ '(skia_arch_type == "x86" or skia_arch_type == "x86_64") and \ | 325 [ '(skia_arch_type == "x86" or skia_arch_type == "x86_64") and \ |
| 332 (skia_os != "android" or host_os == "linux")', { | 326 (skia_os != "android" or host_os == "linux")', { |
| 333 'inputs': [], | 327 'inputs': [], |
| 334 'outputs': [ | 328 'outputs': [ |
| 335 '<(shared_generated_dir)/<(RULE_INPUT_ROOT).<(object_suffix)', | 329 '<(shared_generated_dir)/<(RULE_INPUT_ROOT).<(object_suffix)', |
| 336 ], | 330 ], |
| 337 'action': [ | 331 'action': [ |
| 338 '<(yasm_path)', | 332 '<(yasm_path)', |
| 339 '<(yasm_format)', | 333 '<(yasm_format)', |
| 340 '<@(yasm_flags)', | 334 '<@(yasm_flags)', |
| 341 '-DRGBX_FILLER_0XFF', | 335 '-DRGBX_FILLER_0XFF', |
| 342 '-DSTRICT_MEMORY_ACCESS', | 336 '-DSTRICT_MEMORY_ACCESS', |
| 337 '-Isimd/', |
| 343 '-o', '<(shared_generated_dir)/<(RULE_INPUT_ROOT).<(object_suffi
x)', | 338 '-o', '<(shared_generated_dir)/<(RULE_INPUT_ROOT).<(object_suffi
x)', |
| 344 '<(RULE_INPUT_PATH)', | 339 '<(RULE_INPUT_PATH)', |
| 345 ], | 340 ], |
| 346 'process_outputs_as_sources': 1, | 341 'process_outputs_as_sources': 1, |
| 347 'message': 'Building <(RULE_INPUT_ROOT).<(object_suffix)', | 342 'message': 'Building <(RULE_INPUT_ROOT).<(object_suffix)', |
| 348 }], | 343 }], |
| 349 ] | 344 ] |
| 350 }, | 345 }, |
| 351 ], | 346 ], |
| 352 }, | 347 }, |
| 353 ], | 348 ], |
| 354 } | 349 } |
| OLD | NEW |