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

Side by Side Diff: BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | build/all.gyp » ('j') | mojo/platform_handle/platform_handle_functions.cc » ('J')
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "//breakpad:minidump_dump($host_toolchain)", 490 "//breakpad:minidump_dump($host_toolchain)",
498 "//breakpad:minidump_stackwalk($host_toolchain)", 491 "//breakpad:minidump_stackwalk($host_toolchain)",
499 "//cloud_print:cloud_print_unittests", 492 "//cloud_print:cloud_print_unittests",
500 "//components/network_hints/browser", 493 "//components/network_hints/browser",
501 "//content/public/app:browser", 494 "//content/public/app:browser",
502 "//content/public/app:child", 495 "//content/public/app:child",
503 496
504 # TODO(GYP): Remove this when the gles2 tests work 497 # TODO(GYP): Remove this when the gles2 tests work
505 "//gpu/command_buffer/client:gles2_implementation_no_check", 498 "//gpu/command_buffer/client:gles2_implementation_no_check",
506 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete. 499 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete.
500 "//mojo/edk/test:mojo_public_system_perftests",
507 "//mojo/shell/public/cpp", 501 "//mojo/shell/public/cpp",
508 "//testing/gmock:gmock_main", 502 "//testing/gmock:gmock_main",
509
510 # TODO(use-new-edk):
511 #"//mojo/edk/test:mojo_public_system_perftests",
512 "//third_party/codesighs:nm2tsv", 503 "//third_party/codesighs:nm2tsv",
513 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
514 ] 504 ]
515 505
516 if (!is_android) { 506 if (!is_android) {
517 deps += [ 507 deps += [
518 "//build/sanitizers:copy_llvm_symbolizer", 508 "//build/sanitizers:copy_llvm_symbolizer",
519 "//chrome/test:chrome_app_unittests", 509 "//chrome/test:chrome_app_unittests",
520 "//media/cast:cast_benchmarks", 510 "//media/cast:cast_benchmarks",
521 "//media/cast:tap_proxy", 511 "//media/cast:tap_proxy",
522 "//skia:filter_fuzz_stub", 512 "//skia:filter_fuzz_stub",
523 "//skia:image_operations_bench", 513 "//skia:image_operations_bench",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 group("gn_mojo_targets") { 750 group("gn_mojo_targets") {
761 testonly = true 751 testonly = true
762 if (is_linux && !is_chromeos) { 752 if (is_linux && !is_chromeos) {
763 # TODO(GYP): Figure out if any of these should be in gn_all 753 # TODO(GYP): Figure out if any of these should be in gn_all
764 # and figure out how cross-platform they are 754 # and figure out how cross-platform they are
765 deps = [ 755 deps = [
766 "//ipc/mojo:ipc_mojo_perftests", 756 "//ipc/mojo:ipc_mojo_perftests",
767 "//media/mojo:tests", 757 "//media/mojo:tests",
768 "//media/mojo/services:cdm_service", 758 "//media/mojo/services:cdm_service",
769 "//mojo:tests", 759 "//mojo:tests",
770
771 # TODO(use-new-edk):
772 #"//mojo/edk/js/tests:js_to_cpp_bindings_python",
773 ] 760 ]
774 } 761 }
775 } 762 }
776 763
777 group("gn_visibility") { 764 group("gn_visibility") {
778 deps = [ 765 deps = [
779 "//build/config/sanitizers:options_sources", 766 "//build/config/sanitizers:options_sources",
780 767
781 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? 768 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility?
782 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? 769 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ] 877 ]
891 878
892 if (target_cpu == "x86") { 879 if (target_cpu == "x86") {
893 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] 880 deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
894 } 881 }
895 } else { 882 } else {
896 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] 883 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
897 } 884 }
898 } 885 }
899 } 886 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | mojo/platform_handle/platform_handle_functions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698