http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good)
BUG=skia:3130 Review URL: https://codereview.chromium.org/729363003
This commit is contained in:
parent
6be2aa9a25
commit
6fd5e6e261
@ -134,8 +134,5 @@
|
||||
'<(skia_src_path)/fonts/SkGScalerContext.h',
|
||||
'<(skia_src_path)/fonts/SkTestScalerContext.cpp',
|
||||
'<(skia_src_path)/fonts/SkTestScalerContext.h',
|
||||
|
||||
# TODO(halcanary): delete this http://skbug.com/3130
|
||||
'<(skia_include_path)/utils/SkWGL.h',
|
||||
],
|
||||
}
|
||||
|
@ -1,8 +0,0 @@
|
||||
// TODO(halcanary): in chromium/src, change references to this file in
|
||||
// skia/BUILD.gn and skia/skia_library.gypi, then delete this file.
|
||||
#ifndef include_utils_SkWGL_DEFINED
|
||||
#define include_utils_SkWGL_DEFINED
|
||||
#ifdef SK_BUILD_FOR_WIN32
|
||||
#include "../../src/utils/win/SkWGL.h"
|
||||
#endif // SK_BUILD_FOR_WIN32
|
||||
#endif // include_utils_SkWGL_DEFINED
|
Loading…
Reference in New Issue
Block a user