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

Side by Side Diff: build/common.gypi

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « build/android/pylib/uiautomator/test_runner.py ('k') | build/config/features.gni » ('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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 }], 780 }],
781 781
782 ['OS=="android"', { 782 ['OS=="android"', {
783 'enable_webrtc%': 1, 783 'enable_webrtc%': 1,
784 }], 784 }],
785 785
786 ['OS=="ios"', { 786 ['OS=="ios"', {
787 'disable_ftp_support%': 1, 787 'disable_ftp_support%': 1,
788 'enable_extensions%': 0, 788 'enable_extensions%': 0,
789 'enable_google_now%': 0, 789 'enable_google_now%': 0,
790 'cld_version%': 1, 790 'cld_version%': 2,
791 'cld2_table_size%': 0,
791 'enable_basic_printing%': 0, 792 'enable_basic_printing%': 0,
792 'enable_print_preview%': 0, 793 'enable_print_preview%': 0,
793 'enable_session_service%': 0, 794 'enable_session_service%': 0,
794 'enable_spellcheck%': 0, 795 'enable_spellcheck%': 0,
795 'enable_themes%': 0, 796 'enable_themes%': 0,
796 'enable_webrtc%': 0, 797 'enable_webrtc%': 0,
797 'notifications%': 0, 798 'notifications%': 0,
798 'remoting%': 0, 799 'remoting%': 0,
799 'safe_browsing%': 0, 800 'safe_browsing%': 0,
800 'enable_managed_users%': 0, 801 'enable_managed_users%': 0,
(...skipping 5049 matching lines...) Expand 10 before | Expand all | Expand 10 after
5850 # settings in target dicts. SYMROOT is a special case, because many other 5851 # settings in target dicts. SYMROOT is a special case, because many other
5851 # Xcode variables depend on it, including variables such as 5852 # Xcode variables depend on it, including variables such as
5852 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5853 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5853 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5854 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5854 # files to appear (when present) in the UI as actual files and not red 5855 # files to appear (when present) in the UI as actual files and not red
5855 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5856 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5856 # and therefore SYMROOT, needs to be set at the project level. 5857 # and therefore SYMROOT, needs to be set at the project level.
5857 'SYMROOT': '<(DEPTH)/xcodebuild', 5858 'SYMROOT': '<(DEPTH)/xcodebuild',
5858 }, 5859 },
5859 } 5860 }
OLDNEW
« no previous file with comments | « build/android/pylib/uiautomator/test_runner.py ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698