diff options
author | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 22:17:57 +0000 |
---|---|---|
committer | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 22:17:57 +0000 |
commit | 9c791f97c1eec79f10baf6144e6a0526cb4ebad0 (patch) | |
tree | 30062562d605e8b9db0e7a535cf382d298727f11 /chrome/app/chrome_dll.vcproj | |
parent | 4f7ce3e8339973a5e790b925ee1463e338ed0edb (diff) | |
download | chromium_src-9c791f97c1eec79f10baf6144e6a0526cb4ebad0.zip chromium_src-9c791f97c1eec79f10baf6144e6a0526cb4ebad0.tar.gz chromium_src-9c791f97c1eec79f10baf6144e6a0526cb4ebad0.tar.bz2 |
Move distribution specific theme images:
- Google Chrome images are in internal repository now and get checked out into app\theme\google_chrome so delete them from app\theme
- Add Chromium images to app\theme\Chromium
- Modify html inlining script to pick up images from different places depending on environment variable (for now the default is google chrome which will change to chromium).
- Moving icon file to private repository as well so delete it from public repository. In its place add chromium icon.
- chromium\product_logo.png is a not actually a logo but just the blue icon in the same size as google_chrome\product_logo.png. This file makes about:version and new tab page look prettier (imo).
BUG=1296800
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1249 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vcproj')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index 1ce83f9..15763da 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -235,10 +235,6 @@ </File> </Filter> <File - RelativePath=".\resources\chrome.ico" - > - </File> - <File RelativePath=".\chrome_dll_main.cc" > </File> |