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

Side by Side Diff: build/common.gypi

Issue 556333003: Add support for khronos gl-cts using its drawElements apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « build/all.gyp ('k') | gpu/khronos_glcts_support/DEPS » ('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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 1377
1378 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600 1378 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600
1379 'enable_wexit_time_destructors%': 0, 1379 'enable_wexit_time_destructors%': 0,
1380 1380
1381 # Build libpeerconnection as a static library by default. 1381 # Build libpeerconnection as a static library by default.
1382 'libpeer_target_type%': 'static_library', 1382 'libpeer_target_type%': 'static_library',
1383 1383
1384 # Set to 1 to compile with the OpenGL ES 2.0 conformance tests. 1384 # Set to 1 to compile with the OpenGL ES 2.0 conformance tests.
1385 'internal_gles2_conform_tests%': 0, 1385 'internal_gles2_conform_tests%': 0,
1386 1386
1387 # Set to 1 to compile with the Khronos GL-CTS conformance tests.
1388 'internal_khronos_glcts_tests%': 0,
1389
1387 # Set to 1 to compile the filter fuzzer. 1390 # Set to 1 to compile the filter fuzzer.
1388 'internal_filter_fuzzer%': 0, 1391 'internal_filter_fuzzer%': 0,
1389 1392
1390 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' 1393 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
1391 # so Cocoa is happy (http://crbug.com/20441). 1394 # so Cocoa is happy (http://crbug.com/20441).
1392 'locales': [ 1395 'locales': [
1393 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 1396 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
1394 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', 1397 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
1395 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', 1398 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
1396 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 1399 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
(...skipping 4380 matching lines...) Expand 10 before | Expand all | Expand 10 after
5777 # settings in target dicts. SYMROOT is a special case, because many other 5780 # settings in target dicts. SYMROOT is a special case, because many other
5778 # Xcode variables depend on it, including variables such as 5781 # Xcode variables depend on it, including variables such as
5779 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5782 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5780 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5783 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5781 # files to appear (when present) in the UI as actual files and not red 5784 # files to appear (when present) in the UI as actual files and not red
5782 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5785 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5783 # and therefore SYMROOT, needs to be set at the project level. 5786 # and therefore SYMROOT, needs to be set at the project level.
5784 'SYMROOT': '<(DEPTH)/xcodebuild', 5787 'SYMROOT': '<(DEPTH)/xcodebuild',
5785 }, 5788 },
5786 } 5789 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | gpu/khronos_glcts_support/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698