summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authornednguyen <nednguyen@google.com>2016-01-26 17:39:28 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 01:40:55 +0000
commitc42bf9152ace37475c1149ec57ffe2838671085b (patch)
treee0372c983f49727a60a09788551ad9bdf6159fbd /BUILD.gn
parent1305f726bd299d30b0206bdd787eda473be7cce3 (diff)
downloadchromium_src-c42bf9152ace37475c1149ec57ffe2838671085b.zip
chromium_src-c42bf9152ace37475c1149ec57ffe2838671085b.tar.gz
chromium_src-c42bf9152ace37475c1149ec57ffe2838671085b.tar.bz2
Update references to tools/telemetry in .gn, .gyp & .isolate files
Now that tools/telemetry is moved to catapult/ repo (https://github.com/catapult-project/catapult/commit/40afc53353daf28b955397c8e27d6f1de7bb10b6), we will soon remove tools/telemetry/. This patch update the reference to telemetry/ in .gn, .gyp & .isolate files BUG=478864 TEST=patch set 1 delete telemetry/telemetry.gyp, telemetry/BUILD.gn & telemetry/telemetry.isolate, CQ shows that all bots are green. Review URL: https://codereview.chromium.org/1638483002 Cr-Commit-Position: refs/heads/master@{#371681}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e85e060..fac0464 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -190,6 +190,7 @@ group("both_gn_and_gyp") {
"//third_party/WebKit/Source/platform:blink_platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//third_party/WebKit/Source/wtf:wtf_unittests",
+ "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
@@ -197,7 +198,6 @@ group("both_gn_and_gyp") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
"//third_party/smhasher:pmurhash",
"//tools/imagediff($host_toolchain)",
- "//tools/telemetry:bitmaptools($host_toolchain)",
"//ui/display:display_unittests",
"//ui/events:events_unittests",
"//ui/gl:gl_unittests",
@@ -863,7 +863,7 @@ group("chromium_builder_perf") {
"//gpu:gpu_perftests",
"//media:media_perftests",
"//media/midi:midi_unittests",
- "//tools/telemetry:bitmaptools",
+ "//third_party/catapult/telemetry:bitmaptools",
]
if (!is_chromeos) {