Skip to content

Commit

Permalink
Reland "content: Copy plugin code from Blink to Chromium."
Browse files Browse the repository at this point in the history
This relands r245843, which was reverted because it broke check_licenses
on Android Build. This time it was added the chromium copyright
boilerplate to files that had Apple copyright and replaced Google
copyright with Chromium one.

BUG=331302
TEST=None
R=boliu@chromium.org, jochen@chromium.org

Review URL: https://codereview.chromium.org/143373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245954 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Jan 20, 2014
1 parent 8f883f2 commit 52bf850
Show file tree
Hide file tree
Showing 36 changed files with 5,316 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android_webview/tools/webview_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
excluded_dirs_list.append('chrome/tools/test/reference_build')
# blink style copy right headers.
excluded_dirs_list.append('content/shell/renderer/test_runner')
# blink style copy right headers.
excluded_dirs_list.append('content/shell/tools/plugin')
# This is tests directory, doesn't exist in the snapshot
excluded_dirs_list.append('content/test/data')
# This is a tests directory that doesn't exist in the shipped product.
Expand Down
Loading

0 comments on commit 52bf850

Please sign in to comment.