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

Side by Side Diff: android_webview/android_webview.gyp

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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_browser.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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 13 matching lines...) Expand all
24 'lib/main/webview_entry_point.cc', 24 'lib/main/webview_entry_point.cc',
25 ], 25 ],
26 }, 26 },
27 { 27 {
28 'target_name': 'android_webview_pak', 28 'target_name': 'android_webview_pak',
29 'type': 'none', 29 'type': 'none',
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/content/content_resources.gyp:content_resources', 31 '<(DEPTH)/content/content_resources.gyp:content_resources',
32 '<(DEPTH)/net/net.gyp:net_resources', 32 '<(DEPTH)/net/net.gyp:net_resources',
33 '<(DEPTH)/ui/ui.gyp:ui_resources', 33 '<(DEPTH)/ui/ui.gyp:ui_resources',
34 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 34 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
35 ], 35 ],
36 'variables': { 36 'variables': {
37 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 37 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
38 }, 38 },
39 'actions': [ 39 'actions': [
40 { 40 {
41 'action_name': 'repack_android_webview_pack', 41 'action_name': 'repack_android_webview_pack',
42 'variables': { 42 'variables': {
43 'pak_inputs': [ 43 'pak_inputs': [
44 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 44 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '../content/content.gyp:content_java', 184 '../content/content.gyp:content_java',
185 '../ui/ui.gyp:ui_java', 185 '../ui/ui.gyp:ui_java',
186 ], 186 ],
187 'variables': { 187 'variables': {
188 'java_in_dir': '../android_webview/java', 188 'java_in_dir': '../android_webview/java',
189 }, 189 },
190 'includes': [ '../build/java.gypi' ], 190 'includes': [ '../build/java.gypi' ],
191 }, 191 },
192 ], 192 ],
193 } 193 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698