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

Side by Side Diff: build/common.gypi

Issue 723793002: Add "envoy" GYP variable for pulling in envoy targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « build/all.gyp ('k') | no next file » | 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 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 1482
1483 # Use brlapi from brltty for braille display support. 1483 # Use brlapi from brltty for braille display support.
1484 'use_brlapi%': 0, 1484 'use_brlapi%': 0,
1485 1485
1486 # Relative path to icu.gyp from this file. 1486 # Relative path to icu.gyp from this file.
1487 'icu_gyp_path': '../third_party/icu/icu.gyp', 1487 'icu_gyp_path': '../third_party/icu/icu.gyp',
1488 1488
1489 # IPC fuzzer is disabled by default. 1489 # IPC fuzzer is disabled by default.
1490 'enable_ipc_fuzzer%': 0, 1490 'enable_ipc_fuzzer%': 0,
1491 1491
1492
1493 # Force disable libstdc++ debug mode. 1492 # Force disable libstdc++ debug mode.
1494 'disable_glibcxx_debug%': 0, 1493 'disable_glibcxx_debug%': 0,
1495 1494
1496 # Set to 1 to compile with MSE support for MPEG2 TS 1495 # Set to 1 to compile with MSE support for MPEG2 TS
1497 'enable_mpeg2ts_stream_parser%': 0, 1496 'enable_mpeg2ts_stream_parser%': 0,
1498 1497
1499 # Support ChromeOS touchpad gestures with ozone. 1498 # Support ChromeOS touchpad gestures with ozone.
1500 'use_evdev_gestures%': 0, 1499 'use_evdev_gestures%': 0,
1501 1500
1502 # Default ozone platform (if no --ozone-platform flag). 1501 # Default ozone platform (if no --ozone-platform flag).
1503 'ozone_platform%': "", 1502 'ozone_platform%': "",
1504 1503
1505 # Ozone platforms to include in the build. 1504 # Ozone platforms to include in the build.
1506 'ozone_platform_caca%': 0, 1505 'ozone_platform_caca%': 0,
1507 'ozone_platform_dri%': 0, 1506 'ozone_platform_dri%': 0,
1508 'ozone_platform_egltest%': 0, 1507 'ozone_platform_egltest%': 0,
1509 'ozone_platform_gbm%': 0, 1508 'ozone_platform_gbm%': 0,
1510 'ozone_platform_ozonex%': 0, 1509 'ozone_platform_ozonex%': 0,
1511 'ozone_platform_test%': 0, 1510 'ozone_platform_test%': 0,
1512 1511
1512 # Experiment: http://crbug.com/426914
1513 'envoy%': 0,
1514
1513 'conditions': [ 1515 'conditions': [
1514 ['buildtype=="Official"', { 1516 ['buildtype=="Official"', {
1515 # Continue to embed build meta data in Official builds, basically the 1517 # Continue to embed build meta data in Official builds, basically the
1516 # time it was built. 1518 # time it was built.
1517 # TODO(maruel): This decision should be revisited because having an 1519 # TODO(maruel): This decision should be revisited because having an
1518 # official deterministic build has high value too but MSVC toolset can't 1520 # official deterministic build has high value too but MSVC toolset can't
1519 # generate anything deterministic with WPO enabled AFAIK. 1521 # generate anything deterministic with WPO enabled AFAIK.
1520 'dont_embed_build_metadata%': 0, 1522 'dont_embed_build_metadata%': 0,
1521 }], 1523 }],
1522 # Enable the Syzygy optimization step for the official builds. 1524 # Enable the Syzygy optimization step for the official builds.
(...skipping 4408 matching lines...) Expand 10 before | Expand all | Expand 10 after
5931 # settings in target dicts. SYMROOT is a special case, because many other 5933 # settings in target dicts. SYMROOT is a special case, because many other
5932 # Xcode variables depend on it, including variables such as 5934 # Xcode variables depend on it, including variables such as
5933 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5935 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5934 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5936 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5935 # files to appear (when present) in the UI as actual files and not red 5937 # files to appear (when present) in the UI as actual files and not red
5936 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5938 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5937 # and therefore SYMROOT, needs to be set at the project level. 5939 # and therefore SYMROOT, needs to be set at the project level.
5938 'SYMROOT': '<(DEPTH)/xcodebuild', 5940 'SYMROOT': '<(DEPTH)/xcodebuild',
5939 }, 5941 },
5940 } 5942 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698