Skip to content

Commit

Permalink
Remove obsolete unused file.
Browse files Browse the repository at this point in the history
WebView now generates NativeLibraries.java at runtime in the same way as
all other Android APKs. Delete the unused pregenerated version.

BUG=

Review-Url: https://codereview.chromium.org/2620193003
Cr-Commit-Position: refs/heads/master@{#442933}
  • Loading branch information
tornewuff authored and Commit bot committed Jan 11, 2017
1 parent 1bfabdd commit 8a607b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion docs/chromoting_android_hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ display log messages to the `LogCat` pane.
<classpathentry kind="src" path="third_party/libjingle/source/talk/app/webrtc/javatests/src"/>
<classpathentry kind="src" path="third_party/libjingle/source/talk/examples/android/src"/>
<classpathentry kind="src" path="android_webview/java/src"/>
<classpathentry kind="src" path="android_webview/java/generated_src"/>
<classpathentry kind="src" path="android_webview/test/shell/src"/>
<classpathentry kind="src" path="android_webview/unittestjava/src"/>
<classpathentry kind="src" path="android_webview/javatests/src"/>
Expand Down
1 change: 0 additions & 1 deletion tools/android/eclipse/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ to the classpath for downstream development. See "additional_entries" below.
{% endblock %} -->
<classpath>
<classpathentry kind="src" path="android_webview/glue/java/src"/>
<classpathentry kind="src" path="android_webview/java/generated_src"/>
<classpathentry kind="src" path="android_webview/java/src"/>
<classpathentry kind="src" path="android_webview/javatests/src"/>
<classpathentry kind="src" path="android_webview/test/shell/src"/>
Expand Down

0 comments on commit 8a607b4

Please sign in to comment.