diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 20:50:22 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 20:50:22 +0000 |
commit | 4c5813a2cdc5b998bfcbb5cf9ca4a4e982893706 (patch) | |
tree | 57a580e2966a0d562707f204d829d794c32d82cf /webkit/child/DEPS | |
parent | f6820ba92b1bd5f3f44cbedb116e8593dd6e5968 (diff) | |
download | chromium_src-4c5813a2cdc5b998bfcbb5cf9ca4a4e982893706.zip chromium_src-4c5813a2cdc5b998bfcbb5cf9ca4a4e982893706.tar.gz chromium_src-4c5813a2cdc5b998bfcbb5cf9ca4a4e982893706.tar.bz2 |
move webkit/glue/webthemeengine to webkit/child/
R=jamesr@chromium.org, sky@chromium.org
BUG=239107
Review URL: https://codereview.chromium.org/17284002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child/DEPS')
-rw-r--r-- | webkit/child/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/child/DEPS b/webkit/child/DEPS index b15a790..552b168 100644 --- a/webkit/child/DEPS +++ b/webkit/child/DEPS @@ -1,3 +1,5 @@ include_rules = [
"+jni", # Needed for Android's java-generated bindings.
+ "+ui/base",
+ "+ui/native_theme",
]
|