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

Unified Diff: content/content_common.gypi

Issue 989993002: x11: Use scoped_ptr<> for X11 objects where it makes sense. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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 | « content/common/gpu/x_util.cc ('k') | ui/base/idle/idle_query_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3a632053431f938b0a296973c199d06ddc448778..c4fb4ab2b08d0968bf8ec82762491e479f30f9e9 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -722,7 +722,6 @@
}],
['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
'sources': [
- 'common/gpu/x_util.cc',
'common/gpu/x_util.h',
],
}],
« no previous file with comments | « content/common/gpu/x_util.cc ('k') | ui/base/idle/idle_query_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698