diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 473bfe2..f7738c6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1913,8 +1913,8 @@ 'test/ui/dom_checker_uitest.cc', 'test/ui/history_uitest.cc', 'test/ui/inspector_controller_uitest.cc', - 'test/ui/layout_plugin_uitest.cpp', - 'test/ui/npapi_uitest.cpp', + 'test/ui/layout_plugin_uitest.cc', + 'test/ui/npapi_uitest.cc', 'test/ui/omnibox_uitest.cc', 'test/ui/sandbox_uitests.cc', ], |