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

Side by Side Diff: android_webview/android_webview.gyp

Issue 21952005: Reland: Remove webkit_chromium_resources.pak entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | chrome/chrome_tests_unit.gypi » ('J')
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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 }, 47 },
48 'actions': [ 48 'actions': [
49 { 49 {
50 'action_name': 'repack_android_webview_pack', 50 'action_name': 'repack_android_webview_pack',
51 'variables': { 51 'variables': {
52 'pak_inputs': [ 52 'pak_inputs': [
53 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 53 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
54 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 54 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
55 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 55 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
56 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', 56 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
57 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
58 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 57 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
59 ], 58 ],
60 }, 59 },
61 'inputs': [ 60 'inputs': [
62 '<(repack_path)', 61 '<(repack_path)',
63 '<@(pak_inputs)', 62 '<@(pak_inputs)',
64 ], 63 ],
65 'outputs': [ 64 'outputs': [
66 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', 65 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
67 ], 66 ],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 '../content/content.gyp:content_java', 193 '../content/content.gyp:content_java',
195 '../ui/ui.gyp:ui_java', 194 '../ui/ui.gyp:ui_java',
196 ], 195 ],
197 'variables': { 196 'variables': {
198 'java_in_dir': '../android_webview/java', 197 'java_in_dir': '../android_webview/java',
199 }, 198 },
200 'includes': [ '../build/java.gypi' ], 199 'includes': [ '../build/java.gypi' ],
201 }, 200 },
202 ], 201 ],
203 } 202 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | chrome/chrome_tests_unit.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698