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

Side by Side Diff: build/common.gypi

Issue 350993003: Update docs for CLD2 dynamic data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/cld_2/README.chromium » ('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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 # 1: Medium tables, medium accuracy 456 # 1: Medium tables, medium accuracy
457 # 2: Large tables, high accuracy 457 # 2: Large tables, high accuracy
458 'cld2_table_size%': 2, 458 'cld2_table_size%': 2,
459 459
460 # The data acquisition mode for CLD2. Possible values are: 460 # The data acquisition mode for CLD2. Possible values are:
461 # static: CLD2 data is statically linked to the executable. 461 # static: CLD2 data is statically linked to the executable.
462 # standalone: CLD2 data is provided in a standalone file that is 462 # standalone: CLD2 data is provided in a standalone file that is
463 # bundled with the executable. 463 # bundled with the executable.
464 # component: CLD2 data is provided as a Chrome "component" and is 464 # component: CLD2 data is provided as a Chrome "component" and is
465 # downloaded via the component updater. 465 # downloaded via the component updater.
466 #
467 # For more information on switching the CLD2 data source, see:
468 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/compact -language-detector-cld-data-source-configuration
466 'cld2_data_source': 'static', 469 'cld2_data_source': 'static',
467 470
468 # Enable spell checker. 471 # Enable spell checker.
469 'enable_spellcheck%': 1, 472 'enable_spellcheck%': 1,
470 473
471 # Webrtc compilation is enabled by default. Set to 0 to disable. 474 # Webrtc compilation is enabled by default. Set to 0 to disable.
472 'enable_webrtc%': 1, 475 'enable_webrtc%': 1,
473 476
474 # Enables use of the session service, which is enabled by default. 477 # Enables use of the session service, which is enabled by default.
475 # Support for disabling depends on the platform. 478 # Support for disabling depends on the platform.
(...skipping 5035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5511 # settings in target dicts. SYMROOT is a special case, because many other 5514 # settings in target dicts. SYMROOT is a special case, because many other
5512 # Xcode variables depend on it, including variables such as 5515 # Xcode variables depend on it, including variables such as
5513 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5516 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5514 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5517 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5515 # files to appear (when present) in the UI as actual files and not red 5518 # files to appear (when present) in the UI as actual files and not red
5516 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5519 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5517 # and therefore SYMROOT, needs to be set at the project level. 5520 # and therefore SYMROOT, needs to be set at the project level.
5518 'SYMROOT': '<(DEPTH)/xcodebuild', 5521 'SYMROOT': '<(DEPTH)/xcodebuild',
5519 }, 5522 },
5520 } 5523 }
OLDNEW
« no previous file with comments | « no previous file | third_party/cld_2/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698