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

Unified Diff: ui/gfx/x/gfx_x11.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/gfx/ipc/skia/gfx_ipc_skia.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/x/gfx_x11.gyp
diff --git a/ui/gfx/x/gfx_x11.gyp b/ui/gfx/x/gfx_x11.gyp
deleted file mode 100644
index 52c5e42b3f9167959a3a03f245eecfc8c3638a72..0000000000000000000000000000000000000000
--- a/ui/gfx/x/gfx_x11.gyp
+++ /dev/null
@@ -1,39 +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': {
- 'chromium_code': 1,
- 'use_x11': 1, # It is necessary to explicitly set use_x11 here to make sure
- # that the exclusion rules in filename_rules.gypi do not
- # exclude the x11* files.
- },
-
- 'targets': [
- {
- # GN version: //ui/gfx/x
- 'target_name': 'gfx_x11',
- 'type': '<(component)',
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../build/linux/system.gyp:x11',
- ],
- 'defines': [
- 'GFX_IMPLEMENTATION',
- ],
- 'sources': [
- 'x11_atom_cache.cc',
- 'x11_atom_cache.h',
- 'x11_connection.cc',
- 'x11_connection.h',
- 'x11_error_tracker.cc',
- 'x11_error_tracker.h',
- 'x11_switches.cc',
- 'x11_switches.h',
- 'x11_types.cc',
- 'x11_types.h',
- ],
- },
- ]
-}
« no previous file with comments | « ui/gfx/ipc/skia/gfx_ipc_skia.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698