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

Unified Diff: ui/ozone/platform/ozonex/ozonex.gyp

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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 | « ui/ozone/platform/ozonex/ozone_platform_ozonex.cc ('k') | ui/platform_window/platform_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/ozonex/ozonex.gyp
diff --git a/ui/ozone/platform/ozonex/ozonex.gyp b/ui/ozone/platform/ozonex/ozonex.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..879f33857556421976d3bc1d1a8c33a42c7a0e3c
--- /dev/null
+++ b/ui/ozone/platform/ozonex/ozonex.gyp
@@ -0,0 +1,36 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'ozonex',
+ 'variables': {
+ 'use_x11': 1,
+ },
+ 'type': '<(component)',
+ 'defines': [
+ 'OZONE_IMPLEMENTATION',
+ 'USE_X11',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
+ '../events/x/events_x11.gyp:events_x11',
+ '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
+ '../platform_window/x11/x11_window.gyp:x11_window',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '-lX11',
+ '-lXi',
+ ],
+ },
+ 'sources': [
+ 'ozone_platform_ozonex.cc',
+ ],
+ },
+ ],
+}
« no previous file with comments | « ui/ozone/platform/ozonex/ozone_platform_ozonex.cc ('k') | ui/platform_window/platform_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698