diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 19:55:55 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 19:55:55 +0000 |
commit | 9274ead1c74ef0025072923f14aeaedd2598c0d6 (patch) | |
tree | baf28919c2f144b9009b6ba8d4470707ad2da7b8 /app/app.gyp | |
parent | 5c311356f75f014502b63f1afa79c5452a0cfa59 (diff) | |
download | chromium_src-9274ead1c74ef0025072923f14aeaedd2598c0d6.zip chromium_src-9274ead1c74ef0025072923f14aeaedd2598c0d6.tar.gz chromium_src-9274ead1c74ef0025072923f14aeaedd2598c0d6.tar.bz2 |
gtk: Fix gtk_dnd_util::ExtractNamedURL to not crash on invalid data.
BUG=43347
TEST=included
Review URL: http://codereview.chromium.org/2003006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/app.gyp b/app/app.gyp index 6b7b706..a7c328f 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -47,12 +47,12 @@ 'os_exchange_data_win_unittest.cc', 'run_all_unittests.cc', 'slide_animation_unittest.cc', - 'system_monitor_unittest.cc', - 'test_suite.h', - 'text_elider_unittest.cc', 'sql/connection_unittest.cc', 'sql/statement_unittest.cc', 'sql/transaction_unittest.cc', + 'system_monitor_unittest.cc', + 'test_suite.h', + 'text_elider_unittest.cc', 'tree_node_iterator_unittest.cc', 'win_util_unittest.cc', ], @@ -61,6 +61,9 @@ ], 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { + 'sources': [ + 'gtk_dnd_util_unittest.cc', + ], 'dependencies': [ 'app_unittest_strings', '../build/linux/system.gyp:gtk', |