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

Side by Side Diff: infra/bots/recipe_modules/skia/fake_specs.py

Issue 2185953003: Add gyp define to enable vulkan debug layers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # This file is generated by the infra/bots/gen_buildbot_specs.py script. 5 # This file is generated by the infra/bots/gen_buildbot_specs.py script.
6 6
7 FAKE_SPECS = { 7 FAKE_SPECS = {
8 'Build-Mac-Clang-Arm7-Debug-Android': { 8 'Build-Mac-Clang-Arm7-Debug-Android': {
9 'build_targets': [ 9 'build_targets': [
10 'most', 10 'most',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'target_arch': 'x86_64', 576 'target_arch': 'x86_64',
577 }, 577 },
578 'configuration': 'Release_x64', 578 'configuration': 'Release_x64',
579 'dm_flags': [ 579 'dm_flags': [
580 '--dummy-flags', 580 '--dummy-flags',
581 ], 581 ],
582 'do_perf_steps': False, 582 'do_perf_steps': False,
583 'do_test_steps': False, 583 'do_test_steps': False,
584 'env': { 584 'env': {
585 'GYP_DEFINES': 585 'GYP_DEFINES':
586 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_warn' 586 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_vulk'
587 'ings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg' 587 'an_debug_layers=0 skia_warnings_as_errors=1 skia_win_debuggers_pa'
588 '=0'), 588 'th=c:/DbgHelp skia_win_ltcg=0'),
589 }, 589 },
590 'nanobench_flags': [ 590 'nanobench_flags': [
591 '--dummy-flags', 591 '--dummy-flags',
592 ], 592 ],
593 'upload_dm_results': True, 593 'upload_dm_results': True,
594 'upload_perf_results': False, 594 'upload_perf_results': False,
595 }, 595 },
596 'Housekeeper-Nightly-RecreateSKPs_Canary': { 596 'Housekeeper-Nightly-RecreateSKPs_Canary': {
597 'build_targets': [ 597 'build_targets': [
598 'most', 598 'most',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 }, 929 },
930 'configuration': 'Debug', 930 'configuration': 'Debug',
931 'device_cfg': 'arm64', 931 'device_cfg': 'arm64',
932 'dm_flags': [ 932 'dm_flags': [
933 '--dummy-flags', 933 '--dummy-flags',
934 ], 934 ],
935 'do_perf_steps': True, 935 'do_perf_steps': True,
936 'do_test_steps': True, 936 'do_test_steps': True,
937 'env': { 937 'env': {
938 'GYP_DEFINES': 938 'GYP_DEFINES':
939 'skia_arch_type=arm64 skia_vulkan=1 skia_warnings_as_errors=0', 939 ('skia_arch_type=arm64 skia_vulkan=1 skia_vulkan_debug_layers=0 ski'
940 'a_warnings_as_errors=0'),
940 }, 941 },
941 'nanobench_flags': [ 942 'nanobench_flags': [
942 '--dummy-flags', 943 '--dummy-flags',
943 ], 944 ],
944 'product.board': 'foster', 945 'product.board': 'foster',
945 'upload_dm_results': True, 946 'upload_dm_results': True,
946 'upload_perf_results': False, 947 'upload_perf_results': False,
947 }, 948 },
948 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug': { 949 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug': {
949 'build_targets': [ 950 'build_targets': [
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1341 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1341 's_errors=0'), 1342 's_errors=0'),
1342 }, 1343 },
1343 'nanobench_flags': [ 1344 'nanobench_flags': [
1344 '--dummy-flags', 1345 '--dummy-flags',
1345 ], 1346 ],
1346 'upload_dm_results': True, 1347 'upload_dm_results': True,
1347 'upload_perf_results': False, 1348 'upload_perf_results': False,
1348 }, 1349 },
1349 } 1350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698