From f75b44c522b876d6187cb25aa27f93e5da5765a3 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Wed, 16 May 2012 21:36:04 +0000 Subject: Move ui/gfx/resources to ui/base/native_theme/resources Step2. - Move ui/gfx/gfx_resources.grd to ui/base/native_theme/native_theme_resources.grd -Updated gyp/DEPS/py files to use new target. -Removed old files. I had to keep the gfx_resources.pak as DumpRendererTree depends on it. I'll update DumpRendererTree first and then remove copy of gfx_resources.pak. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137527 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/base/native_theme/native_theme_aura.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/base/native_theme/native_theme_aura.cc') diff --git a/ui/base/native_theme/native_theme_aura.cc b/ui/base/native_theme/native_theme_aura.cc index 56336c0..65a40ff 100644 --- a/ui/base/native_theme/native_theme_aura.cc +++ b/ui/base/native_theme/native_theme_aura.cc @@ -5,7 +5,7 @@ #include "ui/base/native_theme/native_theme_aura.h" #include "base/logging.h" -#include "grit/gfx_resources.h" +#include "grit/native_theme_resources.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -- cgit v1.1