| Index: android_webview/android_webview.gyp
|
| diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
|
| index 11672996b841bbb8b709d46b658f632e106b1f1e..a12968c75d32df102b6c92efb92c5366ece794c2 100644
|
| --- a/android_webview/android_webview.gyp
|
| +++ b/android_webview/android_webview.gyp
|
| @@ -100,6 +100,7 @@
|
| '../components/components.gyp:visitedlink_renderer',
|
| '../components/components.gyp:web_contents_delegate_android',
|
| '../content/content.gyp:content_app_both',
|
| + '../content/content.gyp:content_browser',
|
| '../gpu/gpu.gyp:command_buffer_service',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gl_in_process_context',
|
| @@ -269,7 +270,7 @@
|
| 'includes': [ '../build/java.gypi' ],
|
| },
|
| ],
|
| - }, { # android_webview_build==1
|
| + }, { # android_webview_build==1
|
| 'targets': [
|
| {
|
| 'target_name': 'android_webview_jarjar_ui_resources',
|
|
|