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

Side by Side Diff: BUILD.gn

Issue 2442663004: Adding isolate for cc_perftests and triggering job on FYI waterfall (Closed)
Patch Set: Removing arg Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | testing/scripts/run_gtest_perf_test.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 # Add a dummy target for compatibility w/ GYP 954 # Add a dummy target for compatibility w/ GYP
955 group("chromium_swarm_tests") { 955 group("chromium_swarm_tests") {
956 } 956 }
957 957
958 group("chromium_builder_perf") { 958 group("chromium_builder_perf") {
959 testonly = true 959 testonly = true
960 960
961 if (!is_ios && !is_android && !is_chromecast) { 961 if (!is_ios && !is_android && !is_chromecast) {
962 data_deps = [ 962 data_deps = [
963 "//cc:cc_perftests", 963 "//cc:cc_perftests",
964 "//chrome/test:cc_perf_tests",
964 "//chrome/test:load_library_perf_tests", 965 "//chrome/test:load_library_perf_tests",
965 "//chrome/test:telemetry_perf_tests", 966 "//chrome/test:telemetry_perf_tests",
966 "//gpu:gpu_perftests", 967 "//gpu:gpu_perftests",
967 "//media:media_perftests", 968 "//media:media_perftests",
968 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", 969 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
969 ] 970 ]
970 971
971 if (!is_chromeos) { 972 if (!is_chromeos) {
972 data_deps += [ "//chrome/test:performance_browser_tests" ] 973 data_deps += [ "//chrome/test:performance_browser_tests" ]
973 } 974 }
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 "//ui/display:display_unittests", 1152 "//ui/display:display_unittests",
1152 "//ui/events:events_unittests", 1153 "//ui/events:events_unittests",
1153 "//ui/gfx:gfx_unittests", 1154 "//ui/gfx:gfx_unittests",
1154 "//ui/gl:gl_unittests", 1155 "//ui/gl:gl_unittests",
1155 "//ui/keyboard:keyboard_unittests", 1156 "//ui/keyboard:keyboard_unittests",
1156 "//ui/touch_selection:ui_touch_selection_unittests", 1157 "//ui/touch_selection:ui_touch_selection_unittests",
1157 "//url:url_unittests", 1158 "//url:url_unittests",
1158 ] 1159 ]
1159 } 1160 }
1160 } 1161 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | testing/scripts/run_gtest_perf_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698