diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 13:31:18 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 13:31:18 +0000 |
commit | 990e62268f8a7074995ea00895da064312e49535 (patch) | |
tree | 6447bc15cd3e2f728b7351b27571a3c6da35ae41 /webkit/tools | |
parent | 8d0f9016803d12e160b588cca2a7fc4612323aad (diff) | |
download | chromium_src-990e62268f8a7074995ea00895da064312e49535.zip chromium_src-990e62268f8a7074995ea00895da064312e49535.tar.gz chromium_src-990e62268f8a7074995ea00895da064312e49535.tar.bz2 |
ui: Make native_theme its own library.
BUG=103304
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11275322
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_platform_delegate_win.cc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index feab7114..cec3656 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -47,6 +47,7 @@ '<(DEPTH)/testing/gtest.gyp:gtest', '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resources', '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', + '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', '<(DEPTH)/webkit/support/webkit_support.gyp:glue', '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', diff --git a/webkit/tools/test_shell/test_shell_platform_delegate_win.cc b/webkit/tools/test_shell/test_shell_platform_delegate_win.cc index 8f9204d..c01bd32 100644 --- a/webkit/tools/test_shell/test_shell_platform_delegate_win.cc +++ b/webkit/tools/test_shell/test_shell_platform_delegate_win.cc @@ -11,7 +11,7 @@ #include "base/event_recorder.h" #include "base/win/win_util.h" #include "ui/base/win/foreground_helper.h" -#include "ui/base/native_theme/native_theme_win.h" +#include "ui/native_theme/native_theme_win.h" #include "webkit/tools/test_shell/test_shell.h" #include "webkit/tools/test_shell/test_shell_platform_delegate.h" |