| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'includes': [ | 8 'includes': [ |
| 9 'android_webview_tests.gypi', | 9 'android_webview_tests.gypi', |
| 10 ], | 10 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 '-Wl,--no-fatal-warnings' | 21 '-Wl,--no-fatal-warnings' |
| 22 ], | 22 ], |
| 23 'sources': [ | 23 'sources': [ |
| 24 'lib/main/webview_entry_point.cc', | 24 'lib/main/webview_entry_point.cc', |
| 25 ], | 25 ], |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 'target_name': 'android_webview_common', | 28 'target_name': 'android_webview_common', |
| 29 'type': 'static_library', | 29 'type': 'static_library', |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '../android_webview/native/webview_native.gyp:webview_native', |
| 31 '../content/content.gyp:content', | 32 '../content/content.gyp:content', |
| 32 '../content/content.gyp:navigation_interception', | 33 '../content/content.gyp:navigation_interception', |
| 33 '../android_webview/native/webview_native.gyp:webview_native', | 34 '../content/content.gyp:web_contents_delegate_android', |
| 34 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d', | |
| 35 '../chrome/browser/component/components.gyp:browser_component_jni_header
s', | |
| 36 '../ui/ui.gyp:ui_resources', | 35 '../ui/ui.gyp:ui_resources', |
| 37 ], | 36 ], |
| 38 'include_dirs': [ | 37 'include_dirs': [ |
| 39 '..', | 38 '..', |
| 40 '../skia/config', | 39 '../skia/config', |
| 41 ], | 40 ], |
| 42 'sources': [ | 41 'sources': [ |
| 43 'browser/aw_browser_context.cc', | 42 'browser/aw_browser_context.cc', |
| 44 'browser/aw_browser_context.h', | 43 'browser/aw_browser_context.h', |
| 45 'browser/aw_browser_main_parts.cc', | 44 'browser/aw_browser_main_parts.cc', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'renderer/aw_render_view_ext.cc', | 98 'renderer/aw_render_view_ext.cc', |
| 100 'renderer/aw_render_view_ext.h', | 99 'renderer/aw_render_view_ext.h', |
| 101 ], | 100 ], |
| 102 }, | 101 }, |
| 103 { | 102 { |
| 104 'target_name': 'android_webview_java', | 103 'target_name': 'android_webview_java', |
| 105 'type': 'none', | 104 'type': 'none', |
| 106 'dependencies': [ | 105 'dependencies': [ |
| 107 '../content/content.gyp:content_java', | 106 '../content/content.gyp:content_java', |
| 108 '../content/content.gyp:navigation_interception_java', | 107 '../content/content.gyp:navigation_interception_java', |
| 109 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | 108 '../content/content.gyp:web_contents_delegate_android_java', |
| 110 '../ui/ui.gyp:ui_java', | 109 '../ui/ui.gyp:ui_java', |
| 111 ], | 110 ], |
| 112 'variables': { | 111 'variables': { |
| 113 'package_name': 'android_webview_java', | 112 'package_name': 'android_webview_java', |
| 114 'java_in_dir': '../android_webview/java', | 113 'java_in_dir': '../android_webview/java', |
| 115 }, | 114 }, |
| 116 'includes': [ '../build/java.gypi' ], | 115 'includes': [ '../build/java.gypi' ], |
| 117 }, | 116 }, |
| 118 { | 117 { |
| 119 'target_name': 'android_webview_apk', | 118 'target_name': 'android_webview_apk', |
| 120 'type': 'none', | 119 'type': 'none', |
| 121 'dependencies': [ | 120 'dependencies': [ |
| 122 '../base/base.gyp:base_java', | 121 '../base/base.gyp:base_java', |
| 123 '../chrome/browser/component/components.gyp:web_contents_delegate_androi
d_java', | |
| 124 '../chrome/chrome_resources.gyp:packed_extra_resources', | 122 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 125 '../chrome/chrome_resources.gyp:packed_resources', | 123 '../chrome/chrome_resources.gyp:packed_resources', |
| 126 '../content/content.gyp:content_java', | 124 '../content/content.gyp:content_java', |
| 127 '../content/content.gyp:navigation_interception_java', | 125 '../content/content.gyp:navigation_interception_java', |
| 126 '../content/content.gyp:web_contents_delegate_android_java', |
| 128 '../media/media.gyp:media_java', | 127 '../media/media.gyp:media_java', |
| 129 '../net/net.gyp:net_java', | 128 '../net/net.gyp:net_java', |
| 130 '../ui/ui.gyp:ui_java', | 129 '../ui/ui.gyp:ui_java', |
| 131 'libwebviewchromium', | 130 'libwebviewchromium', |
| 132 ], | 131 ], |
| 133 'variables': { | 132 'variables': { |
| 134 'package_name': 'android_webview', | 133 'package_name': 'android_webview', |
| 135 'apk_name': 'AndroidWebView', | 134 'apk_name': 'AndroidWebView', |
| 136 'manifest_package_name': 'org.chromium.android_webview', | 135 'manifest_package_name': 'org.chromium.android_webview', |
| 137 'java_in_dir': '../android_webview/java', | 136 'java_in_dir': '../android_webview/java', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 151 'copies': [ | 150 'copies': [ |
| 152 { | 151 { |
| 153 'destination': '<(PRODUCT_DIR)/android_webview/assets', | 152 'destination': '<(PRODUCT_DIR)/android_webview/assets', |
| 154 'files': [ '<@(input_pak_files)' ] | 153 'files': [ '<@(input_pak_files)' ] |
| 155 }, | 154 }, |
| 156 ], | 155 ], |
| 157 'includes': [ '../build/java_apk.gypi' ], | 156 'includes': [ '../build/java_apk.gypi' ], |
| 158 }, | 157 }, |
| 159 ], | 158 ], |
| 160 } | 159 } |
| OLD | NEW |