# Copyright 2009 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'variables': { 'chromium_code': 1, }, 'targets': [ { 'target_name': 'android_webview_pak', 'type': 'none', 'dependencies': [ '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources', '<(DEPTH)/net/net.gyp:net_resources', '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources', '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', ], 'actions': [ { 'action_name': 'repack_android_webview_pack', 'variables': { 'pak_inputs': [ '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak', ], 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', }, 'includes': [ '../build/repack_action.gypi' ], }, ], 'conditions': [ ['android_webview_build==0', { 'actions': [ { 'action_name': 'android_webview_locales_rename_paks', 'variables': { 'rename_locales': 'tools/webview_locales_rename_paks.py', }, 'inputs': [ '<(rename_locales)', '