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

Side by Side Diff: android_webview/android_webview.gyp

Issue 17389005: [Android] Abandon bundling DevTools frontends for mobile apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 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
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 10 matching lines...) Expand all
21 '-Wl,--no-fatal-warnings' 21 '-Wl,--no-fatal-warnings'
22 ], 22 ],
23 'sources': [ 23 'sources': [
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/browser/devtools/devtools_resources.gyp:devtools_resou rces',
32 '<(DEPTH)/content/content_resources.gyp:content_resources', 31 '<(DEPTH)/content/content_resources.gyp:content_resources',
33 '<(DEPTH)/net/net.gyp:net_resources', 32 '<(DEPTH)/net/net.gyp:net_resources',
34 '<(DEPTH)/ui/ui.gyp:ui_resources', 33 '<(DEPTH)/ui/ui.gyp:ui_resources',
35 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 34 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
36 ], 35 ],
37 'variables': { 36 'variables': {
38 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 37 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
39 }, 38 },
40 'actions': [ 39 'actions': [
41 { 40 {
42 'action_name': 'repack_android_webview_pack', 41 'action_name': 'repack_android_webview_pack',
43 'variables': { 42 'variables': {
44 'pak_inputs': [ 43 'pak_inputs': [
45 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 44 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
46 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 45 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
47 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 46 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
48 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
49 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 47 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
50 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 48 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
51 ], 49 ],
52 }, 50 },
53 'inputs': [ 51 'inputs': [
54 '<(repack_path)', 52 '<(repack_path)',
55 '<@(pak_inputs)', 53 '<@(pak_inputs)',
56 ], 54 ],
57 'outputs': [ 55 'outputs': [
58 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', 56 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
59 ], 57 ],
60 'action': ['python', '<(repack_path)', '<@(_outputs)', 58 'action': ['python', '<(repack_path)', '<@(_outputs)',
61 '<@(pak_inputs)'], 59 '<@(pak_inputs)'],
62 } 60 }
63 ], 61 ],
64 }, 62 },
65 { 63 {
66 'target_name': 'android_webview_common', 64 'target_name': 'android_webview_common',
67 'type': 'static_library', 65 'type': 'static_library',
68 'dependencies': [ 66 'dependencies': [
69 '../android_webview/native/webview_native.gyp:webview_native', 67 '../android_webview/native/webview_native.gyp:webview_native',
70 '../components/components.gyp:auto_login_parser', 68 '../components/components.gyp:auto_login_parser',
69 '../components/components.gyp:devtools_remote_frontend',
71 '../components/components.gyp:navigation_interception', 70 '../components/components.gyp:navigation_interception',
72 '../components/components.gyp:visitedlink_browser', 71 '../components/components.gyp:visitedlink_browser',
73 '../components/components.gyp:visitedlink_renderer', 72 '../components/components.gyp:visitedlink_renderer',
74 '../components/components.gyp:web_contents_delegate_android', 73 '../components/components.gyp:web_contents_delegate_android',
75 '../content/content.gyp:content', 74 '../content/content.gyp:content',
76 '../skia/skia.gyp:skia', 75 '../skia/skia.gyp:skia',
77 '../gpu/gpu.gyp:gles2_implementation', 76 '../gpu/gpu.gyp:gles2_implementation',
78 '../ui/gl/gl.gyp:gl', 77 '../ui/gl/gl.gyp:gl',
79 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 78 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
80 'android_webview_pak', 79 'android_webview_pak',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../content/content.gyp:content_java', 184 '../content/content.gyp:content_java',
186 '../ui/ui.gyp:ui_java', 185 '../ui/ui.gyp:ui_java',
187 ], 186 ],
188 'variables': { 187 'variables': {
189 'java_in_dir': '../android_webview/java', 188 'java_in_dir': '../android_webview/java',
190 }, 189 },
191 'includes': [ '../build/java.gypi' ], 190 'includes': [ '../build/java.gypi' ],
192 }, 191 },
193 ], 192 ],
194 } 193 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | android_webview/browser/aw_devtools_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698