| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 ], | 60 ], |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 'target_name': 'android_webview_pak', | 63 'target_name': 'android_webview_pak', |
| 64 'type': 'none', | 64 'type': 'none', |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 '<(DEPTH)/content/content_resources.gyp:content_resources', | 66 '<(DEPTH)/content/content_resources.gyp:content_resources', |
| 67 '<(DEPTH)/net/net.gyp:net_resources', | 67 '<(DEPTH)/net/net.gyp:net_resources', |
| 68 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, | 68 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, |
| 69 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 69 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 70 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 70 '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
| 71 ], | 71 ], |
| 72 'actions': [ | 72 'actions': [ |
| 73 { | 73 { |
| 74 'action_name': 'repack_android_webview_pack', | 74 'action_name': 'repack_android_webview_pack', |
| 75 'variables': { | 75 'variables': { |
| 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', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 '../content/content.gyp:content_strings_grd', | 312 '../content/content.gyp:content_strings_grd', |
| 313 '../ui/android/ui_android.gyp:ui_strings_grd', | 313 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 314 'android_webview_jarjar_ui_resources', | 314 'android_webview_jarjar_ui_resources', |
| 315 'android_webview_jarjar_content_resources' | 315 'android_webview_jarjar_content_resources' |
| 316 ], | 316 ], |
| 317 }, | 317 }, |
| 318 ], | 318 ], |
| 319 }], | 319 }], |
| 320 ], | 320 ], |
| 321 } | 321 } |
| OLD | NEW |