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

Side by Side Diff: trunk/src/build/common.gypi

Issue 370633002: Revert 281286 "Add gyp machinery to build with packed ARM relati..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/build/android/pack_arm_relocations.gypi ('k') | trunk/src/build/java_apk.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)', 1696 'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)',
1697 'android_sdk_tools%': '<(android_sdk_tools)', 1697 'android_sdk_tools%': '<(android_sdk_tools)',
1698 'android_sdk%': '<(android_sdk)', 1698 'android_sdk%': '<(android_sdk)',
1699 'android_sdk_jar%': '<(android_sdk)/android.jar', 1699 'android_sdk_jar%': '<(android_sdk)/android.jar',
1700 1700
1701 'android_stlport_root': '<(android_stlport_root)', 1701 'android_stlport_root': '<(android_stlport_root)',
1702 'android_stlport_include': '<(android_stlport_root)/stlport', 1702 'android_stlport_include': '<(android_stlport_root)/stlport',
1703 'android_stlport_libs_dir': '<(android_stlport_root)/libs/<(android_app_ abi)', 1703 'android_stlport_libs_dir': '<(android_stlport_root)/libs/<(android_app_ abi)',
1704 'host_os%': '<(host_os)', 1704 'host_os%': '<(host_os)',
1705 1705
1706 # Location of the "objcopy" binary, used by both gyp and scripts.
1707 'android_objcopy%' : '<!(/bin/echo -n <(android_toolchain)/*-objcopy)',
1708
1709 # Location of the "strip" binary, used by both gyp and scripts. 1706 # Location of the "strip" binary, used by both gyp and scripts.
1710 'android_strip%' : '<!(/bin/echo -n <(android_toolchain)/*-strip)', 1707 'android_strip%' : '<!(/bin/echo -n <(android_toolchain)/*-strip)',
1711 1708
1712 # Location of the "readelf" binary. 1709 # Location of the "readelf" binary.
1713 'android_readelf%' : '<!(/bin/echo -n <(android_toolchain)/*-readelf)', 1710 'android_readelf%' : '<!(/bin/echo -n <(android_toolchain)/*-readelf)',
1714 1711
1715 # Determines whether we should optimize JNI generation at the cost of 1712 # Determines whether we should optimize JNI generation at the cost of
1716 # breaking assumptions in the build system that when inputs have changed 1713 # breaking assumptions in the build system that when inputs have changed
1717 # the outputs should always change as well. This is meant purely for 1714 # the outputs should always change as well. This is meant purely for
1718 # developer builds, to avoid spurious re-linking of native files. 1715 # developer builds, to avoid spurious re-linking of native files.
(...skipping 3897 matching lines...) Expand 10 before | Expand all | Expand 10 after
5616 # settings in target dicts. SYMROOT is a special case, because many other 5613 # settings in target dicts. SYMROOT is a special case, because many other
5617 # Xcode variables depend on it, including variables such as 5614 # Xcode variables depend on it, including variables such as
5618 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5615 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5619 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5616 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5620 # files to appear (when present) in the UI as actual files and not red 5617 # files to appear (when present) in the UI as actual files and not red
5621 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5618 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5622 # and therefore SYMROOT, needs to be set at the project level. 5619 # and therefore SYMROOT, needs to be set at the project level.
5623 'SYMROOT': '<(DEPTH)/xcodebuild', 5620 'SYMROOT': '<(DEPTH)/xcodebuild',
5624 }, 5621 },
5625 } 5622 }
OLDNEW
« no previous file with comments | « trunk/src/build/android/pack_arm_relocations.gypi ('k') | trunk/src/build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698