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

Side by Side Diff: build/common.gypi

Issue 716463002: Revert "MacViews: Get chrome/browser/ui/views/frame to compile" (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 | « no previous file | chrome/browser/ui/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 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 'ozone_platform%': "", 1503 'ozone_platform%': "",
1504 1504
1505 # Ozone platforms to include in the build. 1505 # Ozone platforms to include in the build.
1506 'ozone_platform_caca%': 0, 1506 'ozone_platform_caca%': 0,
1507 'ozone_platform_dri%': 0, 1507 'ozone_platform_dri%': 0,
1508 'ozone_platform_egltest%': 0, 1508 'ozone_platform_egltest%': 0,
1509 'ozone_platform_gbm%': 0, 1509 'ozone_platform_gbm%': 0,
1510 'ozone_platform_ozonex%': 0, 1510 'ozone_platform_ozonex%': 0,
1511 'ozone_platform_test%': 0, 1511 'ozone_platform_test%': 0,
1512 1512
1513 # Whether the browser is non-native (using Views Toolkit) on Mac.
1514 'mac_views_browser%': 0,
1515
1516 'conditions': [ 1513 'conditions': [
1517 ['buildtype=="Official"', { 1514 ['buildtype=="Official"', {
1518 # Continue to embed build meta data in Official builds, basically the 1515 # Continue to embed build meta data in Official builds, basically the
1519 # time it was built. 1516 # time it was built.
1520 # TODO(maruel): This decision should be revisited because having an 1517 # TODO(maruel): This decision should be revisited because having an
1521 # official deterministic build has high value too but MSVC toolset can't 1518 # official deterministic build has high value too but MSVC toolset can't
1522 # generate anything deterministic with WPO enabled AFAIK. 1519 # generate anything deterministic with WPO enabled AFAIK.
1523 'dont_embed_build_metadata%': 0, 1520 'dont_embed_build_metadata%': 0,
1524 }], 1521 }],
1525 # Enable the Syzygy optimization step for the official builds. 1522 # Enable the Syzygy optimization step for the official builds.
(...skipping 4401 matching lines...) Expand 10 before | Expand all | Expand 10 after
5927 # settings in target dicts. SYMROOT is a special case, because many other 5924 # settings in target dicts. SYMROOT is a special case, because many other
5928 # Xcode variables depend on it, including variables such as 5925 # Xcode variables depend on it, including variables such as
5929 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5926 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5930 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5927 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5931 # files to appear (when present) in the UI as actual files and not red 5928 # files to appear (when present) in the UI as actual files and not red
5932 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5929 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5933 # and therefore SYMROOT, needs to be set at the project level. 5930 # and therefore SYMROOT, needs to be set at the project level.
5934 'SYMROOT': '<(DEPTH)/xcodebuild', 5931 'SYMROOT': '<(DEPTH)/xcodebuild',
5935 }, 5932 },
5936 } 5933 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698