Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Side by Side Diff: android_webview/tools/third_party_files_whitelist.txt

Issue 150143002: [Files.app] Fix the licence error of audio_player_scripts.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/audio_player/js/audio_player_scripts.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file records third-party licensing information for the purposes of the 5 # This file records third-party licensing information for the purposes of the
6 # Android WebView build. See webview_licenses.py for details. 6 # Android WebView build. See webview_licenses.py for details.
7 # 7 #
8 # New third-party code should be added under a directory named 'third_party', 8 # New third-party code should be added under a directory named 'third_party',
9 # so additions to this file should be rare. See 9 # so additions to this file should be rare. See
10 # http://www.chromium.org/developers/adding-3rd-party-libraries. 10 # http://www.chromium.org/developers/adding-3rd-party-libraries.
(...skipping 23 matching lines...) Expand all
34 chrome/browser/importer/firefox_profile_lock_win.cc 34 chrome/browser/importer/firefox_profile_lock_win.cc
35 # Credits notice for ChromeOS. 35 # Credits notice for ChromeOS.
36 chrome/browser/resources/chromeos/about_os_credits.html 36 chrome/browser/resources/chromeos/about_os_credits.html
37 # String 'copyright' used in code. 37 # String 'copyright' used in code.
38 chrome/browser/resources/file_manager/foreground/js/photo/gallery_scripts.js 38 chrome/browser/resources/file_manager/foreground/js/photo/gallery_scripts.js
39 # String 'copyright' used in code. 39 # String 'copyright' used in code.
40 chrome/browser/resources/file_manager/foreground/js/main_scripts.js 40 chrome/browser/resources/file_manager/foreground/js/main_scripts.js
41 # String 'copyright' used in code. 41 # String 'copyright' used in code.
42 chrome/browser/resources/file_manager/foreground/js/media/mediaplayer_scripts.js 42 chrome/browser/resources/file_manager/foreground/js/media/mediaplayer_scripts.js
43 # String 'copyright' used in code. 43 # String 'copyright' used in code.
44 chrome/browser/resources/file_manager/audio_player/js/audio_player_scripts.js
45 # String 'copyright' used in code.
44 chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.j s 46 chrome/browser/resources/file_manager/foreground/js/media/video_player_scripts.j s
45 # String 'copyright' used in code. 47 # String 'copyright' used in code.
46 chrome/common/importer/firefox_importer_utils.cc 48 chrome/common/importer/firefox_importer_utils.cc
47 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 49 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
48 # license. Not used on Android. 50 # license. Not used on Android.
49 chrome/utility/importer/nss_decryptor.cc 51 chrome/utility/importer/nss_decryptor.cc
50 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 52 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
51 # license. Not used on Android. 53 # license. Not used on Android.
52 chrome/utility/importer/nss_decryptor_mac.h 54 chrome/utility/importer/nss_decryptor_mac.h
53 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 55 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 # code is taken from WebKit, the license for which we already pick up from 180 # code is taken from WebKit, the license for which we already pick up from
179 # webkit/. 181 # webkit/.
180 webkit/browser/appcache/manifest_parser.h 182 webkit/browser/appcache/manifest_parser.h
181 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD 183 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
182 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from 184 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
183 # Mozilla, the license for which we already pick up from third_party/npapi/. 185 # Mozilla, the license for which we already pick up from third_party/npapi/.
184 webkit/child/multipart_response_delegate.h 186 webkit/child/multipart_response_delegate.h
185 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on 187 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on
186 # Android. 188 # Android.
187 webkit/common/cursors/webcursor_gtk_data.h 189 webkit/common/cursors/webcursor_gtk_data.h
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/audio_player/js/audio_player_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698