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

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

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 ui/file_manager/video_player/js/video_player_scripts.js 174 ui/file_manager/video_player/js/video_player_scripts.js
175 # This third-party code is taken from Mozilla, but is copyright Google and has 175 # This third-party code is taken from Mozilla, but is copyright Google and has
176 # been re-licensed under the Chromium license. 176 # been re-licensed under the Chromium license.
177 ui/gfx/codec/jpeg_codec.cc 177 ui/gfx/codec/jpeg_codec.cc
178 # This third-party code is taken from Mozilla, but is copyright Google and has 178 # This third-party code is taken from Mozilla, but is copyright Google and has
179 # been re-licensed under the Chromium license. 179 # been re-licensed under the Chromium license.
180 ui/gfx/codec/png_codec.cc 180 ui/gfx/codec/png_codec.cc
181 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party 181 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party
182 # code is taken from WebKit, the license for which we already pick up from 182 # code is taken from WebKit, the license for which we already pick up from
183 # webkit/. 183 # webkit/.
184 webkit/browser/appcache/manifest_parser.cc 184 content/browser/appcache/manifest_parser.cc
185 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party 185 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party
186 # code is taken from WebKit, the license for which we already pick up from 186 # code is taken from WebKit, the license for which we already pick up from
187 # webkit/. 187 # webkit/.
188 webkit/browser/appcache/manifest_parser.h 188 content/browser/appcache/manifest_parser.h
189 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD 189 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
190 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from 190 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
191 # Mozilla, the license for which we already pick up from third_party/npapi/. 191 # Mozilla, the license for which we already pick up from third_party/npapi/.
192 webkit/child/multipart_response_delegate.h 192 webkit/child/multipart_response_delegate.h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698