| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index b469a2220307a9a576a8291eb88d9121f7cef67e..9e121e5e3238dacae084e801167d9f323a34d719 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -74,7 +74,6 @@
|
| '../chrome/chrome.gyp:chrome_shell_apk',
|
| '../chrome/chrome.gyp:chrome_sync_shell_apk',
|
| '../remoting/remoting.gyp:remoting_apk',
|
| - '../tools/telemetry/telemetry.gyp:*#host',
|
| # TODO(nyquist) This should instead by a target for sync when all of
|
| # the sync-related code for Android has been upstreamed.
|
| # See http://crbug.com/159203
|
| @@ -139,7 +138,6 @@
|
| '../third_party/qcms/qcms.gyp:*',
|
| '../tools/gn/gn.gyp:*',
|
| '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
|
| - '../tools/telemetry/telemetry.gyp:*',
|
| '../v8/tools/gyp/v8.gyp:*',
|
| '<(libjpeg_gyp_path):*',
|
| ],
|
| @@ -330,7 +328,6 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
|
| '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| - '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| }],
|
| ['OS=="win"', {
|
| @@ -510,7 +507,6 @@
|
| '../chrome/chrome.gyp:sync_performance_tests',
|
| '../media/media.gyp:media_perftests',
|
| '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
|
| - '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['OS!="ios" and OS!="win"', {
|
| @@ -548,7 +544,6 @@
|
| '../gpu/gpu.gyp:gl_tests',
|
| '../gpu/gpu.gyp:angle_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| - '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['OS!="ios" and OS!="win"', {
|
| @@ -585,7 +580,6 @@
|
| '../gpu/gpu.gyp:gl_tests',
|
| '../gpu/gpu.gyp:angle_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| - '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['OS!="ios" and OS!="win"', {
|
| @@ -893,7 +887,6 @@
|
| '../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/base/ui_base_tests.gyp:ui_base_unittests',
|
| '../ui/base/ui_base_tests.gyp:ui_unittests',
|
| '../ui/gfx/gfx_tests.gyp:gfx_unittests',
|
| @@ -931,7 +924,6 @@
|
| '../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/base/ui_base_tests.gyp:ui_base_unittests',
|
| '../ui/base/ui_base_tests.gyp:ui_unittests',
|
| '../ui/gfx/gfx_tests.gyp:gfx_unittests',
|
| @@ -1032,7 +1024,6 @@
|
| '../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/base/ui_base_tests.gyp:ui_base_unittests',
|
| '../ui/base/ui_base_tests.gyp:ui_unittests',
|
| '../ui/events/events.gyp:events_unittests',
|
|
|