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

Unified Diff: ui/platform_window/x11/x11_window.gyp

Issue 403263002: platform-window: Add a PlatformWindowFactory for creating windows. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win32 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
Index: ui/platform_window/x11/x11_window.gyp
diff --git a/ui/platform_window/x11/x11_window.gyp b/ui/platform_window/x11/x11_window.gyp
index efb86c8d1d2edf1d886dfe16c82959022267386f..d7b4b6564bb325c66a8867827ee4137b19ce9949 100644
--- a/ui/platform_window/x11/x11_window.gyp
+++ b/ui/platform_window/x11/x11_window.gyp
@@ -24,6 +24,8 @@
'x11_window.cc',
'x11_window.h',
'x11_window_export.h',
+ 'x11_window_factory.cc',
+ 'x11_window_factory.h',
],
}],
}

Powered by Google App Engine
This is Rietveld 408576698