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

Side by Side Diff: build/common.gypi

Issue 1815563005: [Android] Run lint using a cache in the output directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: prereview 2 Created 4 years, 9 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
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 # 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 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 'android_must_copy_system_libraries': 0, 1752 'android_must_copy_system_libraries': 0,
1753 }], 1753 }],
1754 ], 1754 ],
1755 1755
1756 }, 1756 },
1757 # Copy conditionally-set variables out one scope. 1757 # Copy conditionally-set variables out one scope.
1758 'android_ndk_root%': '<(android_ndk_root)', 1758 'android_ndk_root%': '<(android_ndk_root)',
1759 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)', 1759 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)',
1760 'android_sdk_root%': '<(android_sdk_root)', 1760 'android_sdk_root%': '<(android_sdk_root)',
1761 'android_sdk_version%': '<(android_sdk_version)', 1761 'android_sdk_version%': '<(android_sdk_version)',
1762 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version )',
1762 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +', 1763 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +',
1763 'android_libcpp_library': '<(android_libcpp_library)', 1764 'android_libcpp_library': '<(android_libcpp_library)',
1764 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)', 1765 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)',
1765 'host_os%': '<(host_os)', 1766 'host_os%': '<(host_os)',
1766 1767
1767 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)', 1768 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)',
1768 # Android SDK build tools (e.g. dx, aidl) 1769 # Android SDK build tools (e.g. dx, aidl)
1769 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)', 1770 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)',
1770 1771
1771 # Android API level 16 is JB (Android 4.1) which is the minimum 1772 # Android API level 16 is JB (Android 4.1) which is the minimum
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'android_app_abi%': '<(android_app_abi)', 1827 'android_app_abi%': '<(android_app_abi)',
1827 'android_gdbserver%': '<(android_gdbserver)', 1828 'android_gdbserver%': '<(android_gdbserver)',
1828 'android_ndk_root%': '<(android_ndk_root)', 1829 'android_ndk_root%': '<(android_ndk_root)',
1829 'android_ndk_sysroot%': '<(android_ndk_sysroot)', 1830 'android_ndk_sysroot%': '<(android_ndk_sysroot)',
1830 'android_sdk_root%': '<(android_sdk_root)', 1831 'android_sdk_root%': '<(android_sdk_root)',
1831 'android_sdk_version%': '<(android_sdk_version)', 1832 'android_sdk_version%': '<(android_sdk_version)',
1832 'android_toolchain%': '<(android_toolchain)', 1833 'android_toolchain%': '<(android_toolchain)',
1833 1834
1834 'android_ndk_include': '<(android_ndk_sysroot)/usr/include', 1835 'android_ndk_include': '<(android_ndk_sysroot)/usr/include',
1835 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)', 1836 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)',
1837 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version)' ,
1836 'android_sdk_tools%': '<(android_sdk_tools)', 1838 'android_sdk_tools%': '<(android_sdk_tools)',
1837 'android_aapt_path%': '<(android_sdk_tools)/aapt', 1839 'android_aapt_path%': '<(android_sdk_tools)/aapt',
1838 'android_sdk%': '<(android_sdk)', 1840 'android_sdk%': '<(android_sdk)',
1839 'android_sdk_jar%': '<(android_sdk)/android.jar', 1841 'android_sdk_jar%': '<(android_sdk)/android.jar',
1840 1842
1841 'android_libcpp_root': '<(android_libcpp_root)', 1843 'android_libcpp_root': '<(android_libcpp_root)',
1842 'android_libcpp_library': '<(android_libcpp_library)', 1844 'android_libcpp_library': '<(android_libcpp_library)',
1843 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include', 1845 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include',
1844 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)', 1846 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)',
1845 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)', 1847 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)',
(...skipping 4530 matching lines...) Expand 10 before | Expand all | Expand 10 after
6376 # settings in target dicts. SYMROOT is a special case, because many other 6378 # settings in target dicts. SYMROOT is a special case, because many other
6377 # Xcode variables depend on it, including variables such as 6379 # Xcode variables depend on it, including variables such as
6378 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6380 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6379 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6381 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6380 # files to appear (when present) in the UI as actual files and not red 6382 # files to appear (when present) in the UI as actual files and not red
6381 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6383 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6382 # and therefore SYMROOT, needs to be set at the project level. 6384 # and therefore SYMROOT, needs to be set at the project level.
6383 'SYMROOT': '<(DEPTH)/xcodebuild', 6385 'SYMROOT': '<(DEPTH)/xcodebuild',
6384 }, 6386 },
6385 } 6387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698