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

Side by Side Diff: build/common.gypi

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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') | build/filename_rules.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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'enable_themes%': '<(enable_themes)', 511 'enable_themes%': '<(enable_themes)',
512 'enable_background%': '<(enable_background)', 512 'enable_background%': '<(enable_background)',
513 'linux_use_gold_binary%': '<(linux_use_gold_binary)', 513 'linux_use_gold_binary%': '<(linux_use_gold_binary)',
514 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 514 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
515 'use_canvas_skia%': '<(use_canvas_skia)', 515 'use_canvas_skia%': '<(use_canvas_skia)',
516 'tests_run%': '<(tests_run)', 516 'tests_run%': '<(tests_run)',
517 'enable_automation%': '<(enable_automation)', 517 'enable_automation%': '<(enable_automation)',
518 'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)', 518 'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)',
519 'enable_task_manager%': '<(enable_task_manager)', 519 'enable_task_manager%': '<(enable_task_manager)',
520 520
521 # Whether to build for Wayland display server
522 'use_wayland%': 0,
523
524 # Use system yasm instead of bundled one. 521 # Use system yasm instead of bundled one.
525 'use_system_yasm%': 0, 522 'use_system_yasm%': 0,
526 523
527 # Default to enabled PIE; this is important for ASLR but we may need to be 524 # Default to enabled PIE; this is important for ASLR but we may need to be
528 # able to turn it off for various reasons. 525 # able to turn it off for various reasons.
529 'linux_disable_pie%': 0, 526 'linux_disable_pie%': 0,
530 527
531 # The release channel that this build targets. This is used to restrict 528 # The release channel that this build targets. This is used to restrict
532 # channel-specific build options, like which installer packages to create. 529 # channel-specific build options, like which installer packages to create.
533 # The default is 'all', which does no channel-specific filtering. 530 # The default is 'all', which does no channel-specific filtering.
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 }], 1197 }],
1201 ['chromeos==1', { 1198 ['chromeos==1', {
1202 'defines': ['OS_CHROMEOS=1'], 1199 'defines': ['OS_CHROMEOS=1'],
1203 }], 1200 }],
1204 ['use_virtual_keyboard==1', { 1201 ['use_virtual_keyboard==1', {
1205 'defines': ['USE_VIRTUAL_KEYBOARD=1'], 1202 'defines': ['USE_VIRTUAL_KEYBOARD=1'],
1206 }], 1203 }],
1207 ['use_xi2_mt!=0', { 1204 ['use_xi2_mt!=0', {
1208 'defines': ['USE_XI2_MT=<(use_xi2_mt)'], 1205 'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
1209 }], 1206 }],
1210 ['use_wayland==1', {
1211 'defines': ['USE_WAYLAND=1', 'WL_EGL_PLATFORM=1'],
1212 }],
1213 ['file_manager_extension==1', { 1207 ['file_manager_extension==1', {
1214 'defines': ['FILE_MANAGER_EXTENSION=1'], 1208 'defines': ['FILE_MANAGER_EXTENSION=1'],
1215 }], 1209 }],
1216 ['webui_task_manager==1', { 1210 ['webui_task_manager==1', {
1217 'defines': ['WEBUI_TASK_MANAGER=1'], 1211 'defines': ['WEBUI_TASK_MANAGER=1'],
1218 }], 1212 }],
1219 ['profiling==1', { 1213 ['profiling==1', {
1220 'defines': ['ENABLE_PROFILING=1'], 1214 'defines': ['ENABLE_PROFILING=1'],
1221 }], 1215 }],
1222 ['OS=="linux" and glibcxx_debug==1', { 1216 ['OS=="linux" and glibcxx_debug==1', {
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 # settings in target dicts. SYMROOT is a special case, because many other 2973 # settings in target dicts. SYMROOT is a special case, because many other
2980 # Xcode variables depend on it, including variables such as 2974 # Xcode variables depend on it, including variables such as
2981 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 2975 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
2982 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 2976 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
2983 # files to appear (when present) in the UI as actual files and not red 2977 # files to appear (when present) in the UI as actual files and not red
2984 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 2978 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
2985 # and therefore SYMROOT, needs to be set at the project level. 2979 # and therefore SYMROOT, needs to be set at the project level.
2986 'SYMROOT': '<(DEPTH)/xcodebuild', 2980 'SYMROOT': '<(DEPTH)/xcodebuild',
2987 }, 2981 },
2988 } 2982 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698