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

Side by Side Diff: build/common.gypi

Issue 1509773004: CL for perf tryjob on android Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/WebKit/LayoutTests/TestExpectations » ('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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 809
810 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { 810 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
811 'enable_one_click_signin%': 1, 811 'enable_one_click_signin%': 1,
812 }], 812 }],
813 813
814 ['OS=="android"', { 814 ['OS=="android"', {
815 'enable_extensions%': 0, 815 'enable_extensions%': 0,
816 'cld2_table_size%': 0, 816 'cld2_table_size%': 0,
817 'enable_themes%': 0, 817 'enable_themes%': 0,
818 'remoting%': 0, 818 'remoting%': 0,
819 'arm_neon%': 0, 819 'arm_neon': 1,
820 'arm_neon_optional%': 1, 820 'arm_neon_optional': 0,
821 'enable_basic_printing%': 1, 821 'enable_basic_printing%': 1,
822 'enable_print_preview%': 0, 822 'enable_print_preview%': 0,
823 'enable_task_manager%':0, 823 'enable_task_manager%':0,
824 'video_hole%': 1, 824 'video_hole%': 1,
825 }], 825 }],
826 826
827 # Android and OSX have built-in spellcheckers that can be utilized. 827 # Android and OSX have built-in spellcheckers that can be utilized.
828 ['OS=="android" or OS=="mac"', { 828 ['OS=="android" or OS=="mac"', {
829 'use_browser_spellchecker%': 1, 829 'use_browser_spellchecker%': 1,
830 }], 830 }],
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'enable_topchrome_md%': '<(enable_topchrome_md)', 1139 'enable_topchrome_md%': '<(enable_topchrome_md)',
1140 'enable_wayland_server%': '<(enable_wayland_server)', 1140 'enable_wayland_server%': '<(enable_wayland_server)',
1141 'image_loader_extension%': '<(image_loader_extension)', 1141 'image_loader_extension%': '<(image_loader_extension)',
1142 'fastbuild%': '<(fastbuild)', 1142 'fastbuild%': '<(fastbuild)',
1143 'dont_embed_build_metadata%': '<(dont_embed_build_metadata)', 1143 'dont_embed_build_metadata%': '<(dont_embed_build_metadata)',
1144 'win_z7%': '<(win_z7)', 1144 'win_z7%': '<(win_z7)',
1145 'dcheck_always_on%': '<(dcheck_always_on)', 1145 'dcheck_always_on%': '<(dcheck_always_on)',
1146 'tracing_like_official_build%': '<(tracing_like_official_build)', 1146 'tracing_like_official_build%': '<(tracing_like_official_build)',
1147 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici al_build)', 1147 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici al_build)',
1148 'arm_version%': '<(arm_version)', 1148 'arm_version%': '<(arm_version)',
1149 'arm_neon%': '<(arm_neon)', 1149 'arm_neon': '1',
1150 'arm_neon_optional%': '<(arm_neon_optional)', 1150 'arm_neon_optional': '0',
1151 'sysroot%': '<(sysroot)', 1151 'sysroot%': '<(sysroot)',
1152 'pkg-config%': '<(pkg-config)', 1152 'pkg-config%': '<(pkg-config)',
1153 'chroot_cmd%': '<(chroot_cmd)', 1153 'chroot_cmd%': '<(chroot_cmd)',
1154 'system_libdir%': '<(system_libdir)', 1154 'system_libdir%': '<(system_libdir)',
1155 'component%': '<(component)', 1155 'component%': '<(component)',
1156 'win_analyze%': '<(win_analyze)', 1156 'win_analyze%': '<(win_analyze)',
1157 'win_fastlink%': '<(win_fastlink)', 1157 'win_fastlink%': '<(win_fastlink)',
1158 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera tion)', 1158 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera tion)',
1159 'use_titlecase_in_grd%': '<(use_titlecase_in_grd)', 1159 'use_titlecase_in_grd%': '<(use_titlecase_in_grd)',
1160 'remoting%': '<(remoting)', 1160 'remoting%': '<(remoting)',
(...skipping 5206 matching lines...) Expand 10 before | Expand all | Expand 10 after
6367 # settings in target dicts. SYMROOT is a special case, because many other 6367 # settings in target dicts. SYMROOT is a special case, because many other
6368 # Xcode variables depend on it, including variables such as 6368 # Xcode variables depend on it, including variables such as
6369 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6369 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6370 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6370 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6371 # files to appear (when present) in the UI as actual files and not red 6371 # files to appear (when present) in the UI as actual files and not red
6372 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6372 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6373 # and therefore SYMROOT, needs to be set at the project level. 6373 # and therefore SYMROOT, needs to be set at the project level.
6374 'SYMROOT': '<(DEPTH)/xcodebuild', 6374 'SYMROOT': '<(DEPTH)/xcodebuild',
6375 }, 6375 },
6376 } 6376 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698