Commit 0540e5d5 by Jamie Madill

Move the SystemInfo helpers to Win32 only.

BUG=angle:773 Change-Id: I53938837d925b14d8fc86c94a38d23bb86d82de5 Reviewed-on: https://chromium-review.googlesource.com/232699Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org>
parent 2347de1a
...@@ -156,8 +156,6 @@ ...@@ -156,8 +156,6 @@
'libANGLE/validationES3.h', 'libANGLE/validationES3.h',
'third_party/murmurhash/MurmurHash3.cpp', 'third_party/murmurhash/MurmurHash3.cpp',
'third_party/murmurhash/MurmurHash3.h', 'third_party/murmurhash/MurmurHash3.h',
'third_party/systeminfo/SystemInfo.cpp',
'third_party/systeminfo/SystemInfo.h',
], ],
'libangle_d3d_shared_sources': 'libangle_d3d_shared_sources':
[ [
...@@ -342,6 +340,8 @@ ...@@ -342,6 +340,8 @@
'libangle_d3d11_win32_sources': 'libangle_d3d11_win32_sources':
[ [
'libANGLE/renderer/d3d/d3d11/win32/NativeWindow.cpp', 'libANGLE/renderer/d3d/d3d11/win32/NativeWindow.cpp',
'third_party/systeminfo/SystemInfo.cpp',
'third_party/systeminfo/SystemInfo.h',
], ],
'libangle_d3d11_winrt_sources': 'libangle_d3d11_winrt_sources':
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment