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

Unified Diff: ui/gfx/surface/surface.gyp

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 8 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/gfx/surface/io_surface_support_mac.cc ('k') | ui/gfx/surface/surface_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/surface.gyp
diff --git a/ui/gfx/surface/surface.gyp b/ui/gfx/surface/surface.gyp
deleted file mode 100644
index e11c492b57f0354739539bef8d387e889afbbf01..0000000000000000000000000000000000000000
--- a/ui/gfx/surface/surface.gyp
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright (c) 2011 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,
- },
-
- 'target_defaults': {
- 'conditions': [
- ['use_x11 == 1', {
- 'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
- ],
- }],
- ],
- },
- 'targets': [
- {
- 'target_name': 'surface',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
- '<(DEPTH)/ui/ui.gyp:ui',
- ],
- 'sources': [
- 'accelerated_surface_mac.cc',
- 'accelerated_surface_mac.h',
- 'accelerated_surface_win.cc',
- 'accelerated_surface_win.h',
- 'io_surface_support_mac.cc',
- 'io_surface_support_mac.h',
- 'surface_export.h',
- 'transport_dib.h',
- 'transport_dib_android.cc',
- 'transport_dib_linux.cc',
- 'transport_dib_mac.cc',
- 'transport_dib_win.cc',
- ],
- 'defines': [
- 'SURFACE_IMPLEMENTATION',
- ],
- 'conditions': [
- ['use_aura==1', {
- 'sources/': [
- ['exclude', 'accelerated_surface_win.cc'],
- ['exclude', 'accelerated_surface_win.h'],
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « ui/gfx/surface/io_surface_support_mac.cc ('k') | ui/gfx/surface/surface_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698