Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
index 6a5788feed05f09a85edc5621d0ef00bba52b702..0b623c505140e9abb0db9f89f428550725f88855 100644 |
--- a/ui/aura/aura.gyp |
+++ b/ui/aura/aura.gyp |
@@ -124,7 +124,7 @@ |
['OS=="win"', { |
'dependencies': [ |
'../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
- '../platform_window/win/win_window.gyp:win_window', |
+ '../platform_window/platform_window.gyp:platform_window', |
'../../ipc/ipc.gyp:ipc', |
], |
'sources!': [ |
@@ -136,6 +136,7 @@ |
'../events/ozone/events_ozone.gyp:events_ozone', |
'../ozone/ozone.gyp:ozone', |
'../ozone/ozone.gyp:ozone_base', |
+ '../platform_window/platform_window.gyp:platform_window', |
], |
}], |
], |