From deb17b8d4fc8ef1bc2222bbb83414d6983fd7d02 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Fri, 23 Jan 2009 21:02:30 +0000 Subject: Prep for generated .vcproj files: Fix minor stylistic inconsistencies in some .vcproj files: * /> tag termination: net\net_resources.vcproj * Add empty , and sections: net\net_resources.vcproj third_party\zlib\zlib.vcproj third_party\libpng\libpng.vcproj chrome\tools\test\image_diff\image_diff.vcproj * Remove .\ on file names where its use is inconsistent with the rest of the file names in the .vcproj: net\build\net.vcproj net\build\net_unittests.vcproj chrome\installer\util\util.vcproj * Add explicit RootNamespace attribute: chrome\test\automation\automation.vcproj testing\gtest.vcproj * Fix file order in four locales that don't match other locale .vcproj files: chrome\app\locales\da.vcproj chrome\app\locales\he.vcproj chrome\app\locales\zh-TW.vcproj chrome\app\locales\en-US.vcproj * Remove duplicate files from the list: chrome\browser\views\browser_views.vcproj (event_utils.[ch]) Review URL: http://codereview.chromium.org/18555 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8577 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/locales/da.vcproj | 4 +- chrome/app/locales/en-US.vcproj | 4 +- chrome/app/locales/he.vcproj | 4 +- chrome/app/locales/zh-TW.vcproj | 4 +- chrome/browser/views/browser_views.vcproj | 8 --- chrome/installer/util/util.vcproj | 68 +++++++++++++------------- chrome/test/automation/automation.vcproj | 1 + chrome/tools/test/image_diff/image_diff.vcproj | 6 +++ 8 files changed, 49 insertions(+), 50 deletions(-) (limited to 'chrome') diff --git a/chrome/app/locales/da.vcproj b/chrome/app/locales/da.vcproj index 01cf830..dd54dc6 100644 --- a/chrome/app/locales/da.vcproj +++ b/chrome/app/locales/da.vcproj @@ -144,11 +144,11 @@ > diff --git a/chrome/app/locales/en-US.vcproj b/chrome/app/locales/en-US.vcproj index 0a65436..1970cdf 100644 --- a/chrome/app/locales/en-US.vcproj +++ b/chrome/app/locales/en-US.vcproj @@ -146,11 +146,11 @@ > diff --git a/chrome/app/locales/he.vcproj b/chrome/app/locales/he.vcproj index 074542f..f2772f0 100644 --- a/chrome/app/locales/he.vcproj +++ b/chrome/app/locales/he.vcproj @@ -144,11 +144,11 @@ > diff --git a/chrome/app/locales/zh-TW.vcproj b/chrome/app/locales/zh-TW.vcproj index e07d271..941348d 100644 --- a/chrome/app/locales/zh-TW.vcproj +++ b/chrome/app/locales/zh-TW.vcproj @@ -144,11 +144,11 @@ > diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 994adf9..97a98c2 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -494,14 +494,6 @@ > - - - - diff --git a/chrome/installer/util/util.vcproj b/chrome/installer/util/util.vcproj index 22700c7..6bd7ed0 100644 --- a/chrome/installer/util/util.vcproj +++ b/chrome/installer/util/util.vcproj @@ -121,59 +121,59 @@ diff --git a/chrome/test/automation/automation.vcproj b/chrome/test/automation/automation.vcproj index 38781fc..1f2f3e2 100644 --- a/chrome/test/automation/automation.vcproj +++ b/chrome/test/automation/automation.vcproj @@ -4,6 +4,7 @@ Version="8.00" Name="automation" ProjectGUID="{1556EF78-C7E6-43C8-951F-F6B43AC0DD12}" + RootNamespace="automation" > + + + + + + -- cgit v1.1