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

Side by Side Diff: build/common.gypi

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('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 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 # Support ChromeOS touchpad gestures with ozone. 1394 # Support ChromeOS touchpad gestures with ozone.
1395 'use_evdev_gestures%': 0, 1395 'use_evdev_gestures%': 0,
1396 1396
1397 # Default ozone platform (if no --ozone-platform flag). 1397 # Default ozone platform (if no --ozone-platform flag).
1398 'ozone_platform%': "", 1398 'ozone_platform%': "",
1399 1399
1400 # Ozone platforms to include in the build. 1400 # Ozone platforms to include in the build.
1401 'ozone_platform_caca%': 0, 1401 'ozone_platform_caca%': 0,
1402 'ozone_platform_dri%': 0, 1402 'ozone_platform_dri%': 0,
1403 'ozone_platform_egltest%': 0, 1403 'ozone_platform_egltest%': 0,
1404 'ozone_platform_gbm%': 0,
1404 'ozone_platform_ozonex%': 0, 1405 'ozone_platform_ozonex%': 0,
1405 'ozone_platform_test%': 0, 1406 'ozone_platform_test%': 0,
1406 1407
1407 # Chrome OS: whether to build ChromeVox from sources in the Chromium 1408 # Chrome OS: whether to build ChromeVox from sources in the Chromium
1408 # repository rather than using precompiled JavaScript in 1409 # repository rather than using precompiled JavaScript in
1409 # chrome/third_party/chromevox. This is still experimental. 1410 # chrome/third_party/chromevox. This is still experimental.
1410 'use_migrated_chromevox%': 0, 1411 'use_migrated_chromevox%': 0,
1411 1412
1412 # Chrome OS: whether to also build the upcoming version of 1413 # Chrome OS: whether to also build the upcoming version of
1413 # ChromeVox, which can then be enabled via a command-line switch. 1414 # ChromeVox, which can then be enabled via a command-line switch.
(...skipping 3965 matching lines...) Expand 10 before | Expand all | Expand 10 after
5379 # settings in target dicts. SYMROOT is a special case, because many other 5380 # settings in target dicts. SYMROOT is a special case, because many other
5380 # Xcode variables depend on it, including variables such as 5381 # Xcode variables depend on it, including variables such as
5381 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5382 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5382 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5383 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5383 # files to appear (when present) in the UI as actual files and not red 5384 # files to appear (when present) in the UI as actual files and not red
5384 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5385 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5385 # and therefore SYMROOT, needs to be set at the project level. 5386 # and therefore SYMROOT, needs to be set at the project level.
5386 'SYMROOT': '<(DEPTH)/xcodebuild', 5387 'SYMROOT': '<(DEPTH)/xcodebuild',
5387 }, 5388 },
5388 } 5389 }
OLDNEW
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698