diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 16:42:53 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 16:42:53 +0000 |
commit | 541f55af3c174930007b34e9a559847c21498d92 (patch) | |
tree | 17b53f2140461d1a6b55e35a5370ce624df81fe3 /app/app.gyp | |
parent | 64d669a0d12e720f00958c64bccaadd88dbdeed1 (diff) | |
download | chromium_src-541f55af3c174930007b34e9a559847c21498d92.zip chromium_src-541f55af3c174930007b34e9a559847c21498d92.tar.gz chromium_src-541f55af3c174930007b34e9a559847c21498d92.tar.bz2 |
Clean missing files out of .gyp files
Removes a number of missing files from the .gyp files.
BUG=none
TEST=gclient runhooks; inspect the projects for missing files; verify with try bots.
Review URL: http://codereview.chromium.org/3307006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp index e146fb7..4b1fde4 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -52,9 +52,10 @@ 'sql/transaction_unittest.cc', 'system_monitor_unittest.cc', 'test_suite.h', + 'test/data/resource.h', 'text_elider_unittest.cc', 'tree_node_iterator_unittest.cc', - 'tree_node_model_unittest.cc', + 'tree_node_model_unittest.cc', 'win_util_unittest.cc', ], 'include_dirs': [ |