summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 12:08:05 +0000
committerkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 12:08:05 +0000
commiteaedda782f7a4696f8c5339d8afa56c6b59a52b0 (patch)
tree3098d09e0e52475427d9167bb0760ce7f46fe0ce /ui/ui.gyp
parent46207c867fb66c823396b35fe08f51945a1f5de7 (diff)
downloadchromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.zip
chromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.tar.gz
chromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.tar.bz2
Move ui/base/keycodes to ui/events/keycodes/dom4
This patch was created by the following steps: 1. Create a new directory to move. mkdir ui/events/keycodes/dom4 2. Move the OWNERS file manually, because the next script supports only source files. git mv ui/base/keycodes/OWNERS ui/events/keycodes/ 3. Use script to move source files. ./tools/git/move_source_file.py ui/base/keycodes/* ui/events/keycodes/dom4 4. Here's the output from the script. WARNING: Could not successfully update include guard; perhaps old guard is not per style guide? You will have to update the include guard manually. (ui/events/keycodes/dom4/keycode_converter.h) 5. modify the header guard of keycode_converter.h BUG=312218 Review URL: https://codereview.chromium.org/59873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp12
1 files changed, 0 insertions, 12 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d8adf59..01a1867 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -611,18 +611,6 @@
]
}
},
- {
- 'target_name': 'keycode_converter',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'base/keycodes/keycode_converter.cc',
- 'base/keycodes/keycode_converter.h',
- 'base/keycodes/keycode_converter_data.h',
- ],
- }
],
'conditions': [
['OS=="android"' , {