aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 313f517ed4..8aa06cd555 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -107,9 +107,6 @@ config("internal_config") {
if (is_win) {
defines += [ "ANGLE_IS_WIN" ]
- if (angle_is_winuwp) {
- defines += [ "ANGLE_IS_WINUWP" ]
- }
} else if (is_linux || is_chromeos) {
defines += [ "ANGLE_IS_LINUX" ]
}