diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 16:39:26 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 16:39:26 +0000 |
commit | 1eed61535cb6e15015edac43177ccdc25140855a (patch) | |
tree | 843a3c3b42bfaadc54cd6c835e4c313965a0e177 /base/base.gypi | |
parent | de6aadf4ddf69c76ddd60e03451fdbcb4061283f (diff) | |
download | chromium_src-1eed61535cb6e15015edac43177ccdc25140855a.zip chromium_src-1eed61535cb6e15015edac43177ccdc25140855a.tar.gz chromium_src-1eed61535cb6e15015edac43177ccdc25140855a.tar.bz2 |
Move the keyboard files from base/ to app/.
Also moves the associated classes/enums from base:: to app::.
TEST=try bots compile
BUG=NONE
Review URL: http://codereview.chromium.org/3165064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/base/base.gypi b/base/base.gypi index e5d8119..d594972 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -70,8 +70,6 @@ 'event_trace_controller_win.h', 'event_trace_provider_win.cc', 'event_trace_provider_win.h', - 'event_synthesis_gtk.cc', - 'event_synthesis_gtk.h', 'file_path.cc', 'file_path.h', 'file_util.cc', @@ -438,15 +436,6 @@ 'hmac_win.cc', 'image_util.cc', 'image_util.h', - 'keyboard_code_conversion.cc', - 'keyboard_code_conversion.h', - 'keyboard_code_conversion_gtk.cc', - 'keyboard_code_conversion_gtk.h', - 'keyboard_code_conversion_mac.mm', - 'keyboard_code_conversion_mac.h', - 'keyboard_codes.h', - 'keyboard_codes_win.h', - 'keyboard_codes_posix.h', 'linux_util.cc', 'linux_util.h', 'md5.cc', |