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

Side by Side Diff: BUILD.gn

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent of tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate Created 4 years, 11 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 | build/all.gyp » ('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) 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 # TODO(use-new-edk): 183 # TODO(use-new-edk):
184 #"//mojo/edk/system:mojo_system_unittests", 184 #"//mojo/edk/system:mojo_system_unittests",
185 #"//mojo/edk/test:mojo_public_bindings_unittests", 185 #"//mojo/edk/test:mojo_public_bindings_unittests",
186 #"//mojo/edk/test:mojo_public_environment_unittests", 186 #"//mojo/edk/test:mojo_public_environment_unittests",
187 #"//mojo/edk/test:mojo_public_system_unittests", 187 #"//mojo/edk/test:mojo_public_system_unittests",
188 #"//mojo/edk/test:mojo_public_utility_unittests", 188 #"//mojo/edk/test:mojo_public_utility_unittests",
189 "//third_party/WebKit/Source/platform:blink_heap_unittests", 189 "//third_party/WebKit/Source/platform:blink_heap_unittests",
190 "//third_party/WebKit/Source/platform:blink_platform_unittests", 190 "//third_party/WebKit/Source/platform:blink_platform_unittests",
191 "//third_party/WebKit/Source/web:webkit_unit_tests", 191 "//third_party/WebKit/Source/web:webkit_unit_tests",
192 "//third_party/WebKit/Source/wtf:wtf_unittests", 192 "//third_party/WebKit/Source/wtf:wtf_unittests",
193 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
193 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", 194 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
194 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", 195 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
195 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", 196 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
196 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", 197 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
197 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", 198 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
198 "//third_party/smhasher:pmurhash", 199 "//third_party/smhasher:pmurhash",
199 "//tools/imagediff($host_toolchain)", 200 "//tools/imagediff($host_toolchain)",
200 "//tools/telemetry:bitmaptools($host_toolchain)",
201 "//ui/display:display_unittests", 201 "//ui/display:display_unittests",
202 "//ui/events:events_unittests", 202 "//ui/events:events_unittests",
203 "//ui/gl:gl_unittests", 203 "//ui/gl:gl_unittests",
204 "//ui/touch_selection:ui_touch_selection_unittests", 204 "//ui/touch_selection:ui_touch_selection_unittests",
205 ] 205 ]
206 } else { 206 } else {
207 deps += [ 207 deps += [
208 "//ios/net:ios_net_unittests", 208 "//ios/net:ios_net_unittests",
209 "//ios/public/provider/web", 209 "//ios/public/provider/web",
210 "//ios/testing:ocmock_support_unittest", 210 "//ios/testing:ocmock_support_unittest",
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 # TODO(GYP): Make this target work on the mac. 856 # TODO(GYP): Make this target work on the mac.
857 if (!is_ios && !is_android && !is_chromecast && !is_mac) { 857 if (!is_ios && !is_android && !is_chromecast && !is_mac) {
858 deps = [ 858 deps = [
859 "//cc:cc_perftests", 859 "//cc:cc_perftests",
860 "//chrome", 860 "//chrome",
861 "//chrome/test:load_library_perf_tests", 861 "//chrome/test:load_library_perf_tests",
862 "//chrome/test:sync_performance_tests", 862 "//chrome/test:sync_performance_tests",
863 "//gpu:gpu_perftests", 863 "//gpu:gpu_perftests",
864 "//media:media_perftests", 864 "//media:media_perftests",
865 "//media/midi:midi_unittests", 865 "//media/midi:midi_unittests",
866 "//tools/telemetry:bitmaptools", 866 "//third_party/catapult/telemetry:bitmaptools",
867 ] 867 ]
868 868
869 if (!is_chromeos) { 869 if (!is_chromeos) {
870 deps += [ "//chrome/test:performance_browser_tests" ] 870 deps += [ "//chrome/test:performance_browser_tests" ]
871 } 871 }
872 if (is_linux && !is_chromeos) { 872 if (is_linux && !is_chromeos) {
873 if (is_official_build) { 873 if (is_official_build) {
874 # In GN builds, this is controlled by the 'linux_dump_symbols' 874 # In GN builds, this is controlled by the 'linux_dump_symbols'
875 # flag, which defaults to 1 for official builds. For now, 875 # flag, which defaults to 1 for official builds. For now,
876 # we skip the separate flag and just key off of is_official_build. 876 # we skip the separate flag and just key off of is_official_build.
(...skipping 12 matching lines...) Expand all
889 ] 889 ]
890 890
891 if (target_cpu == "x86") { 891 if (target_cpu == "x86") {
892 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] 892 deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
893 } 893 }
894 } else { 894 } else {
895 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] 895 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
896 } 896 }
897 } 897 }
898 } 898 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698