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

Side by Side Diff: build/all.gyp

Issue 121493004: [telemetry] Implement per-pixel algorithms in Bitmap as a C++ extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync 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
« no previous file with comments | « no previous file | 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:*',
268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 269 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
269 ], 270 ],
270 }], 271 }],
271 ['OS=="win"', { 272 ['OS=="win"', {
272 'dependencies': [ 273 'dependencies': [
273 '../chrome/chrome.gyp:crash_service', 274 '../chrome/chrome.gyp:crash_service',
274 '../chrome/chrome.gyp:installer_util_unittests', 275 '../chrome/chrome.gyp:installer_util_unittests',
275 '../chrome/chrome.gyp:mini_installer_test', 276 '../chrome/chrome.gyp:mini_installer_test',
276 # mini_installer_tests depends on mini_installer. This should be 277 # mini_installer_tests depends on mini_installer. This should be
277 # defined in installer.gyp. 278 # defined in installer.gyp.
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../chrome/chrome.gyp:interactive_ui_tests_run', 1012 '../chrome/chrome.gyp:interactive_ui_tests_run',
1012 '../chrome/chrome.gyp:sync_integration_tests_run', 1013 '../chrome/chrome.gyp:sync_integration_tests_run',
1013 '../chrome/chrome.gyp:unit_tests_run', 1014 '../chrome/chrome.gyp:unit_tests_run',
1014 '../net/net.gyp:net_unittests_run', 1015 '../net/net.gyp:net_unittests_run',
1015 ], 1016 ],
1016 }, # target_name: chromium_swarm_tests 1017 }, # target_name: chromium_swarm_tests
1017 ], 1018 ],
1018 }], 1019 }],
1019 ], # conditions 1020 ], # conditions
1020 } 1021 }
OLDNEW
« no previous file with comments | « no previous file | chrome/telemetry.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698