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

Unified Diff: ui/linux_ui/linux_ui.gyp

Issue 23922007: Merge the LinuxUI interface from its own .so into libviews.so. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/linux_ui/linux_ui.cc ('k') | ui/linux_ui/linux_ui_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/linux_ui/linux_ui.gyp
diff --git a/ui/linux_ui/linux_ui.gyp b/ui/linux_ui/linux_ui.gyp
deleted file mode 100644
index c2140760c6590528655a925c28b2cc8f71ff03d6..0000000000000000000000000000000000000000
--- a/ui/linux_ui/linux_ui.gyp
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright (c) 2012 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': [
- {
- 'target_name': 'linux_ui',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../skia/skia.gyp:skia',
- '../ui.gyp:ui',
- '../ui.gyp:ui_resources',
- '../native_theme/native_theme.gyp:native_theme',
- ],
- 'defines': [
- 'LINUX_UI_IMPLEMENTATION',
- ],
- 'sources': [
- 'linux_ui.cc',
- 'linux_ui.h',
- 'linux_ui_export.h',
- 'status_icon_linux.cc',
- 'status_icon_linux.h',
- ],
- },
- ],
-}
« no previous file with comments | « ui/linux_ui/linux_ui.cc ('k') | ui/linux_ui/linux_ui_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698