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

Unified Diff: base/base.gyp

Issue 24160005: Move ui/base/x/x11_error_tracker to base/x11. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 | base/base.gypi » ('j') | 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 39f6015dba1f2feb436ce272430a277dfb18ac54..954069b6e9aa1fd8d5ed6afde53aef819f54f625 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -76,6 +76,10 @@
'export_dependent_settings': [
'../build/linux/system.gyp:x11',
],
+ }, { # use_11==0
Daniel Erat 2013/09/23 14:42:09 nit: use_x11 but do you even need this? it looks
kcwu 2013/09/23 15:46:08 Done. Thanks. I didn't know these rules.
+ 'sources/': [
+ ['exclude', 'base/x11/*'],
+ ],
}],
['OS == "android" and _toolset == "host"', {
# Always build base as a static_library for host toolset, even if
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698