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

Side by Side Diff: trunk/src/build/all.gyp

Issue 127533002: Revert 243469 "[telemetry] Implement per-pixel algorithms in Bit..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/chrome/telemetry.isolate » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../jingle/jingle.gyp:jingle_unittests', 258 '../jingle/jingle.gyp:jingle_unittests',
259 '../media/cast/cast.gyp:cast_unittests', 259 '../media/cast/cast.gyp:cast_unittests',
260 '../media/media.gyp:media_unittests', 260 '../media/media.gyp:media_unittests',
261 '../mojo/mojo.gyp:mojo', 261 '../mojo/mojo.gyp:mojo',
262 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 262 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
263 '../remoting/remoting.gyp:remoting_unittests', 263 '../remoting/remoting.gyp:remoting_unittests',
264 '../third_party/WebKit/public/all.gyp:all_blink', 264 '../third_party/WebKit/public/all.gyp:all_blink',
265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
268 '../tools/telemetry/telemetry.gyp:*',
269 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
270 ], 269 ],
271 }], 270 }],
272 ['OS=="win"', { 271 ['OS=="win"', {
273 'dependencies': [ 272 'dependencies': [
274 '../chrome/chrome.gyp:crash_service', 273 '../chrome/chrome.gyp:crash_service',
275 '../chrome/chrome.gyp:installer_util_unittests', 274 '../chrome/chrome.gyp:installer_util_unittests',
276 '../chrome/chrome.gyp:mini_installer_test', 275 '../chrome/chrome.gyp:mini_installer_test',
277 # mini_installer_tests depends on mini_installer. This should be 276 # mini_installer_tests depends on mini_installer. This should be
278 # defined in installer.gyp. 277 # defined in installer.gyp.
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 '../chrome/chrome.gyp:interactive_ui_tests_run', 1011 '../chrome/chrome.gyp:interactive_ui_tests_run',
1013 '../chrome/chrome.gyp:sync_integration_tests_run', 1012 '../chrome/chrome.gyp:sync_integration_tests_run',
1014 '../chrome/chrome.gyp:unit_tests_run', 1013 '../chrome/chrome.gyp:unit_tests_run',
1015 '../net/net.gyp:net_unittests_run', 1014 '../net/net.gyp:net_unittests_run',
1016 ], 1015 ],
1017 }, # target_name: chromium_swarm_tests 1016 }, # target_name: chromium_swarm_tests
1018 ], 1017 ],
1019 }], 1018 }],
1020 ], # conditions 1019 ], # conditions
1021 } 1020 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/telemetry.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698