Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 676 'image_loader_extension%': 0, | 676 'image_loader_extension%': 0, |
| 677 }], | 677 }], |
| 678 | 678 |
| 679 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { | 679 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { |
| 680 'enable_one_click_signin%': 1, | 680 'enable_one_click_signin%': 1, |
| 681 }], | 681 }], |
| 682 | 682 |
| 683 ['OS=="android"', { | 683 ['OS=="android"', { |
| 684 'enable_extensions%': 0, | 684 'enable_extensions%': 0, |
| 685 'enable_google_now%': 0, | 685 'enable_google_now%': 0, |
| 686 'cld_version%': 1, | 686 'cld_version%': 2, |
|
Takashi Toyoshima
2014/06/19 10:20:34
this part should be reviewed by miguelg@
Andrew Hayden (chromium.org)
2014/06/19 13:40:19
This won't be done as part of this change. I'll re
| |
| 687 'cld2_dynamic%': 0, | 687 'cld2_dynamic%': 1, |
| 688 'cld2_is_component%': 0, | 688 'cld2_is_component%': 0, |
| 689 'enable_spellcheck%': 0, | 689 'enable_spellcheck%': 0, |
| 690 'enable_themes%': 0, | 690 'enable_themes%': 0, |
| 691 'remoting%': 0, | 691 'remoting%': 0, |
| 692 'arm_neon%': 0, | 692 'arm_neon%': 0, |
| 693 'arm_neon_optional%': 1, | 693 'arm_neon_optional%': 1, |
| 694 'native_discardable_memory%': 1, | 694 'native_discardable_memory%': 1, |
| 695 'native_memory_pressure_signals%': 1, | 695 'native_memory_pressure_signals%': 1, |
| 696 'enable_printing%': 2, | 696 'enable_printing%': 2, |
| 697 'enable_task_manager%':0, | 697 'enable_task_manager%':0, |
| (...skipping 4767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5465 # settings in target dicts. SYMROOT is a special case, because many other | 5465 # settings in target dicts. SYMROOT is a special case, because many other |
| 5466 # Xcode variables depend on it, including variables such as | 5466 # Xcode variables depend on it, including variables such as |
| 5467 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5467 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 5468 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5468 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 5469 # files to appear (when present) in the UI as actual files and not red | 5469 # files to appear (when present) in the UI as actual files and not red |
| 5470 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5470 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 5471 # and therefore SYMROOT, needs to be set at the project level. | 5471 # and therefore SYMROOT, needs to be set at the project level. |
| 5472 'SYMROOT': '<(DEPTH)/xcodebuild', | 5472 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 5473 }, | 5473 }, |
| 5474 } | 5474 } |
| OLD | NEW |