diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 00:23:37 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 00:23:37 +0000 |
commit | d6bb711e737424478a6cc64c56828021e7e049ca (patch) | |
tree | 3c73d7b3fb0cd67408f700f8472512602d1e4a6a /chrome | |
parent | ec1daeedef2231437f6a6c8dac7cfd474603e417 (diff) | |
download | chromium_src-d6bb711e737424478a6cc64c56828021e7e049ca.zip chromium_src-d6bb711e737424478a6cc64c56828021e7e049ca.tar.gz chromium_src-d6bb711e737424478a6cc64c56828021e7e049ca.tar.bz2 |
Removes the now unused eula resources
- should bring back the size of setup to under 1M
BUG=8894
Review URL: http://codereview.chromium.org/42674
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/installer/setup/setup.rc | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/chrome/installer/setup/setup.rc b/chrome/installer/setup/setup.rc index e4051c3..dba2332 100644 --- a/chrome/installer/setup/setup.rc +++ b/chrome/installer/setup/setup.rc @@ -114,47 +114,6 @@ IDR_OEMPG_VI.HTML HTML "eula\\oem_vi.html" IDR_OEMPG_ZH_CN.HTML HTML "eula\\oem_zh-CN.html" IDR_OEMPG_ZH_TW.HTML HTML "eula\\oem_zh-TW.html" -IDR_TERMS_AR.HTML HTML "..\\..\\app\\resources\\terms\\terms_ar.html" -IDR_TERMS_BG.HTML HTML "..\\..\\app\\resources\\terms\\terms_bg.html" -IDR_TERMS_CA.HTML HTML "..\\..\\app\\resources\\terms\\terms_ca.html" -IDR_TERMS_CS.HTML HTML "..\\..\\app\\resources\\terms\\terms_cs.html" -IDR_TERMS_DA.HTML HTML "..\\..\\app\\resources\\terms\\terms_da.html" -IDR_TERMS_DE.HTML HTML "..\\..\\app\\resources\\terms\\terms_de.html" -IDR_TERMS_EL.HTML HTML "..\\..\\app\\resources\\terms\\terms_el.html" -IDR_TERMS_EN.HTML HTML "..\\..\\app\\resources\\terms\\terms_en.html" -IDR_TERMS_EN_GB.HTML HTML "..\\..\\app\\resources\\terms\\terms_en-GB.html" -IDR_TERMS_ES.HTML HTML "..\\..\\app\\resources\\terms\\terms_es.html" -IDR_TERMS_ES_419.HTML HTML "..\\..\\app\\resources\\terms\\terms_es-419.html" -IDR_TERMS_ET.HTML HTML "..\\..\\app\\resources\\terms\\terms_et.html" -IDR_TERMS_FI.HTML HTML "..\\..\\app\\resources\\terms\\terms_fi.html" -IDR_TERMS_FIL.HTML HTML "..\\..\\app\\resources\\terms\\terms_fil.html" -IDR_TERMS_FR.HTML HTML "..\\..\\app\\resources\\terms\\terms_fr.html" -IDR_TERMS_HI.HTML HTML "..\\..\\app\\resources\\terms\\terms_hi.html" -IDR_TERMS_HR.HTML HTML "..\\..\\app\\resources\\terms\\terms_hr.html" -IDR_TERMS_HU.HTML HTML "..\\..\\app\\resources\\terms\\terms_hu.html" -IDR_TERMS_ID.HTML HTML "..\\..\\app\\resources\\terms\\terms_id.html" -IDR_TERMS_IT.HTML HTML "..\\..\\app\\resources\\terms\\terms_it.html" -IDR_TERMS_JA.HTML HTML "..\\..\\app\\resources\\terms\\terms_ja.html" -IDR_TERMS_KO.HTML HTML "..\\..\\app\\resources\\terms\\terms_ko.html" -IDR_TERMS_LT.HTML HTML "..\\..\\app\\resources\\terms\\terms_lt.html" -IDR_TERMS_LV.HTML HTML "..\\..\\app\\resources\\terms\\terms_lv.html" -IDR_TERMS_NL.HTML HTML "..\\..\\app\\resources\\terms\\terms_nl.html" -IDR_TERMS_PL.HTML HTML "..\\..\\app\\resources\\terms\\terms_pl.html" -IDR_TERMS_PT_BR.HTML HTML "..\\..\\app\\resources\\terms\\terms_pt-BR.html" -IDR_TERMS_PT_PT.HTML HTML "..\\..\\app\\resources\\terms\\terms_pt-PT.html" -IDR_TERMS_RO.HTML HTML "..\\..\\app\\resources\\terms\\terms_ro.html" -IDR_TERMS_RU.HTML HTML "..\\..\\app\\resources\\terms\\terms_ru.html" -IDR_TERMS_SK.HTML HTML "..\\..\\app\\resources\\terms\\terms_sk.html" -IDR_TERMS_SL.HTML HTML "..\\..\\app\\resources\\terms\\terms_sl.html" -IDR_TERMS_SR.HTML HTML "..\\..\\app\\resources\\terms\\terms_sr.html" -IDR_TERMS_SV.HTML HTML "..\\..\\app\\resources\\terms\\terms_sv.html" -IDR_TERMS_TH.HTML HTML "..\\..\\app\\resources\\terms\\terms_th.html" -IDR_TERMS_TR.HTML HTML "..\\..\\app\\resources\\terms\\terms_tr.html" -IDR_TERMS_UK.HTML HTML "..\\..\\app\\resources\\terms\\terms_uk.html" -IDR_TERMS_VI.HTML HTML "..\\..\\app\\resources\\terms\\terms_vi.html" -IDR_TERMS_ZH_CN.HTML HTML "..\\..\\app\\resources\\terms\\terms_zh-CN.html" -IDR_TERMS_ZH_TW.HTML HTML "..\\..\\app\\resources\\terms\\terms_zh-TW.html" - #endif // defined(GOOGLE_CHROME_BUILD) ///////////////////////////////////////////////////////////////////////////// |