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

Side by Side Diff: build/common.gypi

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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 | « build/all.gyp ('k') | buildbot/buildbot_standard.py » ('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 { 5 {
6 'variables': { 6 'variables': {
7 # .gyp files should set chromium_code to 1 if they build Chromium-specific 7 # .gyp files should set chromium_code to 1 if they build Chromium-specific
8 # code, as opposed to external code. This variable is used to control 8 # code, as opposed to external code. This variable is used to control
9 # such things as the set of warnings to enable, and whether warnings are 9 # such things as the set of warnings to enable, and whether warnings are
10 # treated as errors. 10 # treated as errors.
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 # These come from the above variable scope. 154 # These come from the above variable scope.
155 'target_arch%': '<(target_arch)', 155 'target_arch%': '<(target_arch)',
156 'host_arch%': '<(host_arch)', 156 'host_arch%': '<(host_arch)',
157 'sysroot%': '<(sysroot)', 157 'sysroot%': '<(sysroot)',
158 'nacl_standalone%': '<(nacl_standalone)', 158 'nacl_standalone%': '<(nacl_standalone)',
159 'branding%': '<(branding)', 159 'branding%': '<(branding)',
160 'buildtype%': '<(buildtype)', 160 'buildtype%': '<(buildtype)',
161 'component%': '<(component)', 161 'component%': '<(component)',
162 162
163 'nacl_strict_warnings%': 1, 163 'nacl_strict_warnings%': 1,
164 'nacl_validator_ragel%': 1,
165 164
166 'linux2%': 0, 165 'linux2%': 0,
167 166
168 'os_posix%': '<(os_posix)', 167 'os_posix%': '<(os_posix)',
169 }, 168 },
170 169
171 'target_defaults': { 170 'target_defaults': {
172 'include_dirs': [ 171 'include_dirs': [
173 # Putting this first so that people who include "ppapi/..." get the 172 # Putting this first so that people who include "ppapi/..." get the
174 # third_party version instead of any other version (the chrome location 173 # third_party version instead of any other version (the chrome location
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 838 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
840 # files to appear (when present) in the UI as actual files and not red 839 # files to appear (when present) in the UI as actual files and not red
841 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 840 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
842 # and therefore SYMROOT, needs to be set at the project level. 841 # and therefore SYMROOT, needs to be set at the project level.
843 'SYMROOT': '<(DEPTH)/xcodebuild', 842 'SYMROOT': '<(DEPTH)/xcodebuild',
844 }, 843 },
845 'includes': [ 844 'includes': [
846 'untrusted.gypi', 845 'untrusted.gypi',
847 ], 846 ],
848 } 847 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | buildbot/buildbot_standard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698