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

Side by Side Diff: build/common.gypi

Issue 1610683003: Add initial SHM-only Wayland Ozone implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | media/ozone/media_ozone_platform.cc » ('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 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 # Default ozone platform (if no --ozone-platform flag). 1568 # Default ozone platform (if no --ozone-platform flag).
1569 'ozone_platform%': "", 1569 'ozone_platform%': "",
1570 1570
1571 # Ozone platforms to include in the build. 1571 # Ozone platforms to include in the build.
1572 'ozone_platform_caca%': 0, 1572 'ozone_platform_caca%': 0,
1573 'ozone_platform_cast%': 0, 1573 'ozone_platform_cast%': 0,
1574 'ozone_platform_egltest%': 0, 1574 'ozone_platform_egltest%': 0,
1575 'ozone_platform_gbm%': 0, 1575 'ozone_platform_gbm%': 0,
1576 'ozone_platform_ozonex%': 0, 1576 'ozone_platform_ozonex%': 0,
1577 'ozone_platform_headless%': 0, 1577 'ozone_platform_headless%': 0,
1578 'ozone_platform_wayland%': 0,
1578 1579
1579 # Experiment: http://crbug.com/426914 1580 # Experiment: http://crbug.com/426914
1580 'envoy%': 0, 1581 'envoy%': 0,
1581 1582
1582 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path 1583 # Used to set libjpeg_gyp_path. Chrome OS ui/gfx/gfx.gyp uses the IJG path
1583 # for robust login screen decoding. 1584 # for robust login screen decoding.
1584 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp', 1585 'libjpeg_ijg_gyp_path': '<(DEPTH)/third_party/libjpeg/libjpeg.gyp',
1585 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp', 1586 'libjpeg_turbo_gyp_path': '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp',
1586 1587
1587 'conditions': [ 1588 'conditions': [
(...skipping 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after
6384 # settings in target dicts. SYMROOT is a special case, because many other 6385 # settings in target dicts. SYMROOT is a special case, because many other
6385 # Xcode variables depend on it, including variables such as 6386 # Xcode variables depend on it, including variables such as
6386 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6387 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6387 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6388 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6388 # files to appear (when present) in the UI as actual files and not red 6389 # files to appear (when present) in the UI as actual files and not red
6389 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6390 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6390 # and therefore SYMROOT, needs to be set at the project level. 6391 # and therefore SYMROOT, needs to be set at the project level.
6391 'SYMROOT': '<(DEPTH)/xcodebuild', 6392 'SYMROOT': '<(DEPTH)/xcodebuild',
6392 }, 6393 },
6393 } 6394 }
OLDNEW
« no previous file with comments | « no previous file | media/ozone/media_ozone_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698