diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 19:50:23 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 19:50:23 +0000 |
commit | 06ea095ddbb86641d36383ba7f943888de05e747 (patch) | |
tree | 15f7e6063a4488704239981f29e0ddf9ed72f37a /android_webview | |
parent | 12bea6187ba646bac790fc1cf57e7a2887712af6 (diff) | |
download | chromium_src-06ea095ddbb86641d36383ba7f943888de05e747.zip chromium_src-06ea095ddbb86641d36383ba7f943888de05e747.tar.gz chromium_src-06ea095ddbb86641d36383ba7f943888de05e747.tar.bz2 |
Generate version resources for Chrome Frame using the same machinery as Chrome itself.
Including generated files from within .rc files doesn't work since there's no dependency tracking going on.
BUG=155714
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11147012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/third_party_files_whitelist.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt index 3769cd4..c475102 100644 --- a/android_webview/tools/third_party_files_whitelist.txt +++ b/android_webview/tools/third_party_files_whitelist.txt @@ -111,11 +111,9 @@ chrome_frame/cfinstall/examples/simple.html # on Android. chrome_frame/CFInstance.js # String 'copyright' used in resources. -chrome_frame/chrome_frame_helper_version.rc +chrome_frame/chrome_frame_version.rc.version # String 'copyright' used in resources. -chrome_frame/chrome_launcher_version.rc -# String 'copyright' used in resources. -chrome_frame/chrome_tab_version.rc +chrome_frame/npchrome_frame_version.rc.version # Copyright Mark Mentovai; MPL, GPL v2 or LGPL v2 license. Not used on Android. chrome/installer/mac/pkg-dmg # String 'copyright' used in resources. |