diff options
author | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 01:48:49 +0000 |
---|---|---|
committer | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 01:48:49 +0000 |
commit | 963eac2fb452fe9b9c1ba69ddabb3d1a012eff20 (patch) | |
tree | 8e8b889621756f513b1e7057ad2f9c080bca5c07 /android_webview | |
parent | 32619d14acb7dd3d090028fb2baf262ad1de8a50 (diff) | |
download | chromium_src-963eac2fb452fe9b9c1ba69ddabb3d1a012eff20.zip chromium_src-963eac2fb452fe9b9c1ba69ddabb3d1a012eff20.tar.gz chromium_src-963eac2fb452fe9b9c1ba69ddabb3d1a012eff20.tar.bz2 |
[Files.app] Fix the webview whitelist along with renaming.
The previous commit r231276 renamed some javascript file of Files.app but it've broken the check_licenses test because the whitelist file has not modified. This patch modify it.
BUG=none
TEST=none
TBR=benm@chromium.org
Review URL: https://codereview.chromium.org/47903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/third_party_files_whitelist.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt index b6f00e9..2f37e3c 100644 --- a/android_webview/tools/third_party_files_whitelist.txt +++ b/android_webview/tools/third_party_files_whitelist.txt @@ -35,17 +35,17 @@ chrome/browser/importer/firefox_profile_lock_win.cc # Credits notice for ChromeOS. chrome/browser/resources/chromeos/about_os_credits.html # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/action_choice_scripts.js +chrome/browser/resources/file_manager/foreground/js/action_choice/action_choice_scripts.js # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/photo/gallery_scripts.js +chrome/browser/resources/file_manager/foreground/js/photo/gallery_scripts.js # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/main_scripts.js +chrome/browser/resources/file_manager/foreground/js/main_scripts.js # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js +chrome/browser/resources/file_manager/foreground/js/media/mediaplayer_scripts.js # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/media/video_player_scripts.js +chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.js # String 'copyright' used in code. -chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js +chrome/browser/resources/file_manager/foreground/js/photo/photo_import_scripts.js # String 'copyright' used in code. chrome/common/importer/firefox_importer_utils.cc # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 |