From 15deb6cc9ab7696011d0dc4971c4a8cc9fd6e6c8 Mon Sep 17 00:00:00 2001 From: "rjkroege@chromium.org" Date: Wed, 1 May 2013 20:47:38 +0000 Subject: [PATCH] Rename custom_data_helper_x.cc for non-X11 CrOS. custom_data_helper_x.cc is needed on non-X11 CrOS builds. Rename it so that X11 name rules don't exclude. BUG=none, code cleanup. Review URL: https://chromiumcodereview.appspot.com/13957013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197708 0039d316-1c4b-4281-b951-d872f2087c98 --- .../clipboard/{custom_data_helper_x.cc => custom_data_helper_linux.cc} | 0 ui/ui.gyp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ui/base/clipboard/{custom_data_helper_x.cc => custom_data_helper_linux.cc} (100%) diff --git a/ui/base/clipboard/custom_data_helper_x.cc b/ui/base/clipboard/custom_data_helper_linux.cc similarity index 100% rename from ui/base/clipboard/custom_data_helper_x.cc rename to ui/base/clipboard/custom_data_helper_linux.cc diff --git a/ui/ui.gyp b/ui/ui.gyp index 545e11838280..3bcb8c3e6cf9 100644 --- a/ui/ui.gyp +++ b/ui/ui.gyp @@ -90,8 +90,8 @@ 'base/clipboard/clipboard_win.cc', 'base/clipboard/custom_data_helper.cc', 'base/clipboard/custom_data_helper.h', + 'base/clipboard/custom_data_helper_linux.cc', 'base/clipboard/custom_data_helper_mac.mm', - 'base/clipboard/custom_data_helper_x.cc', 'base/clipboard/scoped_clipboard_writer.cc', 'base/clipboard/scoped_clipboard_writer.h', 'base/cocoa/base_view.h', -- 2.11.4.GIT