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

Side by Side Diff: build/common.gypi

Issue 11693007: Linux: use generated shim headers for system mesa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for windows Created 7 years, 11 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 | « no previous file | build/shim_headers.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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'android_build_type%': '<(android_build_type)', 735 'android_build_type%': '<(android_build_type)',
736 'enable_app_list%': '<(enable_app_list)', 736 'enable_app_list%': '<(enable_app_list)',
737 'enable_message_center%': '<(enable_message_center)', 737 'enable_message_center%': '<(enable_message_center)',
738 'use_default_render_theme%': '<(use_default_render_theme)', 738 'use_default_render_theme%': '<(use_default_render_theme)',
739 'enable_settings_app%': '<(enable_settings_app)', 739 'enable_settings_app%': '<(enable_settings_app)',
740 'use_official_google_api_keys%': '<(use_official_google_api_keys)', 740 'use_official_google_api_keys%': '<(use_official_google_api_keys)',
741 'google_api_key%': '<(google_api_key)', 741 'google_api_key%': '<(google_api_key)',
742 'google_default_client_id%': '<(google_default_client_id)', 742 'google_default_client_id%': '<(google_default_client_id)',
743 'google_default_client_secret%': '<(google_default_client_secret)', 743 'google_default_client_secret%': '<(google_default_client_secret)',
744 744
745 # Use system mesa instead of bundled one.
746 'use_system_mesa%': 0,
747
745 # Use system nspr instead of the bundled one. 748 # Use system nspr instead of the bundled one.
746 'use_system_nspr%': 0, 749 'use_system_nspr%': 0,
747 750
748 # Use system protobuf instead of bundled one. 751 # Use system protobuf instead of bundled one.
749 'use_system_protobuf%': 0, 752 'use_system_protobuf%': 0,
750 753
751 # Use system yasm instead of bundled one. 754 # Use system yasm instead of bundled one.
752 'use_system_yasm%': 0, 755 'use_system_yasm%': 0,
753 756
754 # Default to enabled PIE; this is important for ASLR but we may need to be 757 # Default to enabled PIE; this is important for ASLR but we may need to be
(...skipping 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 # settings in target dicts. SYMROOT is a special case, because many other 3968 # settings in target dicts. SYMROOT is a special case, because many other
3966 # Xcode variables depend on it, including variables such as 3969 # Xcode variables depend on it, including variables such as
3967 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3970 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3968 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3971 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3969 # files to appear (when present) in the UI as actual files and not red 3972 # files to appear (when present) in the UI as actual files and not red
3970 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3973 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3971 # and therefore SYMROOT, needs to be set at the project level. 3974 # and therefore SYMROOT, needs to be set at the project level.
3972 'SYMROOT': '<(DEPTH)/xcodebuild', 3975 'SYMROOT': '<(DEPTH)/xcodebuild',
3973 }, 3976 },
3974 } 3977 }
OLDNEW
« no previous file with comments | « no previous file | build/shim_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698