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

Unified Diff: ui/ozone/demo/ozone_demos.gyp

Issue 356083002: [Ozone] Add Ozone EGL demo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/demo/egl_demo.cc ('k') | ui/ozone/platform/dri/gbm_surface_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/demo/ozone_demos.gyp
diff --git a/tools/android/file_poller/file_poller.gyp b/ui/ozone/demo/ozone_demos.gyp
similarity index 53%
copy from tools/android/file_poller/file_poller.gyp
copy to ui/ozone/demo/ozone_demos.gyp
index 097344d2d29937d49bae28f12b937aadab8db3f6..58cb5981ca812ac8ae5046dba6944657618ed0c4 100644
--- a/tools/android/file_poller/file_poller.gyp
+++ b/ui/ozone/demo/ozone_demos.gyp
@@ -3,15 +3,22 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
- 'target_name': 'file_poller',
+ 'target_name': 'ozone_egl_demo',
'type': 'executable',
'dependencies': [
'../../../base/base.gyp:base',
+ '../../../ui/gfx/gfx.gyp:gfx_geometry',
+ '../../../ui/gl/gl.gyp:gl',
+ '../../../ui/ozone/ozone.gyp:ozone',
+ '../../../ui/ozone/ozone.gyp:ozone_base',
],
'sources': [
- 'file_poller.cc',
+ 'egl_demo.cc',
],
},
],
« no previous file with comments | « ui/ozone/demo/egl_demo.cc ('k') | ui/ozone/platform/dri/gbm_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698