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

Unified Diff: ui/ozone/gl/ozone_gl.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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/ozone_demos.gyp ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/gl/ozone_gl.gyp
diff --git a/ui/ozone/gl/ozone_gl.gyp b/ui/ozone/gl/ozone_gl.gyp
deleted file mode 100644
index a675ff30b18ed2b6d01e205cbedd0cb71e097dbf..0000000000000000000000000000000000000000
--- a/ui/ozone/gl/ozone_gl.gyp
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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',
- ],
- 'defines': [
- 'OZONE_GL_IMPLEMENTATION',
- ],
- 'sources': [
- 'gl_image_ozone_native_pixmap.cc',
- 'gl_image_ozone_native_pixmap.h',
- 'ozone_gl_export.h',
- ],
- },
- ],
-}
« no previous file with comments | « ui/ozone/demo/ozone_demos.gyp ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698