| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 80 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
| 81 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 81 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
| 82 ], | 82 ], |
| 83 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchro
mium.pak', | 83 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchro
mium.pak', |
| 84 }, | 84 }, |
| 85 'includes': [ '../build/repack_action.gypi' ], | 85 'includes': [ '../build/repack_action.gypi' ], |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 'action_name': 'add_en_US_pak_locale', | 88 'action_name': 'add_en_US_pak_locale', |
| 89 'variables': { | 89 'variables': { |
| 90 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-
US.pak'], | 90 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/content/app/strings/conte
nt_strings_en-US.pak'], |
| 91 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak', | 91 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak', |
| 92 }, | 92 }, |
| 93 'includes': [ '../build/repack_action.gypi' ], | 93 'includes': [ '../build/repack_action.gypi' ], |
| 94 } | 94 } |
| 95 ], | 95 ], |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 'target_name': 'android_webview_common', | 98 'target_name': 'android_webview_common', |
| 99 'type': 'static_library', | 99 'type': 'static_library', |
| 100 'dependencies': [ | 100 'dependencies': [ |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 '../content/content.gyp:content_strings_grd', | 311 '../content/content.gyp:content_strings_grd', |
| 312 '../ui/android/ui_android.gyp:ui_strings_grd', | 312 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 313 'android_webview_jarjar_ui_resources', | 313 'android_webview_jarjar_ui_resources', |
| 314 'android_webview_jarjar_content_resources' | 314 'android_webview_jarjar_content_resources' |
| 315 ], | 315 ], |
| 316 }, | 316 }, |
| 317 ], | 317 ], |
| 318 }], | 318 }], |
| 319 ], | 319 ], |
| 320 } | 320 } |
| OLD | NEW |