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

Side by Side Diff: chrome/chrome_android.gypi

Issue 59533009: Check library version and handle library load errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BrowserStartupControllerTest Created 7 years 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'chromium_testshell_paks', 58 'chromium_testshell_paks',
59 'libchromiumtestshell', 59 'libchromiumtestshell',
60 ], 60 ],
61 'variables': { 61 'variables': {
62 'apk_name': 'ChromiumTestShell', 62 'apk_name': 'ChromiumTestShell',
63 'manifest_package_name': 'org.chromium.chrome.testshell', 63 'manifest_package_name': 'org.chromium.chrome.testshell',
64 'java_in_dir': 'android/testshell/java', 64 'java_in_dir': 'android/testshell/java',
65 'resource_dir': 'android/testshell/res', 65 'resource_dir': 'android/testshell/res',
66 'asset_location': '<(ant_build_out)/../assets/<(package_name)', 66 'asset_location': '<(ant_build_out)/../assets/<(package_name)',
67 'native_lib_target': 'libchromiumtestshell', 67 'native_lib_target': 'libchromiumtestshell',
68 'native_lib_version_name': '<(version_full)',
68 'additional_input_paths': [ 69 'additional_input_paths': [
69 '<@(chrome_android_pak_output_resources)', 70 '<@(chrome_android_pak_output_resources)',
70 ], 71 ],
71 }, 72 },
72 'includes': [ '../build/java_apk.gypi', ], 73 'includes': [ '../build/java_apk.gypi', ],
73 }, 74 },
74 { 75 {
75 'target_name': 'chromium_testshell_jni_headers', 76 'target_name': 'chromium_testshell_jni_headers',
76 'type': 'none', 77 'type': 'none',
77 'sources': [ 78 'sources': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 { 140 {
140 'destination': '<(chrome_android_pak_output_folder)', 141 'destination': '<(chrome_android_pak_output_folder)',
141 'files': [ 142 'files': [
142 '<@(chrome_android_pak_input_resources)', 143 '<@(chrome_android_pak_input_resources)',
143 ], 144 ],
144 } 145 }
145 ], 146 ],
146 }, 147 },
147 ], 148 ],
148 } 149 }
OLDNEW
« no previous file with comments | « chrome/app/android/chrome_android_initializer.cc ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698