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

Side by Side Diff: build/common.gypi

Issue 22218003: Linux: remove use_system_mesa bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | third_party/khronos/khronos.gyp » ('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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'google_default_client_id%': '<(google_default_client_id)', 841 'google_default_client_id%': '<(google_default_client_id)',
842 'google_default_client_secret%': '<(google_default_client_secret)', 842 'google_default_client_secret%': '<(google_default_client_secret)',
843 'enable_managed_users%': '<(enable_managed_users)', 843 'enable_managed_users%': '<(enable_managed_users)',
844 'native_discardable_memory%': '<(native_discardable_memory)', 844 'native_discardable_memory%': '<(native_discardable_memory)',
845 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', 845 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
846 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', 846 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
847 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', 847 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
848 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 848 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
849 'enable_mdns%' : '<(enable_mdns)', 849 'enable_mdns%' : '<(enable_mdns)',
850 850
851 # Use system mesa instead of bundled one.
852 'use_system_mesa%': 0,
853
854 # Use system nspr instead of the bundled one. 851 # Use system nspr instead of the bundled one.
855 'use_system_nspr%': 0, 852 'use_system_nspr%': 0,
856 853
857 # Use system protobuf instead of bundled one. 854 # Use system protobuf instead of bundled one.
858 'use_system_protobuf%': 0, 855 'use_system_protobuf%': 0,
859 856
860 # Use system yasm instead of bundled one. 857 # Use system yasm instead of bundled one.
861 'use_system_yasm%': 0, 858 'use_system_yasm%': 0,
862 859
863 # Use system ICU instead of bundled one. 860 # Use system ICU instead of bundled one.
(...skipping 3817 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 # settings in target dicts. SYMROOT is a special case, because many other 4678 # settings in target dicts. SYMROOT is a special case, because many other
4682 # Xcode variables depend on it, including variables such as 4679 # Xcode variables depend on it, including variables such as
4683 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4680 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4684 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4681 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4685 # files to appear (when present) in the UI as actual files and not red 4682 # files to appear (when present) in the UI as actual files and not red
4686 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4683 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4687 # and therefore SYMROOT, needs to be set at the project level. 4684 # and therefore SYMROOT, needs to be set at the project level.
4688 'SYMROOT': '<(DEPTH)/xcodebuild', 4685 'SYMROOT': '<(DEPTH)/xcodebuild',
4689 }, 4686 },
4690 } 4687 }
OLDNEW
« no previous file with comments | « no previous file | third_party/khronos/khronos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698