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

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: Win fixes Created 8 years, 3 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 #!/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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 chrome/browser/resources/file_manager/js/media/video_player_scripts.js 93 chrome/browser/resources/file_manager/js/media/video_player_scripts.js
94 # String 'copyright' used in code. 94 # String 'copyright' used in code.
95 chrome/browser/resources/file_manager/js/mock_chrome.js 95 chrome/browser/resources/file_manager/js/mock_chrome.js
96 # String 'copyright' used in code. 96 # String 'copyright' used in code.
97 chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js 97 chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js
98 # String 'copyright' used in code. 98 # String 'copyright' used in code.
99 chrome/browser/resources/help/help.html 99 chrome/browser/resources/help/help.html
100 # String 'copyright' used in code. 100 # String 'copyright' used in code.
101 chrome/browser/resources/shared/css/about_version.css 101 chrome/browser/resources/shared/css/about_version.css
102 # String 'copyright' used in code. 102 # String 'copyright' used in code.
103 chrome/browser/ui/webui/about_ui.cc 103 chrome/browser/ui/webui/version_ui.cc
104 # String 'copyright' used in code. 104 # String 'copyright' used in code.
105 chrome/browser/ui/webui/help/help_handler.cc 105 chrome/browser/ui/webui/help/help_handler.cc
106 # Copyright Google Inc; no license. Example code only. 106 # Copyright Google Inc; no license. Example code only.
107 chrome_frame/cfinstall/examples/jquery.html 107 chrome_frame/cfinstall/examples/jquery.html
108 # Copyright Google Inc; no license. Example code only. 108 # Copyright Google Inc; no license. Example code only.
109 chrome_frame/cfinstall/examples/local_testing.html 109 chrome_frame/cfinstall/examples/local_testing.html
110 # Copyright Google Inc; no license. Example code only. 110 # Copyright Google Inc; no license. Example code only.
111 chrome_frame/cfinstall/examples/simple.html 111 chrome_frame/cfinstall/examples/simple.html
112 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used 112 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used
113 # on Android. 113 # on Android.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 # String 'copyright' used in resources. 329 # String 'copyright' used in resources.
330 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings 330 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings
331 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license. 331 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license.
332 # Tool only 332 # Tool only
333 webkit/tools/test_shell/resources/README.txt 333 webkit/tools/test_shell/resources/README.txt
334 # String 'copyright' used in resources. 334 # String 'copyright' used in resources.
335 webkit/tools/test_shell/resources/test_shell.rc 335 webkit/tools/test_shell/resources/test_shell.rc
336 # String "Copyright" used in comments. 336 # String "Copyright" used in comments.
337 cc/copyfiles.py 337 cc/copyfiles.py
338 webkit/compositor_bindings/copyfiles.py 338 webkit/compositor_bindings/copyfiles.py
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/resources/about_version.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698