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

Unified Diff: ui/gl/init/gl_init.gyp

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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/gl/init/gl_factory.cc ('k') | ui/gl/init/gl_init_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_init.gyp
diff --git a/ui/gl/init/gl_init.gyp b/ui/gl/init/gl_init.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..ba65c016268742c558dbe3276cdd0a9896dd44ae
--- /dev/null
+++ b/ui/gl/init/gl_init.gyp
@@ -0,0 +1,30 @@
+# 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': 'gl_init',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../../base/base.gyp:base',
+ '../../gfx/gfx.gyp:gfx',
+ '../../gfx/gfx.gyp:gfx_geometry',
+ '../gl.gyp:gl',
+ ],
+ 'defines': [
+ 'GL_INIT_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'gl_factory.cc',
+ 'gl_factory.h',
+ 'gl_init_export.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « ui/gl/init/gl_factory.cc ('k') | ui/gl/init/gl_init_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698