Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1258)

Unified Diff: ui/aura/aura.gyp

Issue 403263002: platform-window: Add a PlatformWindowFactory for creating windows. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/native_viewport/platform_viewport.cc ('k') | ui/aura/window_tree_host_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « mojo/services/native_viewport/platform_viewport.cc ('k') | ui/aura/window_tree_host_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698