diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 20:38:40 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 20:38:40 +0000 |
commit | fe3389685c317ec103d28c357bc975284186f15a (patch) | |
tree | 0064cb1039c9b04833087b13fac351359ff25879 /chrome/chrome.gyp | |
parent | da9fac160e8d37a9d317346f700096cb0cd630bb (diff) | |
download | chromium_src-fe3389685c317ec103d28c357bc975284186f15a.zip chromium_src-fe3389685c317ec103d28c357bc975284186f15a.tar.gz chromium_src-fe3389685c317ec103d28c357bc975284186f15a.tar.bz2 |
Retry of r12793: Rename some .cpp files to .cc.
Review URL: http://codereview.chromium.org/57017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 473bfe2..ee48805 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', ], @@ -1943,7 +1943,7 @@ 'common/pref_service_uitest.cc', 'test/reliability/page_load_test.cc', 'test/ui/dom_checker_uitest.cc', - 'test/ui/layout_plugin_uitest.cpp', + 'test/ui/layout_plugin_uitest.cc', 'test/ui/omnibox_uitest.cc', ], }], @@ -1967,7 +1967,7 @@ 'common/pref_service_uitest.cc', 'test/reliability/page_load_test.cc', 'test/ui/dom_checker_uitest.cc', - 'test/ui/layout_plugin_uitest.cpp', + 'test/ui/layout_plugin_uitest.cc', 'test/ui/omnibox_uitest.cc', ], }], @@ -1999,7 +1999,7 @@ 'test/automation/automation_proxy_uitest.cc', 'test/perf/mem_usage.cc', 'test/ui/inspector_controller_uitest.cc', - 'test/ui/npapi_uitest.cpp', + 'test/ui/npapi_uitest.cc', 'test/ui/sandbox_uitests.cc', ], }], |