| 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 }], | 516 }], |
| 517 | 517 |
| 518 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { | 518 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { |
| 519 'enable_one_click_signin%': 1, | 519 'enable_one_click_signin%': 1, |
| 520 }], | 520 }], |
| 521 | 521 |
| 522 ['OS=="android"', { | 522 ['OS=="android"', { |
| 523 'enable_automation%': 0, | 523 'enable_automation%': 0, |
| 524 'enable_extensions%': 0, | 524 'enable_extensions%': 0, |
| 525 'enable_google_now%': 0, | 525 'enable_google_now%': 0, |
| 526 'enable_printing%': 0, | 526 'enable_printing%': 2, |
| 527 'enable_spellcheck%': 0, | 527 'enable_spellcheck%': 0, |
| 528 'enable_themes%': 0, | 528 'enable_themes%': 0, |
| 529 'proprietary_codecs%': 1, | 529 'proprietary_codecs%': 1, |
| 530 'remoting%': 0, | 530 'remoting%': 0, |
| 531 'arm_neon%': 0, | 531 'arm_neon%': 0, |
| 532 'arm_neon_optional%': 1, | 532 'arm_neon_optional%': 1, |
| 533 'native_discardable_memory%': 1, | 533 'native_discardable_memory%': 1, |
| 534 'native_memory_pressure_signals%': 1, | 534 'native_memory_pressure_signals%': 1, |
| 535 }], | 535 }], |
| 536 | 536 |
| (...skipping 4172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4709 # settings in target dicts. SYMROOT is a special case, because many other | 4709 # settings in target dicts. SYMROOT is a special case, because many other |
| 4710 # Xcode variables depend on it, including variables such as | 4710 # Xcode variables depend on it, including variables such as |
| 4711 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4711 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4712 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4712 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4713 # files to appear (when present) in the UI as actual files and not red | 4713 # files to appear (when present) in the UI as actual files and not red |
| 4714 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4714 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4715 # and therefore SYMROOT, needs to be set at the project level. | 4715 # and therefore SYMROOT, needs to be set at the project level. |
| 4716 'SYMROOT': '<(DEPTH)/xcodebuild', | 4716 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4717 }, | 4717 }, |
| 4718 } | 4718 } |
| OLD | NEW |