Merge branch 'chrome/m54' into merge-m54
authorMatthew Leibowitz <mattleibow@live.com>
Tue, 30 Aug 2016 15:52:51 +0000 (17:52 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Tue, 30 Aug 2016 15:52:51 +0000 (17:52 +0200)
Changes:
 - include/core/SkPreConfig.h: they added (_WIN32) like I did
 - gyp/common_conditions.gypi: they modified a line which I had edited to make DLL
 - used theirs for the rest

# Conflicts:
# gyp/common_conditions.gypi
# include/core/SkPreConfig.h
# infra/bots/assets/skimage/VERSION
# infra/bots/assets/skp/VERSION
# infra/bots/assets/skp/create.py
# infra/bots/assets/win_vulkan_sdk/VERSION
# infra/bots/perf_skia.isolate
# infra/bots/test_skia.isolate
# src/pdf/SkPDFMetadata.cpp
# src/utils/SkRTConf.cpp
# tests/DFPathRendererTest.cpp
# tests/PathTest.cpp

1  2 
gyp/common_conditions.gypi
gyp/core.gypi
gyp/effects.gyp
include/c/sk_types.h
src/ports/SkRemotableFontMgr_win_dw.cpp

      'SK_HAS_JPEG_LIBRARY',
      'SK_HAS_PNG_LIBRARY',
      'SK_HAS_WEBP_LIBRARY',
-     # Temporarily test against the QCMS library.
-     'SK_TEST_QCMS',
++
 +    'SKIA_DLL',
 +    'SKIA_IMPLEMENTATION=1',
    ],
    'conditions' : [
      [ 'skia_is_bot', {
diff --cc gyp/core.gypi
Simple merge
diff --cc gyp/effects.gyp
Simple merge
Simple merge