Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 # IMPORTANT: | 5 # IMPORTANT: |
| 6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
| 7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
| 8 { | 8 { |
| 9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
| 10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
| (...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1755 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)', | 1755 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)', |
| 1756 'android_sdk_root%': '<(android_sdk_root)', | 1756 'android_sdk_root%': '<(android_sdk_root)', |
| 1757 'android_sdk_version%': '<(android_sdk_version)', | 1757 'android_sdk_version%': '<(android_sdk_version)', |
| 1758 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +', | 1758 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +', |
| 1759 'android_libcpp_library': '<(android_libcpp_library)', | 1759 'android_libcpp_library': '<(android_libcpp_library)', |
| 1760 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)', | 1760 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)', |
| 1761 'host_os%': '<(host_os)', | 1761 'host_os%': '<(host_os)', |
| 1762 | 1762 |
| 1763 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)', | 1763 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)', |
| 1764 # Android SDK build tools (e.g. dx, aidl) | 1764 # Android SDK build tools (e.g. dx, aidl) |
| 1765 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version )', | |
| 1765 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)', | 1766 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)', |
| 1766 | 1767 |
| 1767 # Android API level 16 is JB (Android 4.1) which is the minimum | 1768 # Android API level 16 is JB (Android 4.1) which is the minimum |
| 1768 # platform requirement for Chrome on Android, we use it for native | 1769 # platform requirement for Chrome on Android, we use it for native |
| 1769 # code compilation. | 1770 # code compilation. |
| 1770 'conditions': [ | 1771 'conditions': [ |
| 1771 ['target_arch == "ia32"', { | 1772 ['target_arch == "ia32"', { |
| 1772 'android_app_abi%': 'x86', | 1773 'android_app_abi%': 'x86', |
| 1773 'android_gdbserver%': '<(android_ndk_absolute_root)/prebuilt/andro id-x86/gdbserver/gdbserver', | 1774 'android_gdbserver%': '<(android_ndk_absolute_root)/prebuilt/andro id-x86/gdbserver/gdbserver', |
| 1774 'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-16/ arch-x86', | 1775 'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-16/ arch-x86', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1822 'android_app_abi%': '<(android_app_abi)', | 1823 'android_app_abi%': '<(android_app_abi)', |
| 1823 'android_gdbserver%': '<(android_gdbserver)', | 1824 'android_gdbserver%': '<(android_gdbserver)', |
| 1824 'android_ndk_root%': '<(android_ndk_root)', | 1825 'android_ndk_root%': '<(android_ndk_root)', |
| 1825 'android_ndk_sysroot%': '<(android_ndk_sysroot)', | 1826 'android_ndk_sysroot%': '<(android_ndk_sysroot)', |
| 1826 'android_sdk_root%': '<(android_sdk_root)', | 1827 'android_sdk_root%': '<(android_sdk_root)', |
| 1827 'android_sdk_version%': '<(android_sdk_version)', | 1828 'android_sdk_version%': '<(android_sdk_version)', |
| 1828 'android_toolchain%': '<(android_toolchain)', | 1829 'android_toolchain%': '<(android_toolchain)', |
| 1829 | 1830 |
| 1830 'android_ndk_include': '<(android_ndk_sysroot)/usr/include', | 1831 'android_ndk_include': '<(android_ndk_sysroot)/usr/include', |
| 1831 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)', | 1832 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)', |
| 1833 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version)' , | |
|
jbudorick
2016/03/24 18:26:26
rebase, this exists now
mikecase (-- gone --)
2016/03/28 20:47:01
Woohoo! Rebased.
| |
| 1832 'android_sdk_tools%': '<(android_sdk_tools)', | 1834 'android_sdk_tools%': '<(android_sdk_tools)', |
| 1833 'android_aapt_path%': '<(android_sdk_tools)/aapt', | 1835 'android_aapt_path%': '<(android_sdk_tools)/aapt', |
| 1834 'android_sdk%': '<(android_sdk)', | 1836 'android_sdk%': '<(android_sdk)', |
| 1835 'android_sdk_jar%': '<(android_sdk)/android.jar', | 1837 'android_sdk_jar%': '<(android_sdk)/android.jar', |
| 1836 | 1838 |
| 1837 'android_libcpp_root': '<(android_libcpp_root)', | 1839 'android_libcpp_root': '<(android_libcpp_root)', |
| 1838 'android_libcpp_library': '<(android_libcpp_library)', | 1840 'android_libcpp_library': '<(android_libcpp_library)', |
| 1839 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include', | 1841 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include', |
| 1840 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)', | 1842 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)', |
| 1841 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)', | 1843 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)', |
| (...skipping 4530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6372 # settings in target dicts. SYMROOT is a special case, because many other | 6374 # settings in target dicts. SYMROOT is a special case, because many other |
| 6373 # Xcode variables depend on it, including variables such as | 6375 # Xcode variables depend on it, including variables such as |
| 6374 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6376 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6375 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6377 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6376 # files to appear (when present) in the UI as actual files and not red | 6378 # files to appear (when present) in the UI as actual files and not red |
| 6377 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6379 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6378 # and therefore SYMROOT, needs to be set at the project level. | 6380 # and therefore SYMROOT, needs to be set at the project level. |
| 6379 'SYMROOT': '<(DEPTH)/xcodebuild', | 6381 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6380 }, | 6382 }, |
| 6381 } | 6383 } |
| OLD | NEW |