diff options
author | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 03:20:48 +0000 |
---|---|---|
committer | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 03:20:48 +0000 |
commit | 5e981ee169bd2a543053888ce48414340de8818f (patch) | |
tree | 1651d27375211be4454daa17f109ea0f42d7ed25 /build/all.gyp | |
parent | 6700f99fea126e528ea2e92b0782bb8cfbc40c81 (diff) | |
download | chromium_src-5e981ee169bd2a543053888ce48414340de8818f.zip chromium_src-5e981ee169bd2a543053888ce48414340de8818f.tar.gz chromium_src-5e981ee169bd2a543053888ce48414340de8818f.tar.bz2 |
Add telemetry.gyp to chromium_builder{,_dbg,_rel} targets
BUG=323813
Review URL: https://codereview.chromium.org/144023014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 73395e8..2ae22637 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -689,6 +689,7 @@ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', + '../tools/telemetry/telemetry.gyp:*', '../ui/ui_unittests.gyp:ui_unittests', '../url/url.gyp:url_unittests', '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests', @@ -723,6 +724,7 @@ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', + '../tools/telemetry/telemetry.gyp:*', '../ui/ui_unittests.gyp:ui_unittests', '../url/url.gyp:url_unittests', '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests', @@ -825,6 +827,7 @@ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', + '../tools/telemetry/telemetry.gyp:*', '../ui/events/events.gyp:events_unittests', '../ui/ui_unittests.gyp:ui_unittests', '../ui/views/views.gyp:views_unittests', |