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

Side by Side Diff: chrome/chrome_android.gypi

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, 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'package_name': 'chromium_testshell', 7 'package_name': 'chromium_testshell',
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'chrome_android_paks.gypi', # Included for the list of pak resources. 10 'chrome_android_paks.gypi', # Included for the list of pak resources.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ], 61 ],
62 'variables': { 62 'variables': {
63 'apk_name': 'ChromiumTestShell', 63 'apk_name': 'ChromiumTestShell',
64 'manifest_package_name': 'org.chromium.chrome.testshell', 64 'manifest_package_name': 'org.chromium.chrome.testshell',
65 'java_in_dir': 'android/testshell/java', 65 'java_in_dir': 'android/testshell/java',
66 'resource_dir': 'android/testshell/res', 66 'resource_dir': 'android/testshell/res',
67 'asset_location': '<(ant_build_out)/../assets/<(package_name)', 67 'asset_location': '<(ant_build_out)/../assets/<(package_name)',
68 'native_lib_target': 'libchromiumtestshell', 68 'native_lib_target': 'libchromiumtestshell',
69 'additional_input_paths': [ 69 'additional_input_paths': [
70 '<@(chrome_android_pak_output_resources)', 70 '<@(chrome_android_pak_output_resources)',
71 '<(chrome_android_pak_output_folder)/devtools_resources.pak',
72 ], 71 ],
73 }, 72 },
74 'includes': [ '../build/java_apk.gypi', ], 73 'includes': [ '../build/java_apk.gypi', ],
75 }, 74 },
76 { 75 {
77 'target_name': 'chromium_testshell_jni_headers', 76 'target_name': 'chromium_testshell_jni_headers',
78 'type': 'none', 77 'type': 'none',
79 'sources': [ 78 'sources': [
80 'android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.j ava', 79 'android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.j ava',
81 ], 80 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'type': 'none', 147 'type': 'none',
149 'dependencies': [ 148 'dependencies': [
150 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources', 149 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
151 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources', 150 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources',
152 ], 151 ],
153 'copies': [ 152 'copies': [
154 { 153 {
155 'destination': '<(chrome_android_pak_output_folder)', 154 'destination': '<(chrome_android_pak_output_folder)',
156 'files': [ 155 'files': [
157 '<@(chrome_android_pak_input_resources)', 156 '<@(chrome_android_pak_input_resources)',
158 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
159 ], 157 ],
160 } 158 }
161 ], 159 ],
162 }, 160 },
163 ], 161 ],
164 } 162 }
OLDNEW
« no previous file with comments | « chrome/browser/devtools/devtools_adb_bridge.cc ('k') | content/shell/shell_devtools_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698