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

Side by Side Diff: BUILD.gn

Issue 2385603002: Add angle_unittests to ozone tests. (Closed)
Patch Set: Add angle_unittests to ozone tests. Created 4 years, 2 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 | testing/buildbot/chromium.chromiumos.json » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "//media/capture:capture_unittests", 295 "//media/capture:capture_unittests",
296 "//media/cast:cast_unittests", 296 "//media/cast:cast_unittests",
297 "//media/midi:midi_unittests", 297 "//media/midi:midi_unittests",
298 "//mojo", 298 "//mojo",
299 "//mojo/common:mojo_common_unittests", 299 "//mojo/common:mojo_common_unittests",
300 "//mojo/edk/system:mojo_system_unittests", 300 "//mojo/edk/system:mojo_system_unittests",
301 "//mojo/edk/test:mojo_public_bindings_unittests", 301 "//mojo/edk/test:mojo_public_bindings_unittests",
302 "//mojo/edk/test:mojo_public_system_unittests", 302 "//mojo/edk/test:mojo_public_system_unittests",
303 "//net:net_perftests", 303 "//net:net_perftests",
304 "//services/shell/public/cpp", 304 "//services/shell/public/cpp",
305 "//third_party/angle/src/tests:angle_end2end_tests",
306 "//third_party/angle/src/tests:angle_unittests",
305 "//third_party/WebKit/Source/platform:blink_platform_unittests", 307 "//third_party/WebKit/Source/platform:blink_platform_unittests",
306 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", 308 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
307 "//third_party/WebKit/Source/web:webkit_unit_tests", 309 "//third_party/WebKit/Source/web:webkit_unit_tests",
308 "//third_party/WebKit/Source/wtf:wtf_unittests", 310 "//third_party/WebKit/Source/wtf:wtf_unittests",
309 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 311 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
310 "//third_party/smhasher:pmurhash", 312 "//third_party/smhasher:pmurhash",
311 "//tools/imagediff($host_toolchain)", 313 "//tools/imagediff($host_toolchain)",
312 "//ui/display:display_unittests", 314 "//ui/display:display_unittests",
313 "//ui/events:events_unittests", 315 "//ui/events:events_unittests",
314 "//ui/gl:gl_unittests", 316 "//ui/gl:gl_unittests",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "//components/sync:run_sync_testserver", 528 "//components/sync:run_sync_testserver",
527 "//device:device_unittests", 529 "//device:device_unittests",
528 "//gin:gin_shell", 530 "//gin:gin_shell",
529 "//gin:gin_unittests", 531 "//gin:gin_unittests",
530 "//google_apis/gcm:mcs_probe", 532 "//google_apis/gcm:mcs_probe",
531 "//gpu:gl_tests", 533 "//gpu:gl_tests",
532 "//gpu:gpu_perftests", 534 "//gpu:gpu_perftests",
533 "//ipc:ipc_perftests", 535 "//ipc:ipc_perftests",
534 "//media:media_perftests", 536 "//media:media_perftests",
535 "//net:dump_cache", 537 "//net:dump_cache",
536 "//third_party/angle/src/tests:angle_end2end_tests",
537 "//third_party/angle/src/tests:angle_unittests",
538 "//third_party/codesighs:maptsvdifftool", 538 "//third_party/codesighs:maptsvdifftool",
539 "//third_party/libphonenumber:libphonenumber_unittests", 539 "//third_party/libphonenumber:libphonenumber_unittests",
540 "//ui/compositor:compositor_unittests", 540 "//ui/compositor:compositor_unittests",
541 ] 541 ]
542 542
543 if (!is_android) { 543 if (!is_android) {
544 deps += [ 544 deps += [
545 "//chrome/test:load_library_perf_tests", 545 "//chrome/test:load_library_perf_tests",
546 "//chrome/test:sync_performance_tests", 546 "//chrome/test:sync_performance_tests",
547 "//chrome/test/chromedriver:chromedriver", 547 "//chrome/test/chromedriver:chromedriver",
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 "//ui/display:display_unittests", 1146 "//ui/display:display_unittests",
1147 "//ui/events:events_unittests", 1147 "//ui/events:events_unittests",
1148 "//ui/gfx:gfx_unittests", 1148 "//ui/gfx:gfx_unittests",
1149 "//ui/gl:gl_unittests", 1149 "//ui/gl:gl_unittests",
1150 "//ui/keyboard:keyboard_unittests", 1150 "//ui/keyboard:keyboard_unittests",
1151 "//ui/touch_selection:ui_touch_selection_unittests", 1151 "//ui/touch_selection:ui_touch_selection_unittests",
1152 "//url:url_unittests", 1152 "//url:url_unittests",
1153 ] 1153 ]
1154 } 1154 }
1155 } 1155 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698