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

Unified Diff: base/base.gypi

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: rebase 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/x11/x11_error_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index e30f85520acd4f4c0e6da361b1df8afd96ce03d5..86212083f093d8d3f536a674c91e64307ba0ec56 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -667,6 +667,9 @@
'win/windows_version.h',
'win/wrapped_window_proc.cc',
'win/wrapped_window_proc.h',
+ 'x11/x11_error_tracker.cc',
+ 'x11/x11_error_tracker.h',
+ 'x11/x11_error_tracker_gtk.cc',
],
'conditions': [
['use_aura==1 and use_x11==1', {
@@ -909,6 +912,11 @@
['exclude', '^third_party/nspr/'],
],
}],
+ ['<(toolkit_uses_gtk) == 1', {
+ 'sources!': [
+ 'x11/x11_error_tracker.cc',
+ ],
+ }],
],
}],
],
« no previous file with comments | « no previous file | base/x11/x11_error_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698