| OLD | NEW |
| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "//content/test:content_unittests", | 171 "//content/test:content_unittests", |
| 172 "//device:device_unittests", | 172 "//device:device_unittests", |
| 173 "//gpu:gpu_unittests", | 173 "//gpu:gpu_unittests", |
| 174 "//ipc:ipc_tests", | 174 "//ipc:ipc_tests", |
| 175 "//ipc/mojo:ipc_mojo_unittests", | 175 "//ipc/mojo:ipc_mojo_unittests", |
| 176 "//media:media_unittests", | 176 "//media:media_unittests", |
| 177 "//media/cast:cast_unittests", | 177 "//media/cast:cast_unittests", |
| 178 "//media/midi:midi_unittests", | 178 "//media/midi:midi_unittests", |
| 179 "//mojo", | 179 "//mojo", |
| 180 "//mojo/common:mojo_common_unittests", | 180 "//mojo/common:mojo_common_unittests", |
| 181 "//mojo/edk/system:mojo_system_unittests", |
| 182 "//mojo/edk/test:mojo_public_bindings_unittests", |
| 183 "//mojo/edk/test:mojo_public_environment_unittests", |
| 184 "//mojo/edk/test:mojo_public_system_unittests", |
| 185 "//mojo/edk/test:mojo_public_utility_unittests", |
| 181 "//mojo/shell/public/cpp", | 186 "//mojo/shell/public/cpp", |
| 182 "//net:net_perftests", | 187 "//net:net_perftests", |
| 183 | |
| 184 # TODO(use-new-edk): | |
| 185 #"//mojo/edk/system:mojo_system_unittests", | |
| 186 #"//mojo/edk/test:mojo_public_bindings_unittests", | |
| 187 #"//mojo/edk/test:mojo_public_environment_unittests", | |
| 188 #"//mojo/edk/test:mojo_public_system_unittests", | |
| 189 #"//mojo/edk/test:mojo_public_utility_unittests", | |
| 190 "//third_party/WebKit/Source/platform:blink_heap_unittests", | 188 "//third_party/WebKit/Source/platform:blink_heap_unittests", |
| 191 "//third_party/WebKit/Source/platform:blink_platform_unittests", | 189 "//third_party/WebKit/Source/platform:blink_platform_unittests", |
| 192 "//third_party/WebKit/Source/web:webkit_unit_tests", | 190 "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 193 "//third_party/WebKit/Source/wtf:wtf_unittests", | 191 "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 194 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 192 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
| 195 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", | |
| 196 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", | |
| 197 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", | |
| 198 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", | |
| 199 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", | |
| 200 "//third_party/smhasher:pmurhash", | 193 "//third_party/smhasher:pmurhash", |
| 201 "//tools/imagediff($host_toolchain)", | 194 "//tools/imagediff($host_toolchain)", |
| 202 "//ui/display:display_unittests", | 195 "//ui/display:display_unittests", |
| 203 "//ui/events:events_unittests", | 196 "//ui/events:events_unittests", |
| 204 "//ui/gl:gl_unittests", | 197 "//ui/gl:gl_unittests", |
| 205 "//ui/touch_selection:ui_touch_selection_unittests", | 198 "//ui/touch_selection:ui_touch_selection_unittests", |
| 206 ] | 199 ] |
| 207 } else { | 200 } else { |
| 208 deps += [ | 201 deps += [ |
| 209 "//ios/net:ios_net_unittests", | 202 "//ios/net:ios_net_unittests", |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "//breakpad:minidump_dump($host_toolchain)", | 485 "//breakpad:minidump_dump($host_toolchain)", |
| 493 "//breakpad:minidump_stackwalk($host_toolchain)", | 486 "//breakpad:minidump_stackwalk($host_toolchain)", |
| 494 "//cloud_print:cloud_print_unittests", | 487 "//cloud_print:cloud_print_unittests", |
| 495 "//components/network_hints/browser", | 488 "//components/network_hints/browser", |
| 496 "//content/public/app:browser", | 489 "//content/public/app:browser", |
| 497 "//content/public/app:child", | 490 "//content/public/app:child", |
| 498 | 491 |
| 499 # TODO(GYP): Remove this when the gles2 tests work | 492 # TODO(GYP): Remove this when the gles2 tests work |
| 500 "//gpu/command_buffer/client:gles2_implementation_no_check", | 493 "//gpu/command_buffer/client:gles2_implementation_no_check", |
| 501 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. | 494 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. |
| 495 "//mojo/edk/test:mojo_public_system_perftests", |
| 502 "//mojo/shell/public/cpp", | 496 "//mojo/shell/public/cpp", |
| 503 "//testing/gmock:gmock_main", | 497 "//testing/gmock:gmock_main", |
| 504 | |
| 505 # TODO(use-new-edk): | |
| 506 #"//mojo/edk/test:mojo_public_system_perftests", | |
| 507 "//third_party/codesighs:nm2tsv", | 498 "//third_party/codesighs:nm2tsv", |
| 508 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests", | |
| 509 ] | 499 ] |
| 510 | 500 |
| 511 if (!is_android) { | 501 if (!is_android) { |
| 512 deps += [ | 502 deps += [ |
| 513 "//build/sanitizers:copy_llvm_symbolizer", | 503 "//build/sanitizers:copy_llvm_symbolizer", |
| 514 "//chrome/test:chrome_app_unittests", | 504 "//chrome/test:chrome_app_unittests", |
| 515 "//media/cast:cast_benchmarks", | 505 "//media/cast:cast_benchmarks", |
| 516 "//media/cast:tap_proxy", | 506 "//media/cast:tap_proxy", |
| 517 "//skia:filter_fuzz_stub", | 507 "//skia:filter_fuzz_stub", |
| 518 "//skia:image_operations_bench", | 508 "//skia:image_operations_bench", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 group("gn_mojo_targets") { | 747 group("gn_mojo_targets") { |
| 758 testonly = true | 748 testonly = true |
| 759 if (is_linux && !is_chromeos) { | 749 if (is_linux && !is_chromeos) { |
| 760 # TODO(GYP): Figure out if any of these should be in gn_all | 750 # TODO(GYP): Figure out if any of these should be in gn_all |
| 761 # and figure out how cross-platform they are | 751 # and figure out how cross-platform they are |
| 762 deps = [ | 752 deps = [ |
| 763 "//ipc/mojo:ipc_mojo_perftests", | 753 "//ipc/mojo:ipc_mojo_perftests", |
| 764 "//media/mojo:tests", | 754 "//media/mojo:tests", |
| 765 "//media/mojo/services:cdm_service", | 755 "//media/mojo/services:cdm_service", |
| 766 "//mojo:tests", | 756 "//mojo:tests", |
| 767 | |
| 768 # TODO(use-new-edk): | |
| 769 #"//mojo/edk/js/tests:js_to_cpp_bindings_python", | |
| 770 ] | 757 ] |
| 771 } | 758 } |
| 772 } | 759 } |
| 773 | 760 |
| 774 group("gn_visibility") { | 761 group("gn_visibility") { |
| 775 deps = [ | 762 deps = [ |
| 776 "//build/config/sanitizers:options_sources", | 763 "//build/config/sanitizers:options_sources", |
| 777 | 764 |
| 778 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? | 765 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? |
| 779 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? | 766 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 ] | 874 ] |
| 888 | 875 |
| 889 if (target_cpu == "x86") { | 876 if (target_cpu == "x86") { |
| 890 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] | 877 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] |
| 891 } | 878 } |
| 892 } else { | 879 } else { |
| 893 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] | 880 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] |
| 894 } | 881 } |
| 895 } | 882 } |
| 896 } | 883 } |
| OLD | NEW |