Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523744 | Differences between
and this patch

Collapse All | Expand All

(-)chromium-38.0.2125.66/skia/skia_library_opts.gyp.orig (-1 / +2 lines)
Lines 46-52 Link Here
46
          ],
46
          ],
47
        }],
47
        }],
48
        [ 'target_arch != "arm" and target_arch != "mipsel" and \
48
        [ 'target_arch != "arm" and target_arch != "mipsel" and \
49
           target_arch != "arm64" and target_arch != "mips64el"', {
49
           target_arch != "arm64" and target_arch != "mips64el" and \
50
           target_arch != "ia32"', {
50
          'sources': [
51
          'sources': [
51
            '../third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp',
52
            '../third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp',
52
            '../third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp',
53
            '../third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp',

Return to bug 523744