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

Unified Diff: trunk/src/base/base.gyp

Issue 24365012: Revert 225054 "linux_aura: Implement most of DesktopScreenX11." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « no previous file | trunk/src/base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/base.gyp
===================================================================
--- trunk/src/base/base.gyp (revision 225060)
+++ trunk/src/base/base.gyp (working copy)
@@ -77,14 +77,6 @@
'../build/linux/system.gyp:x11',
],
}],
- ['use_aura==1 and use_x11==1', {
- 'dependencies': [
- '../build/linux/system.gyp:xrandr',
- ],
- 'export_dependent_settings': [
- '../build/linux/system.gyp:xrandr',
- ],
- }],
['OS == "android" and _toolset == "host"', {
# Always build base as a static_library for host toolset, even if
# we're doing a component build. Specifically, we only care about the
@@ -817,11 +809,6 @@
'win/win_util_unittest.cc',
],
}],
- ['use_aura==1 and use_x11==1', {
- 'sources': [
- 'x11/edid_parser_x11_unittest.cc',
- ],
- }],
['use_system_nspr==1', {
'dependencies': [
'third_party/nspr/nspr.gyp:nspr',
« no previous file with comments | « no previous file | trunk/src/base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698