OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |