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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/resources/ui_resources_100_percent.
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 }, |
| 85 { |
| 86 'action_name': 'add_en_US_pak_locale', |
| 87 'variables': { |
| 88 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-
US.pak'], |
| 89 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak', |
| 90 }, |
| 91 'includes': [ '../build/repack_action.gypi' ], |
84 } | 92 } |
85 ], | 93 ], |
86 }, | 94 }, |
87 { | 95 { |
88 'target_name': 'android_webview_common', | 96 'target_name': 'android_webview_common', |
89 'type': 'static_library', | 97 'type': 'static_library', |
90 'dependencies': [ | 98 'dependencies': [ |
91 '../android_webview/native/webview_native.gyp:webview_native', | 99 '../android_webview/native/webview_native.gyp:webview_native', |
92 '../components/components.gyp:auto_login_parser', | 100 '../components/components.gyp:auto_login_parser', |
93 '../components/components.gyp:autofill_content_renderer', | 101 '../components/components.gyp:autofill_content_renderer', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 '../content/content.gyp:content_strings_grd', | 306 '../content/content.gyp:content_strings_grd', |
299 '../ui/android/ui_android.gyp:ui_strings_grd', | 307 '../ui/android/ui_android.gyp:ui_strings_grd', |
300 'android_webview_jarjar_ui_resources', | 308 'android_webview_jarjar_ui_resources', |
301 'android_webview_jarjar_content_resources' | 309 'android_webview_jarjar_content_resources' |
302 ], | 310 ], |
303 }, | 311 }, |
304 ], | 312 ], |
305 }], | 313 }], |
306 ], | 314 ], |
307 } | 315 } |
OLD | NEW |