Rename .cpp file extensions to .cc for consistency (issue #1500).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1981 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-01-22 01:55:39 +00:00
parent f0bba98523
commit 4bf08b70d6
41 changed files with 63 additions and 63 deletions

18
cef.gyp
View File

@@ -397,9 +397,9 @@
'libcef_dll_wrapper',
],
'sources': [
'tests/cefclient/client_app.cpp',
'tests/cefclient/client_app.cc',
'tests/cefclient/client_app.h',
'tests/cefclient/client_switches.cpp',
'tests/cefclient/client_switches.cc',
'tests/cefclient/client_switches.h',
'tests/cefclient/resource_util.h',
'tests/cefclient/res/osr_test.html',
@@ -479,7 +479,7 @@
],
'sources': [
'tests/cefclient/cefclient.rc',
'tests/cefclient/resource_util_win.cpp',
'tests/cefclient/resource_util_win.cc',
],
'msvs_settings': {
'VCManifestTool': {
@@ -568,7 +568,7 @@
},
'sources': [
'tests/cefclient/resource_util_mac.mm',
'tests/cefclient/resource_util_posix.cpp',
'tests/cefclient/resource_util_posix.cc',
'tests/unittests/os_rendering_unittest_mac.h',
'tests/unittests/os_rendering_unittest_mac.mm',
'tests/unittests/run_all_unittests_mac.mm',
@@ -579,8 +579,8 @@
'libcef',
],
'sources': [
'tests/cefclient/resource_util_linux.cpp',
'tests/cefclient/resource_util_posix.cpp',
'tests/cefclient/resource_util_linux.cc',
'tests/cefclient/resource_util_posix.cc',
],
'copies': [
{
@@ -1535,11 +1535,11 @@
'.',
],
'sources': [
'tests/cefclient/client_app.cpp',
'tests/cefclient/client_app.cc',
'tests/cefclient/client_app.h',
'tests/cefclient/client_switches.cpp',
'tests/cefclient/client_switches.cc',
'tests/cefclient/client_switches.h',
'tests/cefclient/process_helper_mac.cpp',
'tests/cefclient/process_helper_mac.cc',
'tests/unittests/client_app_delegates.cc',
'tests/unittests/cookie_unittest.cc',
'tests/unittests/dom_unittest.cc',