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

Unified Diff: base/base.gyp

Issue 237403002: base: Remove dependency on x11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 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 | « base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 12d2a5f9db6530c646d0a7b1f0f37946b16da10c..0663b2704b57a655d0028ac0b4ef3d1bbf8504f7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -70,22 +70,6 @@
'../build/linux/system.gyp:glib',
],
}],
- ['use_x11==1', {
- 'dependencies': [
- '../build/linux/system.gyp:x11',
- ],
- 'export_dependent_settings': [
- '../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
@@ -722,11 +706,6 @@
}],
],
}],
- ['use_x11 == 1', {
- 'dependencies': [
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
['use_glib == 1', {
'dependencies': [
'../build/linux/system.gyp:glib',
« no previous file with comments | « base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698