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 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 'arm_fpu%': '', | 1713 'arm_fpu%': '', |
1714 'arm_float_abi%': '', | 1714 'arm_float_abi%': '', |
1715 'arm_thumb%': 0, | 1715 'arm_thumb%': 0, |
1716 }], | 1716 }], |
1717 ], | 1717 ], |
1718 | 1718 |
1719 | 1719 |
1720 # The path to the ANGLE library. TODO(apatrick): This is to help | 1720 # The path to the ANGLE library. TODO(apatrick): This is to help |
1721 # transition to a new version of ANGLE at a new location. After the | 1721 # transition to a new version of ANGLE at a new location. After the |
1722 # transition is complete, this can be removed. | 1722 # transition is complete, this can be removed. |
1723 'angle_path': '<(DEPTH)/third_party/angle', | 1723 'angle_path': '<(DEPTH)/third_party/angle_dx11', |
1724 | 1724 |
1725 # List of default apps to install in new profiles. The first list contains | 1725 # List of default apps to install in new profiles. The first list contains |
1726 # the source files as found in svn. The second list, used only for linux, | 1726 # the source files as found in svn. The second list, used only for linux, |
1727 # contains the destination location for each of the files. When a crx | 1727 # contains the destination location for each of the files. When a crx |
1728 # is added or removed from the list, the chrome/browser/resources/ | 1728 # is added or removed from the list, the chrome/browser/resources/ |
1729 # default_apps/external_extensions.json file must also be updated. | 1729 # default_apps/external_extensions.json file must also be updated. |
1730 'default_apps_list': [ | 1730 'default_apps_list': [ |
1731 'browser/resources/default_apps/external_extensions.json', | 1731 'browser/resources/default_apps/external_extensions.json', |
1732 'browser/resources/default_apps/gmail.crx', | 1732 'browser/resources/default_apps/gmail.crx', |
1733 'browser/resources/default_apps/search.crx', | 1733 'browser/resources/default_apps/search.crx', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 }, { | 1829 }, { |
1830 # See http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Optimize-Options.htm
l | 1830 # See http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Optimize-Options.htm
l |
1831 'mac_release_optimization%': '3', # Use -O3 unless overridden | 1831 'mac_release_optimization%': '3', # Use -O3 unless overridden |
1832 'mac_debug_optimization%': '0', # Use -O0 unless overridden | 1832 'mac_debug_optimization%': '0', # Use -O0 unless overridden |
1833 }], | 1833 }], |
1834 ], | 1834 ], |
1835 }, | 1835 }, |
1836 'defines': [ | 1836 'defines': [ |
1837 # Set this to use the new DX11 version of ANGLE. | 1837 # Set this to use the new DX11 version of ANGLE. |
1838 # TODO(apatrick): Remove this when the transition is complete. | 1838 # TODO(apatrick): Remove this when the transition is complete. |
1839 #'ANGLE_DX11', | 1839 'ANGLE_DX11', |
1840 ], | 1840 ], |
1841 'conditions': [ | 1841 'conditions': [ |
1842 ['(OS=="mac" or OS=="ios") and asan==1', { | 1842 ['(OS=="mac" or OS=="ios") and asan==1', { |
1843 'dependencies': [ | 1843 'dependencies': [ |
1844 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', | 1844 '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', |
1845 ], | 1845 ], |
1846 }], | 1846 }], |
1847 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', { | 1847 ['OS=="linux" and linux_use_tcmalloc==1 and clang_type_profiler==1', { |
1848 'cflags_cc!': ['-fno-rtti'], | 1848 'cflags_cc!': ['-fno-rtti'], |
1849 'cflags_cc+': [ | 1849 'cflags_cc+': [ |
(...skipping 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4582 # settings in target dicts. SYMROOT is a special case, because many other | 4582 # settings in target dicts. SYMROOT is a special case, because many other |
4583 # Xcode variables depend on it, including variables such as | 4583 # Xcode variables depend on it, including variables such as |
4584 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4584 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4585 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4585 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4586 # files to appear (when present) in the UI as actual files and not red | 4586 # files to appear (when present) in the UI as actual files and not red |
4587 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4587 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4588 # and therefore SYMROOT, needs to be set at the project level. | 4588 # and therefore SYMROOT, needs to be set at the project level. |
4589 'SYMROOT': '<(DEPTH)/xcodebuild', | 4589 'SYMROOT': '<(DEPTH)/xcodebuild', |
4590 }, | 4590 }, |
4591 } | 4591 } |
OLD | NEW |