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

Side by Side Diff: build/common.gypi

Issue 10917130: Add preliminary iOS support to more content/ gypi files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Typo fix Created 8 years, 3 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/content_app.gypi » ('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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'enable_extensions%': 0, 462 'enable_extensions%': 0,
463 'enable_printing%': 0, 463 'enable_printing%': 0,
464 'enable_themes%': 0, 464 'enable_themes%': 0,
465 'enable_webrtc%': 0, 465 'enable_webrtc%': 0,
466 'proprietary_codecs%': 1, 466 'proprietary_codecs%': 1,
467 'remoting%': 0, 467 'remoting%': 0,
468 }], 468 }],
469 469
470 ['OS=="ios"', { 470 ['OS=="ios"', {
471 'enable_automation%': 0, 471 'enable_automation%': 0,
472 'enable_webrtc%': 0,
472 'disable_ftp_support%': 1, 473 'disable_ftp_support%': 1,
473 'remoting%': 0, 474 'remoting%': 0,
474 }], 475 }],
475 476
476 # Use GPU accelerated cross process image transport by default 477 # Use GPU accelerated cross process image transport by default
477 # on linux builds with the Aura window manager 478 # on linux builds with the Aura window manager
478 ['use_aura==1 and OS=="linux"', { 479 ['use_aura==1 and OS=="linux"', {
479 'ui_compositor_image_transport%': 1, 480 'ui_compositor_image_transport%': 1,
480 }, { 481 }, {
481 'ui_compositor_image_transport%': 0, 482 'ui_compositor_image_transport%': 0,
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 }], 912 }],
912 # All Chrome builds have breakpad symbols, but only process the 913 # All Chrome builds have breakpad symbols, but only process the
913 # symbols from official builds. 914 # symbols from official builds.
914 ['(branding=="Chrome" and buildtype=="Official")', { 915 ['(branding=="Chrome" and buildtype=="Official")', {
915 'linux_dump_symbols%': 1, 916 'linux_dump_symbols%': 1,
916 }], 917 }],
917 ], 918 ],
918 }], # os_posix==1 and OS!="mac" and OS!="ios" 919 }], # os_posix==1 and OS!="mac" and OS!="ios"
919 ['OS=="ios"', { 920 ['OS=="ios"', {
920 'disable_nacl%': 1, 921 'disable_nacl%': 1,
922 'enable_gpu%': 0,
921 'icu_use_data_file_flag%': 1, 923 'icu_use_data_file_flag%': 1,
922 'use_system_bzip2%': 1, 924 'use_system_bzip2%': 1,
923 'use_system_libxml%': 1, 925 'use_system_libxml%': 1,
924 'use_system_sqlite%': 1, 926 'use_system_sqlite%': 1,
925 927
926 # The Mac SDK is set for iOS builds and passed through to Mac 928 # The Mac SDK is set for iOS builds and passed through to Mac
927 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be 929 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be
928 # overridden from the command line the same way it is for a Mac build. 930 # overridden from the command line the same way it is for a Mac build.
929 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)', 931 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
930 }], 932 }],
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 # settings in target dicts. SYMROOT is a special case, because many other 3410 # settings in target dicts. SYMROOT is a special case, because many other
3409 # Xcode variables depend on it, including variables such as 3411 # Xcode variables depend on it, including variables such as
3410 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3412 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3411 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3413 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3412 # files to appear (when present) in the UI as actual files and not red 3414 # files to appear (when present) in the UI as actual files and not red
3413 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3415 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3414 # and therefore SYMROOT, needs to be set at the project level. 3416 # and therefore SYMROOT, needs to be set at the project level.
3415 'SYMROOT': '<(DEPTH)/xcodebuild', 3417 'SYMROOT': '<(DEPTH)/xcodebuild',
3416 }, 3418 },
3417 } 3419 }
OLDNEW
« no previous file with comments | « no previous file | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698