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

Unified Diff: ui/platform_window/platform_window.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
Index: ui/platform_window/platform_window.gyp
diff --git a/ui/platform_window/platform_window.gyp b/ui/platform_window/platform_window.gyp
index 15162bfdf4560a18f3dbdfb9bdbd130bf42273e0..108f8c1123f33db4f9a270ab75920cb512921fd9 100644
--- a/ui/platform_window/platform_window.gyp
+++ b/ui/platform_window/platform_window.gyp
@@ -9,11 +9,16 @@
'targets': [{
'target_name': 'platform_window',
'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ ],
'defines': [ 'PLATFORM_WINDOW_IMPLEMENTATION' ],
'sources': [
'platform_window.h',
'platform_window_delegate.h',
'platform_window_export.h',
+ 'platform_window_factory.cc',
+ 'platform_window_factory.h',
],
}],
}

Powered by Google App Engine
This is Rietveld 408576698