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

Unified Diff: ui/ozone/platform/egltest/egltest.gypi

Issue 2167243002: Delete Ozone egltest platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: ui/ozone/platform/egltest/egltest.gypi
diff --git a/ui/ozone/platform/egltest/egltest.gypi b/ui/ozone/platform/egltest/egltest.gypi
deleted file mode 100644
index 8daed8cfbf94eb01b8a38a3fdde8a66def45fbb7..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/egltest/egltest.gypi
+++ /dev/null
@@ -1,115 +0,0 @@
-# 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.
-
-{
- 'variables': {
- 'internal_ozone_platform_deps': [
- 'ozone_platform_egltest',
- ],
- 'internal_ozone_platforms': [
- 'egltest'
- ],
- },
- 'targets': [
- {
- 'target_name': 'ozone_platform_egltest',
- 'type': 'static_library',
- 'defines': [
- 'OZONE_IMPLEMENTATION',
- ],
- 'dependencies': [
- 'ozone.gyp:ozone_base',
- 'ozone.gyp:ozone_common',
- '../../base/base.gyp:base',
- '../../third_party/khronos/khronos.gyp:khronos_headers',
- '../events/devices/events_devices.gyp:events_devices',
- '../events/events.gyp:events',
- '../events/ozone/events_ozone.gyp:events_ozone_evdev',
- '../events/ozone/events_ozone.gyp:events_ozone_layout',
- '../events/platform/events_platform.gyp:events_platform',
- '../gfx/gfx.gyp:gfx',
- 'eglplatform_shim',
- ],
- 'sources': [
- 'client_native_pixmap_factory_egltest.cc',
- 'client_native_pixmap_factory_egltest.h',
- 'ozone_platform_egltest.cc',
- 'ozone_platform_egltest.h',
- ],
- },
- {
- 'target_name': 'eglplatform_shim',
- 'type': 'static_library',
- 'dependencies': [
- '../../third_party/khronos/khronos.gyp:khronos_headers',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- },
- 'include_dirs': [
- '../../../..',
- ],
- 'hard_dependency': 1,
- 'actions': [
- {
- 'variables': {
- 'output_cc': '<(INTERMEDIATE_DIR)/libeglplatform_shim_loader.cc',
- 'output_h': '<(SHARED_INTERMEDIATE_DIR)/library_loaders/libeglplatform_shim.h',
- 'generator': '../../tools/generate_library_loader/generate_library_loader.py',
- },
- 'action_name': 'generate_libeglplatform_shim_loader',
- 'inputs': [
- '<(generator)',
- ],
- 'outputs': [
- '<(output_h)',
- '<(output_cc)',
- ],
- 'action': ['python',
- '<(generator)',
- '--name', 'LibeglplatformShimLoader',
- '--output-h', '<(output_h)',
- '--output-cc', '<(output_cc)',
- '--header', '"ui/ozone/platform/egltest/eglplatform_shim.h"',
- 'ShimQueryString',
- 'ShimInitialize',
- 'ShimTerminate',
- 'ShimCreateWindow',
- 'ShimQueryWindow',
- 'ShimDestroyWindow',
- 'ShimGetNativeDisplay',
- 'ShimGetNativeWindow',
- 'ShimReleaseNativeWindow',
- ],
- 'message': 'Generating libeglplatform_shim library loader',
- 'process_outputs_as_sources': 1,
- },
- ],
- },
- ],
- 'conditions': [
- ['ozone_platform_ozonex == 1', {
- 'targets': [
- {
- 'target_name': 'eglplatform_shim_x11',
- 'type': 'loadable_module',
- 'product_name': 'eglplatform_shim',
- 'product_extension': 'so.1',
- 'include_dirs': [
- '../../../..',
- ],
- 'dependencies': [
- '../../build/linux/system.gyp:x11',
- ],
- 'sources': [
- 'eglplatform_shim.h',
- 'eglplatform_shim_xeleven.cc',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ui/ozone/platform/egltest/eglplatform_shim_xeleven.cc ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698