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

Side by Side Diff: build/common.gypi

Issue 16514009: Add dlmalloc from Bionic to the Chromium tree (DO NOT REVIEW). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « base/base.gyp ('k') | third_party/android_debug_dlmalloc/README.chromium » ('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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 219
220 # The system root for cross-compiles. Default: none. 220 # The system root for cross-compiles. Default: none.
221 'sysroot%': '', 221 'sysroot%': '',
222 222
223 # The system libdir used for this ABI. 223 # The system libdir used for this ABI.
224 'system_libdir%': 'lib', 224 'system_libdir%': 'lib',
225 225
226 # On Linux, we build with sse2 for Chromium builds. 226 # On Linux, we build with sse2 for Chromium builds.
227 'disable_sse2%': 0, 227 'disable_sse2%': 0,
228 228
229 # On Android, use a debug version of dlmalloc for heap size reporting.
230 'android_use_debug_dlmalloc%': 0,
231
229 # Use libjpeg-turbo as the JPEG codec used by Chromium. 232 # Use libjpeg-turbo as the JPEG codec used by Chromium.
230 'use_libjpeg_turbo%': 1, 233 'use_libjpeg_turbo%': 1,
231 234
232 # Use system libjpeg. Note that the system's libjepg will be used even if 235 # Use system libjpeg. Note that the system's libjepg will be used even if
233 # use_libjpeg_turbo is set. 236 # use_libjpeg_turbo is set.
234 'use_system_libjpeg%': 0, 237 'use_system_libjpeg%': 0,
235 238
236 # By default, component is set to static_library and it can be overriden 239 # By default, component is set to static_library and it can be overriden
237 # by the GYP command line or by ~/.gyp/include.gypi. 240 # by the GYP command line or by ~/.gyp/include.gypi.
238 'component%': 'static_library', 241 'component%': 'static_library',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 'enable_printing%': '<(enable_printing)', 812 'enable_printing%': '<(enable_printing)',
810 'enable_google_now%': '<(enable_google_now)', 813 'enable_google_now%': '<(enable_google_now)',
811 'enable_language_detection%': '<(enable_language_detection)', 814 'enable_language_detection%': '<(enable_language_detection)',
812 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 815 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
813 'disable_ftp_support%': '<(disable_ftp_support)', 816 'disable_ftp_support%': '<(disable_ftp_support)',
814 'enable_task_manager%': '<(enable_task_manager)', 817 'enable_task_manager%': '<(enable_task_manager)',
815 'sas_dll_path%': '<(sas_dll_path)', 818 'sas_dll_path%': '<(sas_dll_path)',
816 'wix_path%': '<(wix_path)', 819 'wix_path%': '<(wix_path)',
817 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 820 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
818 'use_system_libjpeg%': '<(use_system_libjpeg)', 821 'use_system_libjpeg%': '<(use_system_libjpeg)',
822 'android_use_debug_dlmalloc%': '<(android_use_debug_dlmalloc)',
819 'android_webview_build%': '<(android_webview_build)', 823 'android_webview_build%': '<(android_webview_build)',
820 'gyp_managed_install%': 0, 824 'gyp_managed_install%': 0,
821 'google_tv%': '<(google_tv)', 825 'google_tv%': '<(google_tv)',
822 'enable_app_list%': '<(enable_app_list)', 826 'enable_app_list%': '<(enable_app_list)',
823 'use_default_render_theme%': '<(use_default_render_theme)', 827 'use_default_render_theme%': '<(use_default_render_theme)',
824 'enable_settings_app%': '<(enable_settings_app)', 828 'enable_settings_app%': '<(enable_settings_app)',
825 'google_api_key%': '<(google_api_key)', 829 'google_api_key%': '<(google_api_key)',
826 'google_default_client_id%': '<(google_default_client_id)', 830 'google_default_client_id%': '<(google_default_client_id)',
827 'google_default_client_secret%': '<(google_default_client_secret)', 831 'google_default_client_secret%': '<(google_default_client_secret)',
828 'enable_managed_users%': '<(enable_managed_users)', 832 'enable_managed_users%': '<(enable_managed_users)',
(...skipping 3743 matching lines...) Expand 10 before | Expand all | Expand 10 after
4572 # settings in target dicts. SYMROOT is a special case, because many other 4576 # settings in target dicts. SYMROOT is a special case, because many other
4573 # Xcode variables depend on it, including variables such as 4577 # Xcode variables depend on it, including variables such as
4574 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4578 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4575 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4579 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4576 # files to appear (when present) in the UI as actual files and not red 4580 # files to appear (when present) in the UI as actual files and not red
4577 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4581 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4578 # and therefore SYMROOT, needs to be set at the project level. 4582 # and therefore SYMROOT, needs to be set at the project level.
4579 'SYMROOT': '<(DEPTH)/xcodebuild', 4583 'SYMROOT': '<(DEPTH)/xcodebuild',
4580 }, 4584 },
4581 } 4585 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | third_party/android_debug_dlmalloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698