| OLD | NEW |
| 1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 67 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 68 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 68 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
| 69 ], | 69 ], |
| 70 'actions': [ | 70 'actions': [ |
| 71 { | 71 { |
| 72 'action_name': 'repack_android_webview_pack', | 72 'action_name': 'repack_android_webview_pack', |
| 73 'variables': { | 73 'variables': { |
| 74 'pak_inputs': [ | 74 'pak_inputs': [ |
| 75 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 75 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 76 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 76 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 77 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 77 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', |
| 78 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', | 78 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', |
| 79 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 79 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
| 80 ], | 80 ], |
| 81 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchro
mium.pak', | 81 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchro
mium.pak', |
| 82 }, | 82 }, |
| 83 'includes': [ '../build/repack_action.gypi' ], | 83 'includes': [ '../build/repack_action.gypi' ], |
| 84 } | 84 } |
| 85 ], | 85 ], |
| 86 }, | 86 }, |
| 87 { | 87 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 108 '../third_party/WebKit/public/blink.gyp:blink', | 108 '../third_party/WebKit/public/blink.gyp:blink', |
| 109 '../v8/tools/gyp/v8.gyp:v8', | 109 '../v8/tools/gyp/v8.gyp:v8', |
| 110 '../ui/gl/gl.gyp:gl', | 110 '../ui/gl/gl.gyp:gl', |
| 111 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 111 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 112 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 112 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 113 'android_webview_pak', | 113 'android_webview_pak', |
| 114 ], | 114 ], |
| 115 'include_dirs': [ | 115 'include_dirs': [ |
| 116 '..', | 116 '..', |
| 117 '../skia/config', | 117 '../skia/config', |
| 118 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 118 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', |
| 119 ], | 119 ], |
| 120 'sources': [ | 120 'sources': [ |
| 121 'browser/aw_browser_context.cc', | 121 'browser/aw_browser_context.cc', |
| 122 'browser/aw_browser_context.h', | 122 'browser/aw_browser_context.h', |
| 123 'browser/aw_browser_main_parts.cc', | 123 'browser/aw_browser_main_parts.cc', |
| 124 'browser/aw_browser_main_parts.h', | 124 'browser/aw_browser_main_parts.h', |
| 125 'browser/aw_browser_permission_request_delegate.h', | 125 'browser/aw_browser_permission_request_delegate.h', |
| 126 'browser/aw_contents_client_bridge_base.cc', | 126 'browser/aw_contents_client_bridge_base.cc', |
| 127 'browser/aw_contents_client_bridge_base.h', | 127 'browser/aw_contents_client_bridge_base.h', |
| 128 'browser/aw_content_browser_client.cc', | 128 'browser/aw_content_browser_client.cc', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 '../content/content.gyp:content_strings_grd', | 298 '../content/content.gyp:content_strings_grd', |
| 299 '../ui/android/ui_android.gyp:ui_strings_grd', | 299 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 300 'android_webview_jarjar_ui_resources', | 300 'android_webview_jarjar_ui_resources', |
| 301 'android_webview_jarjar_content_resources' | 301 'android_webview_jarjar_content_resources' |
| 302 ], | 302 ], |
| 303 }, | 303 }, |
| 304 ], | 304 ], |
| 305 }], | 305 }], |
| 306 ], | 306 ], |
| 307 } | 307 } |
| OLD | NEW |