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

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

Issue 10916182: Refactor the about:version code out of about_ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase + lei nit Created 8 years, 2 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/about_version.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This file records third-party licensing information for the purposes of the 6 # This file records third-party licensing information for the purposes of the
7 # Android WebView build. See webview_licenses.py for details. 7 # Android WebView build. See webview_licenses.py for details.
8 # 8 #
9 # New third-party code should be added under a directory named 'third_party', 9 # New third-party code should be added under a directory named 'third_party',
10 # so additions to this file should be rare. See 10 # so additions to this file should be rare. See
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 chrome/browser/resources/file_manager/js/media/video_player_scripts.js 91 chrome/browser/resources/file_manager/js/media/video_player_scripts.js
92 # String 'copyright' used in code. 92 # String 'copyright' used in code.
93 chrome/browser/resources/file_manager/js/mock_chrome.js 93 chrome/browser/resources/file_manager/js/mock_chrome.js
94 # String 'copyright' used in code. 94 # String 'copyright' used in code.
95 chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js 95 chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js
96 # String 'copyright' used in code. 96 # String 'copyright' used in code.
97 chrome/browser/resources/help/help.html 97 chrome/browser/resources/help/help.html
98 # String 'copyright' used in code. 98 # String 'copyright' used in code.
99 chrome/browser/resources/shared/css/about_version.css 99 chrome/browser/resources/shared/css/about_version.css
100 # String 'copyright' used in code. 100 # String 'copyright' used in code.
101 chrome/browser/ui/webui/about_ui.cc 101 chrome/browser/ui/webui/version_ui.cc
102 # String 'copyright' used in code. 102 # String 'copyright' used in code.
103 chrome/browser/ui/webui/help/help_handler.cc 103 chrome/browser/ui/webui/help/help_handler.cc
104 # Copyright Google Inc; no license. Example code only. 104 # Copyright Google Inc; no license. Example code only.
105 chrome_frame/cfinstall/examples/jquery.html 105 chrome_frame/cfinstall/examples/jquery.html
106 # Copyright Google Inc; no license. Example code only. 106 # Copyright Google Inc; no license. Example code only.
107 chrome_frame/cfinstall/examples/local_testing.html 107 chrome_frame/cfinstall/examples/local_testing.html
108 # Copyright Google Inc; no license. Example code only. 108 # Copyright Google Inc; no license. Example code only.
109 chrome_frame/cfinstall/examples/simple.html 109 chrome_frame/cfinstall/examples/simple.html
110 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used 110 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used
111 # on Android. 111 # on Android.
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 # String 'copyright' used in resources. 321 # String 'copyright' used in resources.
322 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings 322 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings
323 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license. 323 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license.
324 # Tool only 324 # Tool only
325 webkit/tools/test_shell/resources/README.txt 325 webkit/tools/test_shell/resources/README.txt
326 # String 'copyright' used in resources. 326 # String 'copyright' used in resources.
327 webkit/tools/test_shell/resources/test_shell.rc 327 webkit/tools/test_shell/resources/test_shell.rc
328 # String "Copyright" used in comments. 328 # String "Copyright" used in comments.
329 cc/copyfiles.py 329 cc/copyfiles.py
330 webkit/compositor_bindings/copyfiles.py 330 webkit/compositor_bindings/copyfiles.py
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698