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

Unified Diff: content/common/BUILD.gn

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 | « chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc ('k') | content/common/gpu/x_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index ab9e9a631340eba1db17b502cb9ed2d87c9854d1..b18551d9e845c1fa6e0650d14d38a4ea877ce2c2 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -283,10 +283,7 @@ source_set("common") {
configs += [ "//build/config/linux:xcomposite" ]
if (current_cpu != "arm" || !is_chromeos) {
- sources += [
- "gpu/x_util.cc",
- "gpu/x_util.h",
- ]
+ sources += [ "gpu/x_util.h" ]
}
}
« no previous file with comments | « chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc ('k') | content/common/gpu/x_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698