Index: ui/ozone/gl/ozone_gl.gyp |
diff --git a/ui/ozone/gl/ozone_gl.gyp b/ui/ozone/gl/ozone_gl.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6284cb428eda0c42b612bb350d5f4f1ab9ca2e67 |
--- /dev/null |
+++ b/ui/ozone/gl/ozone_gl.gyp |
@@ -0,0 +1,29 @@ |
+# Copyright 2016 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. |
+ |
+{ |
+ 'variables': { |
+ 'chromium_code': 1, |
+ }, |
+ |
+ 'targets': [ |
+ { |
+ 'target_name': 'ozone_gl', |
+ 'type': '<(component)', |
+ 'dependencies': [ |
+ '../../gfx/gfx.gyp:gfx', |
+ '../../gl/gl.gyp:gl', |
+ '../ozone.gyp:ozone_base', |
piman
2016/07/06 21:02:16
nit: indent looks wrong
kylechar
2016/07/08 15:55:05
Done.
|
+ ], |
+ 'defines': [ |
+ 'OZONE_GL_IMPLEMENTATION', |
+ ], |
+ 'sources': [ |
+ 'gl_image_ozone_native_pixmap.cc', |
+ 'gl_image_ozone_native_pixmap.h', |
+ 'ozone_gl_export.h', |
+ ], |
+ }, |
+ ], |
+} |