diff options
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 2c8e7f7..ce64955 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -56,6 +56,7 @@ 'text_elider_unittest.cc', 'tree_node_iterator_unittest.cc', 'tree_node_model_unittest.cc', + 'view_prop_unittest.cc', 'win_util_unittest.cc', ], 'include_dirs': [ @@ -75,6 +76,7 @@ ['OS!="win"', { 'sources!': [ 'os_exchange_data_win_unittest.cc', + 'view_prop_unittest.cc', 'win_util_unittest.cc', ], }], |