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

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: Changes according to review 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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 1543
1544 # Default ozone platform (if no --ozone-platform flag). 1544 # Default ozone platform (if no --ozone-platform flag).
1545 'ozone_platform%': "", 1545 'ozone_platform%': "",
1546 1546
1547 # Ozone platforms to include in the build. 1547 # Ozone platforms to include in the build.
1548 'ozone_platform_caca%': 0, 1548 'ozone_platform_caca%': 0,
1549 'ozone_platform_cast%': 0, 1549 'ozone_platform_cast%': 0,
1550 'ozone_platform_egltest%': 0, 1550 'ozone_platform_egltest%': 0,
1551 'ozone_platform_gbm%': 0, 1551 'ozone_platform_gbm%': 0,
1552 'ozone_platform_ozonex%': 0, 1552 'ozone_platform_ozonex%': 0,
1553 'ozone_platform_test%': 0, 1553 'ozone_platform_headless%': 0,
1554 1554
1555 # Experiment: http://crbug.com/426914 1555 # Experiment: http://crbug.com/426914
1556 'envoy%': 0, 1556 'envoy%': 0,
1557 1557
1558 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path 1558 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path
1559 # for robust login screen decoding. 1559 # for robust login screen decoding.
1560 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp', 1560 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp',
1561 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp', 1561 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp',
1562 1562
1563 'conditions': [ 1563 'conditions': [
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 'mips_fpu_mode%': '', 2380 'mips_fpu_mode%': '',
2381 }], 2381 }],
2382 2382
2383 # Enable brlapi by default for chromeos. 2383 # Enable brlapi by default for chromeos.
2384 ['chromeos==1', { 2384 ['chromeos==1', {
2385 'use_brlapi%': 1, 2385 'use_brlapi%': 1,
2386 }], 2386 }],
2387 2387
2388 ['use_ozone==1 and ozone_auto_platforms==1', { 2388 ['use_ozone==1 and ozone_auto_platforms==1', {
2389 # Use test as the default platform. 2389 # Use test as the default platform.
2390 'ozone_platform%': 'test', 2390 'ozone_platform%': 'test',
spang 2015/11/12 15:28:49 You need to change this part too.
2391 2391
2392 # Build all platforms whose deps are in install-build-deps.sh. 2392 # Build all platforms whose deps are in install-build-deps.sh.
2393 # Only these platforms will be compile tested by buildbots. 2393 # Only these platforms will be compile tested by buildbots.
2394 'ozone_platform_gbm%': 1, 2394 'ozone_platform_gbm%': 1,
2395 'ozone_platform_test%': 1, 2395 'ozone_platform_headless%': 1,
2396 'ozone_platform_egltest%': 1, 2396 'ozone_platform_egltest%': 1,
2397 }], 2397 }],
2398 2398
2399 ['desktop_linux==1 and use_aura==1 and use_x11==1', { 2399 ['desktop_linux==1 and use_aura==1 and use_x11==1', {
2400 'use_clipboard_aurax11%': 1, 2400 'use_clipboard_aurax11%': 1,
2401 }], 2401 }],
2402 2402
2403 ['OS=="win" and use_goma==1', { 2403 ['OS=="win" and use_goma==1', {
2404 # goma doesn't support pch yet. 2404 # goma doesn't support pch yet.
2405 'chromium_win_pch': 0, 2405 'chromium_win_pch': 0,
(...skipping 3947 matching lines...) Expand 10 before | Expand all | Expand 10 after
6353 # settings in target dicts. SYMROOT is a special case, because many other 6353 # settings in target dicts. SYMROOT is a special case, because many other
6354 # Xcode variables depend on it, including variables such as 6354 # Xcode variables depend on it, including variables such as
6355 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6355 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6356 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6356 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6357 # files to appear (when present) in the UI as actual files and not red 6357 # files to appear (when present) in the UI as actual files and not red
6358 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6358 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6359 # and therefore SYMROOT, needs to be set at the project level. 6359 # and therefore SYMROOT, needs to be set at the project level.
6360 'SYMROOT': '<(DEPTH)/xcodebuild', 6360 'SYMROOT': '<(DEPTH)/xcodebuild',
6361 }, 6361 },
6362 } 6362 }
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