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

Unified Diff: ui/base/x/ui_base_x.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/base/ui_base_tests_bundle.gypi ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/ui_base_x.gyp
diff --git a/ui/base/x/ui_base_x.gyp b/ui/base/x/ui_base_x.gyp
deleted file mode 100644
index 6b88e89142eb00ad4e0d7df8ad87b39c98488a19..0000000000000000000000000000000000000000
--- a/ui/base/x/ui_base_x.gyp
+++ /dev/null
@@ -1,49 +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': [
- {
- # GN version: //ui/base/x
- 'target_name': 'ui_base_x',
- 'type': '<(component)',
- 'all_dependent_settings': {
- 'ldflags': [
- '-L<(PRODUCT_DIR)',
- ],
- },
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/base.gyp:base_i18n',
- '<(DEPTH)/build/linux/system.gyp:x11',
- '<(DEPTH)/build/linux/system.gyp:xcursor',
- '<(DEPTH)/build/linux/system.gyp:xext',
- '<(DEPTH)/build/linux/system.gyp:xfixes',
- '<(DEPTH)/build/linux/system.gyp:xrender', # For XRender* function calls in x11_util.cc.
- '<(DEPTH)/skia/skia.gyp:skia',
- '../../events/events.gyp:events',
- '../../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
- '../../gfx/gfx.gyp:gfx',
- '../../gfx/gfx.gyp:gfx_geometry',
- '../../gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- 'defines': [
- 'UI_BASE_X_IMPLEMENTATION',
- ],
- 'sources': [
- 'ui_base_x_export.h',
- 'x11_foreign_window_manager.cc',
- 'x11_foreign_window_manager.h',
- 'x11_menu_list.cc',
- 'x11_menu_list.h',
- 'x11_util.cc',
- 'x11_util.h',
- 'x11_util_internal.h',
- ],
- },
- ],
-}
« no previous file with comments | « ui/base/ui_base_tests_bundle.gypi ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698