Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Side by Side Diff: android_webview/android_webview.gyp

Issue 402603006: [android_webview] Do not extract webviewchromium.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@awassets
Patch Set: Use only InitSharedInstanceWithPakFileRegion and + rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'pak_inputs': [ 76 'pak_inputs': [
77 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 77 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak',
78 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 78 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
79 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 79 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
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 },
87 {
88 'action_name': 'add_en_US_pak_locale',
89 'variables': {
90 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en- US.pak'],
91 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak',
92 },
93 'includes': [ '../build/repack_action.gypi' ],
86 } 94 }
87 ], 95 ],
88 }, 96 },
89 { 97 {
90 'target_name': 'android_webview_common', 98 'target_name': 'android_webview_common',
91 'type': 'static_library', 99 'type': 'static_library',
92 'dependencies': [ 100 'dependencies': [
93 '../android_webview/native/webview_native.gyp:webview_native', 101 '../android_webview/native/webview_native.gyp:webview_native',
94 '../components/components.gyp:auto_login_parser', 102 '../components/components.gyp:auto_login_parser',
95 '../components/components.gyp:autofill_content_renderer', 103 '../components/components.gyp:autofill_content_renderer',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '../content/content.gyp:content_strings_grd', 308 '../content/content.gyp:content_strings_grd',
301 '../ui/android/ui_android.gyp:ui_strings_grd', 309 '../ui/android/ui_android.gyp:ui_strings_grd',
302 'android_webview_jarjar_ui_resources', 310 'android_webview_jarjar_ui_resources',
303 'android_webview_jarjar_content_resources' 311 'android_webview_jarjar_content_resources'
304 ], 312 ],
305 }, 313 },
306 ], 314 ],
307 }], 315 }],
308 ], 316 ],
309 } 317 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698