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

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

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/platform/caca/OWNERS ('k') | ui/ozone/platform/caca/caca_event_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/caca/caca.gypi
diff --git a/ui/ozone/platform/caca/caca.gypi b/ui/ozone/platform/caca/caca.gypi
deleted file mode 100644
index 34a5e6943aeb593ddc3064f4cb99b0025edb52a8..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/caca/caca.gypi
+++ /dev/null
@@ -1,47 +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_caca',
- ],
- 'internal_ozone_platforms': [
- 'caca'
- ],
- },
- 'targets': [
- {
- 'target_name': 'ozone_platform_caca',
- 'type': 'static_library',
- 'defines': [
- 'OZONE_IMPLEMENTATION',
- ],
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../skia/skia.gyp:skia',
- '../events/events.gyp:events',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- ],
- 'link_settings': {
- 'libraries': [
- '-lcaca',
- ],
- },
- 'sources': [
- 'caca_event_source.cc',
- 'caca_event_source.h',
- 'caca_window.cc',
- 'caca_window.h',
- 'caca_window_manager.cc',
- 'caca_window_manager.h',
- 'ozone_platform_caca.cc',
- 'ozone_platform_caca.h',
- 'scoped_caca_types.cc',
- 'scoped_caca_types.h',
- ],
- },
- ],
-}
« no previous file with comments | « ui/ozone/platform/caca/OWNERS ('k') | ui/ozone/platform/caca/caca_event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698