| 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': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
| 11 'type': 'none', | 11 'type': 'none', |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources'
, | 13 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources'
, |
| 14 '<(DEPTH)/net/net.gyp:net_resources', | 14 '<(DEPTH)/net/net.gyp:net_resources', |
| 15 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, | 15 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, |
| 16 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 16 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 17 ], | 17 ], |
| 18 'actions': [ | 18 'actions': [ |
| 19 { | 19 { |
| 20 'action_name': 'repack_android_webview_pack', | 20 'action_name': 'repack_android_webview_pack', |
| 21 'variables': { | 21 'variables': { |
| 22 'pak_inputs': [ | 22 'pak_inputs': [ |
| 23 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
_100_percent.pak', | 23 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', |
| 24 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', | 24 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', |
| 25 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 25 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 26 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 26 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 27 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 27 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
| 28 ], | 28 ], |
| 29 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium
.pak', | 29 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium
.pak', |
| 30 }, | 30 }, |
| 31 'includes': [ '../build/repack_action.gypi' ], | 31 'includes': [ '../build/repack_action.gypi' ], |
| 32 }, | 32 }, |
| 33 ], | 33 ], |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'android_webview_jarjar_content_resources', | 435 'android_webview_jarjar_content_resources', |
| 436 'android_webview_jarjar_ui_resources', | 436 'android_webview_jarjar_ui_resources', |
| 437 'android_webview_jarjar_web_contents_delegate_android_resources', | 437 'android_webview_jarjar_web_contents_delegate_android_resources', |
| 438 'android_webview_strings_grd', | 438 'android_webview_strings_grd', |
| 439 ], | 439 ], |
| 440 }, | 440 }, |
| 441 ], | 441 ], |
| 442 }], | 442 }], |
| 443 ], | 443 ], |
| 444 } | 444 } |
| OLD | NEW |