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

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

Issue 196383030: [VideoPlayer] dedicated video player app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the script file to the whitelist. Created 6 years, 9 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/browser_resources.grd » ('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 27 matching lines...) Expand all
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 44 chrome/browser/resources/file_manager/audio_player/js/audio_player_scripts.js
45 # String 'copyright' used in code. 45 # String 'copyright' used in code.
46 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
47 # String 'copyright' used in code. 47 # String 'copyright' used in code.
48 chrome/browser/resources/video_player/js/video_player_scripts.js
49 # String 'copyright' used in code.
48 chrome/common/importer/firefox_importer_utils.cc 50 chrome/common/importer/firefox_importer_utils.cc
49 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 51 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
50 # license. Not used on Android. 52 # license. Not used on Android.
51 chrome/utility/importer/nss_decryptor.cc 53 chrome/utility/importer/nss_decryptor.cc
52 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 54 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
53 # license. Not used on Android. 55 # license. Not used on Android.
54 chrome/utility/importer/nss_decryptor_mac.h 56 chrome/utility/importer/nss_decryptor_mac.h
55 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 57 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
56 # license. Not used on Android. 58 # license. Not used on Android.
57 chrome/utility/importer/nss_decryptor_system_nss.cc 59 chrome/utility/importer/nss_decryptor_system_nss.cc
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 webkit/browser/appcache/manifest_parser.h 184 webkit/browser/appcache/manifest_parser.h
183 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD 185 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
184 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from 186 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
185 # Mozilla, the license for which we already pick up from third_party/npapi/. 187 # Mozilla, the license for which we already pick up from third_party/npapi/.
186 webkit/child/multipart_response_delegate.h 188 webkit/child/multipart_response_delegate.h
187 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on 189 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on
188 # Android. 190 # Android.
189 content/common/cursors/webcursor_gtk_data.h 191 content/common/cursors/webcursor_gtk_data.h
190 # False positive. This is a generated file which includes polymer code. 192 # False positive. This is a generated file which includes polymer code.
191 chrome/browser/resources/pdf/index.js 193 chrome/browser/resources/pdf/index.js
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698