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

Side by Side Diff: build/common.gypi

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final fix Created 5 years, 1 month 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 | « no previous file | chromecast/BUILD.gn » ('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 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 1528
1529 # Default ozone platform (if no --ozone-platform flag). 1529 # Default ozone platform (if no --ozone-platform flag).
1530 'ozone_platform%': "", 1530 'ozone_platform%': "",
1531 1531
1532 # Ozone platforms to include in the build. 1532 # Ozone platforms to include in the build.
1533 'ozone_platform_caca%': 0, 1533 'ozone_platform_caca%': 0,
1534 'ozone_platform_cast%': 0, 1534 'ozone_platform_cast%': 0,
1535 'ozone_platform_egltest%': 0, 1535 'ozone_platform_egltest%': 0,
1536 'ozone_platform_gbm%': 0, 1536 'ozone_platform_gbm%': 0,
1537 'ozone_platform_ozonex%': 0, 1537 'ozone_platform_ozonex%': 0,
1538 'ozone_platform_test%': 0, 1538 'ozone_platform_headless%': 0,
1539 1539
1540 # Experiment: http://crbug.com/426914 1540 # Experiment: http://crbug.com/426914
1541 'envoy%': 0, 1541 'envoy%': 0,
1542 1542
1543 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path 1543 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path
1544 # for robust login screen decoding. 1544 # for robust login screen decoding.
1545 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp', 1545 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp',
1546 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp', 1546 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp',
1547 1547
1548 'conditions': [ 1548 'conditions': [
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 }, { 2361 }, {
2362 'mips_fpu_mode%': '', 2362 'mips_fpu_mode%': '',
2363 }], 2363 }],
2364 2364
2365 # Enable brlapi by default for chromeos. 2365 # Enable brlapi by default for chromeos.
2366 ['chromeos==1', { 2366 ['chromeos==1', {
2367 'use_brlapi%': 1, 2367 'use_brlapi%': 1,
2368 }], 2368 }],
2369 2369
2370 ['use_ozone==1 and ozone_auto_platforms==1', { 2370 ['use_ozone==1 and ozone_auto_platforms==1', {
2371 # Use test as the default platform. 2371 # Use headless as the default platform.
2372 'ozone_platform%': 'test', 2372 'ozone_platform%': 'headless',
2373 2373
2374 # Build all platforms whose deps are in install-build-deps.sh. 2374 # Build all platforms whose deps are in install-build-deps.sh.
2375 # Only these platforms will be compile tested by buildbots. 2375 # Only these platforms will be compile tested by buildbots.
2376 'ozone_platform_gbm%': 1, 2376 'ozone_platform_gbm%': 1,
2377 'ozone_platform_test%': 1, 2377 'ozone_platform_headless%': 1,
2378 'ozone_platform_egltest%': 1, 2378 'ozone_platform_egltest%': 1,
2379 }], 2379 }],
2380 2380
2381 ['desktop_linux==1 and use_aura==1 and use_x11==1', { 2381 ['desktop_linux==1 and use_aura==1 and use_x11==1', {
2382 'use_clipboard_aurax11%': 1, 2382 'use_clipboard_aurax11%': 1,
2383 }], 2383 }],
2384 2384
2385 ['OS=="win" and use_goma==1', { 2385 ['OS=="win" and use_goma==1', {
2386 # goma doesn't support pch yet. 2386 # goma doesn't support pch yet.
2387 'chromium_win_pch': 0, 2387 'chromium_win_pch': 0,
(...skipping 3920 matching lines...) Expand 10 before | Expand all | Expand 10 after
6308 # settings in target dicts. SYMROOT is a special case, because many other 6308 # settings in target dicts. SYMROOT is a special case, because many other
6309 # Xcode variables depend on it, including variables such as 6309 # Xcode variables depend on it, including variables such as
6310 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6310 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6311 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6311 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6312 # files to appear (when present) in the UI as actual files and not red 6312 # files to appear (when present) in the UI as actual files and not red
6313 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6313 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6314 # and therefore SYMROOT, needs to be set at the project level. 6314 # and therefore SYMROOT, needs to be set at the project level.
6315 'SYMROOT': '<(DEPTH)/xcodebuild', 6315 'SYMROOT': '<(DEPTH)/xcodebuild',
6316 }, 6316 },
6317 } 6317 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698