diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 08:20:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 08:20:56 +0000 |
commit | 6145198177d58f79e7ed1b44fee883ea074fc5fa (patch) | |
tree | 306253d68fa38b61d49da733316a31b6d377a7ca /app/app.gyp | |
parent | eb776a32dcb148e37c7d5990161c6fff9f2f534a (diff) | |
download | chromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.zip chromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.tar.gz chromium_src-6145198177d58f79e7ed1b44fee883ea074fc5fa.tar.bz2 |
Move text_elider from app/gfx to app/
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp index d0418dd..efd11c9 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -40,13 +40,13 @@ 'animation_unittest.cc', 'clipboard/clipboard_unittest.cc', 'gfx/font_unittest.cc', - 'gfx/text_elider_unittest.cc', 'l10n_util_mac_unittest.mm', 'l10n_util_unittest.cc', 'os_exchange_data_win_unittest.cc', 'run_all_unittests.cc', 'system_monitor_unittest.cc', 'test_suite.h', + 'text_elider_unittest.cc', 'sql/connection_unittest.cc', 'sql/statement_unittest.cc', 'sql/transaction_unittest.cc', |