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

Side by Side Diff: build/common.gypi

Issue 716413002: Sync cld_2.gyp with cld_2/BUILD.GN, make BUILD.gn authoritative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hopefully fix GYP for non-Linux builds 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 | « no previous file | third_party/cld_2/BUILD.gn » ('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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 # 0: Don't specify the version. This option is for the Finch testing. 498 # 0: Don't specify the version. This option is for the Finch testing.
499 # 1: Use only CLD1. 499 # 1: Use only CLD1.
500 # 2: Use only CLD2. 500 # 2: Use only CLD2.
501 'cld_version%': 2, 501 'cld_version%': 2,
502 502
503 # For CLD2, the size of the tables that should be included in the build 503 # For CLD2, the size of the tables that should be included in the build
504 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data 504 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
505 # tool explicitly. 505 # tool explicitly.
506 # See third_party/cld_2/cld_2.gyp for more information. 506 # See third_party/cld_2/cld_2.gyp for more information.
507 # 0: Small tables, lower accuracy 507 # 0: Small tables, lower accuracy
508 # 1: Medium tables, medium accuracy
509 # 2: Large tables, high accuracy 508 # 2: Large tables, high accuracy
510 'cld2_table_size%': 2, 509 'cld2_table_size%': 2,
511 510
512 # Enable spell checker. 511 # Enable spell checker.
513 'enable_spellcheck%': 1, 512 'enable_spellcheck%': 1,
514 513
515 # Webrtc compilation is enabled by default. Set to 0 to disable. 514 # Webrtc compilation is enabled by default. Set to 0 to disable.
516 'enable_webrtc%': 1, 515 'enable_webrtc%': 1,
517 516
518 # Enables use of the session service, which is enabled by default. 517 # Enables use of the session service, which is enabled by default.
(...skipping 5383 matching lines...) Expand 10 before | Expand all | Expand 10 after
5902 # settings in target dicts. SYMROOT is a special case, because many other 5901 # settings in target dicts. SYMROOT is a special case, because many other
5903 # Xcode variables depend on it, including variables such as 5902 # Xcode variables depend on it, including variables such as
5904 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5903 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5905 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5904 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5906 # files to appear (when present) in the UI as actual files and not red 5905 # files to appear (when present) in the UI as actual files and not red
5907 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5906 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5908 # and therefore SYMROOT, needs to be set at the project level. 5907 # and therefore SYMROOT, needs to be set at the project level.
5909 'SYMROOT': '<(DEPTH)/xcodebuild', 5908 'SYMROOT': '<(DEPTH)/xcodebuild',
5910 }, 5909 },
5911 } 5910 }
OLDNEW
« no previous file with comments | « no previous file | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698