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
3 # found in the LICENSE file.
7 'package_name': 'chrome_shell_apk',
10 'chrome_android_paks.gypi', # Included for the list of pak resources.
14 'target_name': 'libchromeshell',
15 'type': 'shared_library',
17 '../base/base.gyp:base',
18 'chrome_android_core',
19 'chrome.gyp:browser_ui',
20 '../content/content.gyp:content_app_browser',
23 # This file must always be included in the shared_library step to ensure
24 # JNI_OnLoad is exported.
25 'app/android/chrome_jni_onload.cc',
26 'android/shell/chrome_main_delegate_chrome_shell_android.cc',
27 'android/shell/chrome_main_delegate_chrome_shell_android.h',
28 "android/shell/chrome_shell_google_location_settings_helper.cc",
29 "android/shell/chrome_shell_google_location_settings_helper.h",
35 [ 'order_profiling!=0', {
38 'dependencies': [ '../tools/cygprofile/cygprofile.gyp:cygprofile', ],
42 [ 'use_allocator!="none"', {
44 '../base/allocator/allocator.gyp:allocator', ],
48 # Some android targets still depend on --gc-sections to link.
49 # TODO: remove --gc-sections for Debug builds (crbug.com/159847).
56 'target_name': 'chrome_shell_apk',
62 '../media/media.gyp:media_java',
65 'apk_name': 'ChromeShell',
66 'manifest_package_name': 'org.chromium.chrome.shell',
67 'java_in_dir': 'android/shell/java',
68 'resource_dir': 'android/shell/res',
69 'asset_location': '<(PRODUCT_DIR)/../assets/<(package_name)',
70 'native_lib_target': 'libchromeshell',
71 'native_lib_version_name': '<(version_full)',
72 'additional_input_paths': [
73 '<@(chrome_android_pak_output_resources)',
76 'includes': [ '../build/java_apk.gypi', ],
79 # chrome_shell_apk creates a .jar as a side effect. Any java targets
80 # that need that .jar in their classpath should depend on this target,
81 # chrome_shell_apk_java. Dependents of chrome_shell_apk receive its
82 # jar path in the variable 'apk_output_jar_path'.
83 # This target should only be used by targets which instrument
85 'target_name': 'chrome_shell_apk_java',
90 'includes': [ '../build/apk_fake_jar.gypi' ],
93 'target_name': 'chrome_android_core',
94 'type': 'static_library',
97 'chrome.gyp:browser_ui',
99 'chrome.gyp:renderer',
100 'chrome.gyp:utility',
101 '../content/content.gyp:content',
102 '../content/content.gyp:content_app_browser',
106 '<(android_ndk_include)',
109 'app/android/chrome_android_initializer.cc',
110 'app/android/chrome_android_initializer.h',
111 'app/android/chrome_main_delegate_android.cc',
112 'app/android/chrome_main_delegate_android.h',
113 'app/chrome_main_delegate.cc',
114 'app/chrome_main_delegate.h',
124 'target_name': 'chrome_shell_paks',
127 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
128 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources',
132 'destination': '<(chrome_android_pak_output_folder)',
134 '<@(chrome_android_pak_input_resources)',