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

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

Issue 235653003: Gallery.app: Add empty place holders for new separated Gallery app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-chromeos build. Created 6 years, 8 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
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 29 matching lines...) Expand all
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 48 chrome/browser/resources/video_player/js/video_player_scripts.js
49 # String 'copyright' used in code. 49 # String 'copyright' used in code.
50 chrome/browser/resources/gallery/js/gallery_scripts.js
51 # String 'copyright' used in code.
50 chrome/common/importer/firefox_importer_utils.cc 52 chrome/common/importer/firefox_importer_utils.cc
51 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 53 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
52 # license. Not used on Android. 54 # license. Not used on Android.
53 chrome/utility/importer/nss_decryptor.cc 55 chrome/utility/importer/nss_decryptor.cc
54 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 56 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
55 # license. Not used on Android. 57 # license. Not used on Android.
56 chrome/utility/importer/nss_decryptor_mac.h 58 chrome/utility/importer/nss_decryptor_mac.h
57 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 59 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
58 # license. Not used on Android. 60 # license. Not used on Android.
59 chrome/utility/importer/nss_decryptor_system_nss.cc 61 chrome/utility/importer/nss_decryptor_system_nss.cc
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 webkit/browser/appcache/manifest_parser.h 186 webkit/browser/appcache/manifest_parser.h
185 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD 187 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
186 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from 188 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
187 # Mozilla, the license for which we already pick up from third_party/npapi/. 189 # Mozilla, the license for which we already pick up from third_party/npapi/.
188 webkit/child/multipart_response_delegate.h 190 webkit/child/multipart_response_delegate.h
189 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on 191 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on
190 # Android. 192 # Android.
191 content/common/cursors/webcursor_gtk_data.h 193 content/common/cursors/webcursor_gtk_data.h
192 # False positive. This is a generated file which includes polymer code. 194 # False positive. This is a generated file which includes polymer code.
193 chrome/browser/resources/pdf/index.js 195 chrome/browser/resources/pdf/index.js
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/gallery/manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698