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

Side by Side Diff: build/common.gypi

Issue 10796101: Conditionally add the OpenGL ES 2.0 conformance tests to all.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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') | no next file » | 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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'chromium_code%': 0, 779 'chromium_code%': 0,
780 780
781 'release_valgrind_build%': 0, 781 'release_valgrind_build%': 0,
782 782
783 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600 783 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600
784 'enable_wexit_time_destructors%': 0, 784 'enable_wexit_time_destructors%': 0,
785 785
786 # Set to 1 to compile with the built in pdf viewer. 786 # Set to 1 to compile with the built in pdf viewer.
787 'internal_pdf%': 0, 787 'internal_pdf%': 0,
788 788
789 # Set to 1 to compile with the OpenGL ES 2.0 conformance tests.
790 'internal_gles2_conform_tests%': 0,
791
789 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' 792 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
790 # so Cocoa is happy (http://crbug.com/20441). 793 # so Cocoa is happy (http://crbug.com/20441).
791 'locales': [ 794 'locales': [
792 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 795 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
793 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', 796 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
794 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', 797 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
795 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 798 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
796 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', 799 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk',
797 'vi', 'zh-CN', 'zh-TW', 800 'vi', 'zh-CN', 'zh-TW',
798 ], 801 ],
(...skipping 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3312 # settings in target dicts. SYMROOT is a special case, because many other 3315 # settings in target dicts. SYMROOT is a special case, because many other
3313 # Xcode variables depend on it, including variables such as 3316 # Xcode variables depend on it, including variables such as
3314 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3317 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3315 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3318 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3316 # files to appear (when present) in the UI as actual files and not red 3319 # files to appear (when present) in the UI as actual files and not red
3317 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3320 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3318 # and therefore SYMROOT, needs to be set at the project level. 3321 # and therefore SYMROOT, needs to be set at the project level.
3319 'SYMROOT': '<(DEPTH)/xcodebuild', 3322 'SYMROOT': '<(DEPTH)/xcodebuild',
3320 }, 3323 },
3321 } 3324 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698