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

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: 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 8caee68d5ee911d2d5c3a0bd0163b80d053d9db9..2552fea00c9aa7fd3508abaac893bf5acb9c5103 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': [
['google_tv==1', {
@@ -903,6 +906,15 @@
['exclude', '^third_party/nspr/'],
],
}],
+ ['<(toolkit_uses_gtk) == 1', {
+ 'sources!': [
+ 'x11/x11_error_tracker.cc',
+ ],
+ }, { # toolkit_uses_gtk!=1
+ 'sources!': [
+ 'x11/x11_error_tracker_gtk.cc',
+ ],
+ }],
],
}],
],
« base/base.gyp ('K') | « base/base.gyp ('k') | base/x11/x11_error_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698