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

Side by Side Diff: build/common.gypi

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved BUILD.gn deps to 'both_gn_and_gyp', added corresponding change to gn_migration.gypi Created 5 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
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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'video_hole%': '<(video_hole)', 1237 'video_hole%': '<(video_hole)',
1238 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', 1238 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)',
1239 'cfi_vptr%': '<(cfi_vptr)', 1239 'cfi_vptr%': '<(cfi_vptr)',
1240 'cfi_diag%': '<(cfi_diag)', 1240 'cfi_diag%': '<(cfi_diag)',
1241 'cfi_blacklist%': '<(cfi_blacklist)', 1241 'cfi_blacklist%': '<(cfi_blacklist)',
1242 'mac_views_browser%': '<(mac_views_browser)', 1242 'mac_views_browser%': '<(mac_views_browser)',
1243 'android_app_version_name%': '<(android_app_version_name)', 1243 'android_app_version_name%': '<(android_app_version_name)',
1244 'android_app_version_code%': '<(android_app_version_code)', 1244 'android_app_version_code%': '<(android_app_version_code)',
1245 'enable_webvr%': '<(enable_webvr)', 1245 'enable_webvr%': '<(enable_webvr)',
1246 1246
1247 # Enable this to build OpenH264.
1248 # CHECK THE OPENH264 LICENSE BEFORE BUILDING. The default value should be 0,
1249 # the open source version of Chromium should not build this by default due
1250 # to license and patent reasons.
1251 'use_openh264%': 1,
phoglund_chromium 2015/11/16 14:51:41 Only, it's 1. Is this temporary just to run on the
phoglund_chromium 2015/11/16 14:52:21 Oh, right, you wrote that in the CL desc. Never mi
1252
1247 # Turns on compiler optimizations in V8 in Debug build. 1253 # Turns on compiler optimizations in V8 in Debug build.
1248 'v8_optimized_debug%': 1, 1254 'v8_optimized_debug%': 1,
1249 1255
1250 # Use system protobuf instead of bundled one. 1256 # Use system protobuf instead of bundled one.
1251 'use_system_protobuf%': 0, 1257 'use_system_protobuf%': 0,
1252 1258
1253 # Use system yasm instead of bundled one. 1259 # Use system yasm instead of bundled one.
1254 'use_system_yasm%': 0, 1260 'use_system_yasm%': 0,
1255 1261
1256 # Use system ICU instead of bundled one. 1262 # Use system ICU instead of bundled one.
(...skipping 5087 matching lines...) Expand 10 before | Expand all | Expand 10 after
6344 # settings in target dicts. SYMROOT is a special case, because many other 6350 # settings in target dicts. SYMROOT is a special case, because many other
6345 # Xcode variables depend on it, including variables such as 6351 # Xcode variables depend on it, including variables such as
6346 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6352 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6347 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6353 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6348 # files to appear (when present) in the UI as actual files and not red 6354 # files to appear (when present) in the UI as actual files and not red
6349 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6355 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6350 # and therefore SYMROOT, needs to be set at the project level. 6356 # and therefore SYMROOT, needs to be set at the project level.
6351 'SYMROOT': '<(DEPTH)/xcodebuild', 6357 'SYMROOT': '<(DEPTH)/xcodebuild',
6352 }, 6358 },
6353 } 6359 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | build/config/features.gni » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698