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.
8 ['component != "shared_library" and target_arch != "arm64" and target_arch != "x64" and profiling_full_stack_frames != 1', {
9 # Only enable the chromium linker on regular builds, since the
10 # component build crashes on Android 4.4. See b/11379966
11 'use_chromium_linker': '1',
16 'chrome_android_paks.gypi', # Included for the list of pak resources.
17 'chrome_shell.gypi', # Built atop chrome_android_core (defined here)
21 'target_name': 'chrome_android_core',
22 'type': 'static_library',
25 'chrome.gyp:browser_ui',
27 'chrome.gyp:renderer',
29 # TODO(kkimlabs): Move this to chrome.gyp:browser when the dependent
31 '../components/components.gyp:enhanced_bookmarks',
32 '../content/content.gyp:content',
33 '../content/content.gyp:content_app_browser',
37 '<(android_ndk_include)',
40 'app/android/chrome_android_initializer.cc',
41 'app/android/chrome_android_initializer.h',
42 'app/android/chrome_main_delegate_android.cc',
43 'app/android/chrome_main_delegate_android.h',
44 'app/chrome_main_delegate.cc',
45 'app/chrome_main_delegate.h',