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

Unified Diff: ui/aura/aura.gyp

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get {base,ui,aura}_unittests working with native linux surface Created 7 years, 8 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/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index f6ec2ceb70d3e7fdc180aad279015d3b1b46f440..56b6b0a8c8211a52ef5f030e67c79c01d4ac6739 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -81,6 +81,8 @@
'root_window_host_delegate.h',
'root_window_host_mac.h',
'root_window_host_mac.mm',
+ 'root_window_host_linux.cc',
+ 'root_window_host_linux.h',
'root_window_host_win.cc',
'root_window_host_win.h',
'root_window_host_x11.cc',
@@ -109,6 +111,10 @@
],
}],
['use_x11==1', {
+ 'sources!': [
+ 'root_window_host_linux.cc',
+ 'root_window_host_linux.h',
+ ],
'link_settings': {
'libraries': [
'-lX11',

Powered by Google App Engine
This is Rietveld 408576698