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

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: agrieve comments 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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 'android_must_copy_system_libraries': 0, 1762 'android_must_copy_system_libraries': 0,
1763 }], 1763 }],
1764 ], 1764 ],
1765 1765
1766 }, 1766 },
1767 # Copy conditionally-set variables out one scope. 1767 # Copy conditionally-set variables out one scope.
1768 'android_ndk_root%': '<(android_ndk_root)', 1768 'android_ndk_root%': '<(android_ndk_root)',
1769 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)', 1769 'android_ndk_absolute_root%': '<(android_ndk_absolute_root)',
1770 'android_sdk_root%': '<(android_sdk_root)', 1770 'android_sdk_root%': '<(android_sdk_root)',
1771 'android_sdk_version%': '<(android_sdk_version)', 1771 'android_sdk_version%': '<(android_sdk_version)',
1772 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version )',
1772 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +', 1773 'android_libcpp_root': '<(android_ndk_root)/sources/cxx-stl/llvm-libc+ +',
1773 'android_libcpp_library': '<(android_libcpp_library)', 1774 'android_libcpp_library': '<(android_libcpp_library)',
1774 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)', 1775 'android_must_copy_system_libraries': '<(android_must_copy_system_libr aries)',
1775 'host_os%': '<(host_os)', 1776 'host_os%': '<(host_os)',
1776 1777
1777 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)', 1778 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_v ersion)',
1778 # Android SDK build tools (e.g. dx, aidl) 1779 # Android SDK build tools (e.g. dx, aidl)
1779 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)', 1780 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_b uild_tools_version)',
1780 1781
1781 # Android API level 16 is JB (Android 4.1) which is the minimum 1782 # 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
1836 'android_app_abi%': '<(android_app_abi)', 1837 'android_app_abi%': '<(android_app_abi)',
1837 'android_gdbserver%': '<(android_gdbserver)', 1838 'android_gdbserver%': '<(android_gdbserver)',
1838 'android_ndk_root%': '<(android_ndk_root)', 1839 'android_ndk_root%': '<(android_ndk_root)',
1839 'android_ndk_sysroot%': '<(android_ndk_sysroot)', 1840 'android_ndk_sysroot%': '<(android_ndk_sysroot)',
1840 'android_sdk_root%': '<(android_sdk_root)', 1841 'android_sdk_root%': '<(android_sdk_root)',
1841 'android_sdk_version%': '<(android_sdk_version)', 1842 'android_sdk_version%': '<(android_sdk_version)',
1842 'android_toolchain%': '<(android_toolchain)', 1843 'android_toolchain%': '<(android_toolchain)',
1843 1844
1844 'android_ndk_include': '<(android_ndk_sysroot)/usr/include', 1845 'android_ndk_include': '<(android_ndk_sysroot)/usr/include',
1845 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)', 1846 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)',
1847 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version)' ,
1846 'android_sdk_tools%': '<(android_sdk_tools)', 1848 'android_sdk_tools%': '<(android_sdk_tools)',
1847 'android_aapt_path%': '<(android_sdk_tools)/aapt', 1849 'android_aapt_path%': '<(android_sdk_tools)/aapt',
1848 'android_sdk%': '<(android_sdk)', 1850 'android_sdk%': '<(android_sdk)',
1849 'android_sdk_jar%': '<(android_sdk)/android.jar', 1851 'android_sdk_jar%': '<(android_sdk)/android.jar',
1850 1852
1851 'android_libcpp_root': '<(android_libcpp_root)', 1853 'android_libcpp_root': '<(android_libcpp_root)',
1852 'android_libcpp_library': '<(android_libcpp_library)', 1854 'android_libcpp_library': '<(android_libcpp_library)',
1853 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include', 1855 'android_libcpp_include': '<(android_libcpp_root)/libcxx/include',
1854 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)', 1856 'android_libcpp_libs_dir%': '<(android_libcpp_root)/libs/<(android_app_a bi)',
1855 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)', 1857 'android_must_copy_system_libraries': '<(android_must_copy_system_librar ies)',
(...skipping 4543 matching lines...) Expand 10 before | Expand all | Expand 10 after
6399 # settings in target dicts. SYMROOT is a special case, because many other 6401 # settings in target dicts. SYMROOT is a special case, because many other
6400 # Xcode variables depend on it, including variables such as 6402 # Xcode variables depend on it, including variables such as
6401 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6403 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6402 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6404 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6403 # files to appear (when present) in the UI as actual files and not red 6405 # files to appear (when present) in the UI as actual files and not red
6404 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6406 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6405 # and therefore SYMROOT, needs to be set at the project level. 6407 # and therefore SYMROOT, needs to be set at the project level.
6406 'SYMROOT': '<(DEPTH)/xcodebuild', 6408 'SYMROOT': '<(DEPTH)/xcodebuild',
6407 }, 6409 },
6408 } 6410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698