diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 22:24:58 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 22:24:58 +0000 |
commit | e6588bdefbda17515f46f2b471873f6b2313fb49 (patch) | |
tree | 621aa24c26f5c13ad273534a92e73dde6549f1b1 | |
parent | 9efd3d3fc0ada0acf27550cacb06885b466432f7 (diff) | |
download | chromium_src-e6588bdefbda17515f46f2b471873f6b2313fb49.zip chromium_src-e6588bdefbda17515f46f2b471873f6b2313fb49.tar.gz chromium_src-e6588bdefbda17515f46f2b471873f6b2313fb49.tar.bz2 |
Add chrome-wrapper and icon file to build archive.
This makes it easier to run directly from the build archive for testing.
Review URL: http://codereview.chromium.org/182049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25096 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/tools/build/linux/FILES | 2 | ||||
-rw-r--r-- | chrome/tools/build/linux/FILES.official | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/FILES b/chrome/tools/build/linux/FILES index f4e8607..430bfc8 100644 --- a/chrome/tools/build/linux/FILES +++ b/chrome/tools/build/linux/FILES @@ -1,4 +1,5 @@ chrome +chrome-wrapper chrome.pak chrome_sandbox chromium-browser.1 @@ -6,6 +7,7 @@ libavcodec.so.52 libavformat.so.52 libavutil.so.50 locales +product_logo_48.png themes resources xdg-settings diff --git a/chrome/tools/build/linux/FILES.official b/chrome/tools/build/linux/FILES.official index ff2b729..33f48b7 100644 --- a/chrome/tools/build/linux/FILES.official +++ b/chrome/tools/build/linux/FILES.official @@ -1,4 +1,5 @@ chrome +chrome-wrapper chrome.pak chrome_sandbox google-chrome.1 @@ -7,6 +8,7 @@ libavcodec.so.52 libavformat.so.52 libavutil.so.50 locales +product_logo_48.png themes resources xdg-settings |