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

Side by Side Diff: build/common.gypi

Issue 1539983004: Convert enable_mpeg2ts into a new-style buildflag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('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 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 1541
1542 # Relative path to icu.gyp from this file. 1542 # Relative path to icu.gyp from this file.
1543 'icu_gyp_path': '../third_party/icu/icu.gyp', 1543 'icu_gyp_path': '../third_party/icu/icu.gyp',
1544 1544
1545 # IPC fuzzer is disabled by default. 1545 # IPC fuzzer is disabled by default.
1546 'enable_ipc_fuzzer%': 0, 1546 'enable_ipc_fuzzer%': 0,
1547 1547
1548 # Force disable libstdc++ debug mode. 1548 # Force disable libstdc++ debug mode.
1549 'disable_glibcxx_debug%': 0, 1549 'disable_glibcxx_debug%': 0,
1550 1550
1551 # Set to 1 to compile with MSE support for MPEG2 TS
1552 'enable_mpeg2ts_stream_parser%': 0,
1553
1554 # Support ChromeOS touchpad gestures with ozone. 1551 # Support ChromeOS touchpad gestures with ozone.
1555 'use_evdev_gestures%': 0, 1552 'use_evdev_gestures%': 0,
1556 1553
1557 # Default ozone platform (if no --ozone-platform flag). 1554 # Default ozone platform (if no --ozone-platform flag).
1558 'ozone_platform%': "", 1555 'ozone_platform%': "",
1559 1556
1560 # Ozone platforms to include in the build. 1557 # Ozone platforms to include in the build.
1561 'ozone_platform_caca%': 0, 1558 'ozone_platform_caca%': 0,
1562 'ozone_platform_cast%': 0, 1559 'ozone_platform_cast%': 0,
1563 'ozone_platform_egltest%': 0, 1560 'ozone_platform_egltest%': 0,
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 'p2p_apis%' : 0, 1875 'p2p_apis%' : 0,
1879 1876
1880 'gtest_target_type%': 'shared_library', 1877 'gtest_target_type%': 'shared_library',
1881 }], # OS=="android" 1878 }], # OS=="android"
1882 ['embedded==1', { 1879 ['embedded==1', {
1883 'use_system_fontconfig%': 0, 1880 'use_system_fontconfig%': 0,
1884 }, { 1881 }, {
1885 'use_system_fontconfig%': 1, 1882 'use_system_fontconfig%': 1,
1886 }], 1883 }],
1887 ['chromecast==1', { 1884 ['chromecast==1', {
1888 'enable_mpeg2ts_stream_parser%': 1,
1889 'use_custom_freetype%': 0, 1885 'use_custom_freetype%': 0,
1890 'use_playready%': 0, 1886 'use_playready%': 0,
1891 'conditions': [ 1887 'conditions': [
1892 ['target_arch=="arm"', { 1888 ['target_arch=="arm"', {
1893 'arm_arch%': '', 1889 'arm_arch%': '',
1894 'arm_tune%': 'cortex-a9', 1890 'arm_tune%': 'cortex-a9',
1895 'arm_thumb%': 1, 1891 'arm_thumb%': 1,
1896 }], 1892 }],
1897 # TODO(dalecurtis): What audio codecs does Chromecast want here? Sort 1893 # TODO(dalecurtis): What audio codecs does Chromecast want here? Sort
1898 # out and add configs if necessary. http://crbug.com/570754 1894 # out and add configs if necessary. http://crbug.com/570754
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2770 'defines': ['IMAGE_LOADER_EXTENSION=1'], 2766 'defines': ['IMAGE_LOADER_EXTENSION=1'],
2771 }], 2767 }],
2772 ['enable_webrtc==1', { 2768 ['enable_webrtc==1', {
2773 'defines': ['ENABLE_WEBRTC=1'], 2769 'defines': ['ENABLE_WEBRTC=1'],
2774 }], 2770 }],
2775 ['enable_media_router==1', { 2771 ['enable_media_router==1', {
2776 'defines': ['ENABLE_MEDIA_ROUTER=1'], 2772 'defines': ['ENABLE_MEDIA_ROUTER=1'],
2777 }], 2773 }],
2778 ['proprietary_codecs==1', { 2774 ['proprietary_codecs==1', {
2779 'defines': ['USE_PROPRIETARY_CODECS'], 2775 'defines': ['USE_PROPRIETARY_CODECS'],
2780 'conditions': [
2781 ['enable_mpeg2ts_stream_parser==1', {
2782 'defines': ['ENABLE_MPEG2TS_STREAM_PARSER'],
2783 }],
2784 ],
2785 }], 2776 }],
2786 ['enable_viewport==1', { 2777 ['enable_viewport==1', {
2787 'defines': ['ENABLE_VIEWPORT'], 2778 'defines': ['ENABLE_VIEWPORT'],
2788 }], 2779 }],
2789 ['enable_pepper_cdms==1', { 2780 ['enable_pepper_cdms==1', {
2790 'defines': ['ENABLE_PEPPER_CDMS'], 2781 'defines': ['ENABLE_PEPPER_CDMS'],
2791 }], 2782 }],
2792 ['enable_browser_cdms==1', { 2783 ['enable_browser_cdms==1', {
2793 'defines': ['ENABLE_BROWSER_CDMS'], 2784 'defines': ['ENABLE_BROWSER_CDMS'],
2794 }], 2785 }],
(...skipping 3590 matching lines...) Expand 10 before | Expand all | Expand 10 after
6385 # settings in target dicts. SYMROOT is a special case, because many other 6376 # settings in target dicts. SYMROOT is a special case, because many other
6386 # Xcode variables depend on it, including variables such as 6377 # Xcode variables depend on it, including variables such as
6387 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6378 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6388 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6379 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6389 # files to appear (when present) in the UI as actual files and not red 6380 # files to appear (when present) in the UI as actual files and not red
6390 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6381 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6391 # and therefore SYMROOT, needs to be set at the project level. 6382 # and therefore SYMROOT, needs to be set at the project level.
6392 'SYMROOT': '<(DEPTH)/xcodebuild', 6383 'SYMROOT': '<(DEPTH)/xcodebuild',
6393 }, 6384 },
6394 } 6385 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698