| 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 'includes': [ | 8 'includes': [ |
| 9 'android_webview_tests.gypi', | 9 'android_webview_tests.gypi', |
| 10 ], | 10 ], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 }, | 47 }, |
| 48 'actions': [ | 48 'actions': [ |
| 49 { | 49 { |
| 50 'action_name': 'repack_android_webview_pack', | 50 'action_name': 'repack_android_webview_pack', |
| 51 'variables': { | 51 'variables': { |
| 52 'pak_inputs': [ | 52 'pak_inputs': [ |
| 53 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 53 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 54 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 54 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 55 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', | 55 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', |
| 56 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', | 56 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', |
| 57 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', | |
| 58 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 57 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
| 59 ], | 58 ], |
| 60 }, | 59 }, |
| 61 'inputs': [ | 60 'inputs': [ |
| 62 '<(repack_path)', | 61 '<(repack_path)', |
| 63 '<@(pak_inputs)', | 62 '<@(pak_inputs)', |
| 64 ], | 63 ], |
| 65 'outputs': [ | 64 'outputs': [ |
| 66 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', | 65 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', |
| 67 ], | 66 ], |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 '../content/content.gyp:content_java', | 193 '../content/content.gyp:content_java', |
| 195 '../ui/ui.gyp:ui_java', | 194 '../ui/ui.gyp:ui_java', |
| 196 ], | 195 ], |
| 197 'variables': { | 196 'variables': { |
| 198 'java_in_dir': '../android_webview/java', | 197 'java_in_dir': '../android_webview/java', |
| 199 }, | 198 }, |
| 200 'includes': [ '../build/java.gypi' ], | 199 'includes': [ '../build/java.gypi' ], |
| 201 }, | 200 }, |
| 202 ], | 201 ], |
| 203 } | 202 } |
| OLD | NEW |