diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 18:29:47 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 18:29:47 +0000 |
commit | 3d0bfec9ea5ed6afe9c229c52e9dbb571432019f (patch) | |
tree | d8d77e0efffa6b3a0a2c392b42e94c7cf36253c9 /chrome/chrome_browser_extensions.gypi | |
parent | d7aaed2e4e6b170b281172e5d05c6687b4050f7c (diff) | |
download | chromium_src-3d0bfec9ea5ed6afe9c229c52e9dbb571432019f.zip chromium_src-3d0bfec9ea5ed6afe9c229c52e9dbb571432019f.tar.gz chromium_src-3d0bfec9ea5ed6afe9c229c52e9dbb571432019f.tar.bz2 |
Revert 194635 "Add a virtual keyboard webui at chrome://keyboard/"
> Add a virtual keyboard webui at chrome://keyboard/
>
> This is just the old virtual keyboard that was removed a couple of years
> ago, being used as a temporary stand-in.
>
> BUG=222801
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194579
>
> Review URL: https://codereview.chromium.org/13652010
TBR=bryeung@chromium.org
Review URL: https://codereview.chromium.org/14329004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r-- | chrome/chrome_browser_extensions.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi index 5ec2252..a1f7fab 100644 --- a/chrome/chrome_browser_extensions.gypi +++ b/chrome/chrome_browser_extensions.gypi @@ -40,7 +40,6 @@ '../third_party/libusb/libusb.gyp:libusb', '../third_party/re2/re2.gyp:re2', '../ui/base/strings/ui_strings.gyp:ui_strings', - '../ui/keyboard/keyboard.gyp:keyboard_resources', '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', '../webkit/support/webkit_support.gyp:glue', @@ -828,11 +827,6 @@ '../third_party/libusb/libusb.gyp:libusb' ], }], - ['use_aura==1', { - 'dependencies': [ - '../ui/keyboard/keyboard.gyp:keyboard_resources', - ], - }], ['OS=="linux" and use_aura==1', { 'dependencies': [ '../build/linux/system.gyp:dbus', |