| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index ea6dc3fe942dffe7c96a5d71ac81fe99780e49c6..3c937f9c3ded2aa716a80be8ad976ad5899ec283 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -29,8 +29,9 @@ shared_library("libcontent_shell_content_view") {
|
| "//media/base/android",
|
| ]
|
| sources = [
|
| + "shell_jni_onload_delegate.cc",
|
| + "shell_jni_onload_delegate.h",
|
| "shell_library_loader.cc",
|
| - "shell_library_loader.h",
|
| ]
|
| if (is_android_webview_build) {
|
| ldflags = [ "-lgabi++" ]
|
|
|