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

Side by Side Diff: build/common.gypi

Issue 713043004: MacViews: Get chrome/browser/ui/views/frame to compile (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 'ozone_platform%': "", 1479 'ozone_platform%': "",
1480 1480
1481 # Ozone platforms to include in the build. 1481 # Ozone platforms to include in the build.
1482 'ozone_platform_caca%': 0, 1482 'ozone_platform_caca%': 0,
1483 'ozone_platform_dri%': 0, 1483 'ozone_platform_dri%': 0,
1484 'ozone_platform_egltest%': 0, 1484 'ozone_platform_egltest%': 0,
1485 'ozone_platform_gbm%': 0, 1485 'ozone_platform_gbm%': 0,
1486 'ozone_platform_ozonex%': 0, 1486 'ozone_platform_ozonex%': 0,
1487 'ozone_platform_test%': 0, 1487 'ozone_platform_test%': 0,
1488 1488
1489 # Whether the browser is non-native (using Views Toolkit) on Mac.
1490 'mac_views_browser%': 0,
1491
1489 # Experiment: http://crbug.com/426914 1492 # Experiment: http://crbug.com/426914
1490 'envoy%': 0, 1493 'envoy%': 0,
1491 1494
1492 'conditions': [ 1495 'conditions': [
1493 ['buildtype=="Official"', { 1496 ['buildtype=="Official"', {
1494 # Continue to embed build meta data in Official builds, basically the 1497 # Continue to embed build meta data in Official builds, basically the
1495 # time it was built. 1498 # time it was built.
1496 # TODO(maruel): This decision should be revisited because having an 1499 # TODO(maruel): This decision should be revisited because having an
1497 # official deterministic build has high value too but MSVC toolset can't 1500 # official deterministic build has high value too but MSVC toolset can't
1498 # generate anything deterministic with WPO enabled AFAIK. 1501 # generate anything deterministic with WPO enabled AFAIK.
(...skipping 4400 matching lines...) Expand 10 before | Expand all | Expand 10 after
5899 # settings in target dicts. SYMROOT is a special case, because many other 5902 # settings in target dicts. SYMROOT is a special case, because many other
5900 # Xcode variables depend on it, including variables such as 5903 # Xcode variables depend on it, including variables such as
5901 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5904 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5902 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5905 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5903 # files to appear (when present) in the UI as actual files and not red 5906 # files to appear (when present) in the UI as actual files and not red
5904 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5907 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5905 # and therefore SYMROOT, needs to be set at the project level. 5908 # and therefore SYMROOT, needs to be set at the project level.
5906 'SYMROOT': '<(DEPTH)/xcodebuild', 5909 'SYMROOT': '<(DEPTH)/xcodebuild',
5907 }, 5910 },
5908 } 5911 }
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