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

Side by Side Diff: BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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 | build/all.gyp » ('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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "//content/test:content_unittests", 169 "//content/test:content_unittests",
170 "//device:device_unittests", 170 "//device:device_unittests",
171 "//gpu:gpu_unittests", 171 "//gpu:gpu_unittests",
172 "//ipc:ipc_tests", 172 "//ipc:ipc_tests",
173 "//ipc/mojo:ipc_mojo_unittests", 173 "//ipc/mojo:ipc_mojo_unittests",
174 "//media:media_unittests", 174 "//media:media_unittests",
175 "//media/cast:cast_unittests", 175 "//media/cast:cast_unittests",
176 "//media/midi:midi_unittests", 176 "//media/midi:midi_unittests",
177 "//mojo", 177 "//mojo",
178 "//mojo/common:mojo_common_unittests", 178 "//mojo/common:mojo_common_unittests",
179 "//mojo/edk/system:mojo_system_unittests",
180 "//mojo/edk/test:mojo_public_bindings_unittests",
181 "//mojo/edk/test:mojo_public_environment_unittests",
182 "//mojo/edk/test:mojo_public_system_unittests",
183 "//mojo/edk/test:mojo_public_utility_unittests",
179 "//mojo/shell/public/cpp", 184 "//mojo/shell/public/cpp",
180 "//net:net_perftests", 185 "//net:net_perftests",
181
182 # TODO(use-new-edk):
183 #"//mojo/edk/system:mojo_system_unittests",
184 #"//mojo/edk/test:mojo_public_bindings_unittests",
185 #"//mojo/edk/test:mojo_public_environment_unittests",
186 #"//mojo/edk/test:mojo_public_system_unittests",
187 #"//mojo/edk/test:mojo_public_utility_unittests",
188 "//third_party/WebKit/Source/platform:blink_heap_unittests", 186 "//third_party/WebKit/Source/platform:blink_heap_unittests",
189 "//third_party/WebKit/Source/platform:blink_platform_unittests", 187 "//third_party/WebKit/Source/platform:blink_platform_unittests",
190 "//third_party/WebKit/Source/web:webkit_unit_tests", 188 "//third_party/WebKit/Source/web:webkit_unit_tests",
191 "//third_party/WebKit/Source/wtf:wtf_unittests", 189 "//third_party/WebKit/Source/wtf:wtf_unittests",
192 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
193 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
194 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
195 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
196 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
197 "//third_party/smhasher:pmurhash", 190 "//third_party/smhasher:pmurhash",
198 "//tools/imagediff($host_toolchain)", 191 "//tools/imagediff($host_toolchain)",
199 "//tools/telemetry:bitmaptools($host_toolchain)", 192 "//tools/telemetry:bitmaptools($host_toolchain)",
200 "//ui/display:display_unittests", 193 "//ui/display:display_unittests",
201 "//ui/events:events_unittests", 194 "//ui/events:events_unittests",
202 "//ui/gl:gl_unittests", 195 "//ui/gl:gl_unittests",
203 "//ui/touch_selection:ui_touch_selection_unittests", 196 "//ui/touch_selection:ui_touch_selection_unittests",
204 ] 197 ]
205 } else { 198 } else {
206 deps += [ 199 deps += [
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "//breakpad:minidump_dump($host_toolchain)", 491 "//breakpad:minidump_dump($host_toolchain)",
499 "//breakpad:minidump_stackwalk($host_toolchain)", 492 "//breakpad:minidump_stackwalk($host_toolchain)",
500 "//cloud_print:cloud_print_unittests", 493 "//cloud_print:cloud_print_unittests",
501 "//components/network_hints/browser", 494 "//components/network_hints/browser",
502 "//content/public/app:browser", 495 "//content/public/app:browser",
503 "//content/public/app:child", 496 "//content/public/app:child",
504 497
505 # TODO(GYP): Remove this when the gles2 tests work 498 # TODO(GYP): Remove this when the gles2 tests work
506 "//gpu/command_buffer/client:gles2_implementation_no_check", 499 "//gpu/command_buffer/client:gles2_implementation_no_check",
507 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete. 500 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete.
508 "//mojo/shell/public/cpp", 501 "//mojo/edk/test:mojo_public_system_perftests",
509 "//testing/gmock:gmock_main", 502 "//testing/gmock:gmock_main",
510
511 # TODO(use-new-edk):
512 #"//mojo/edk/test:mojo_public_system_perftests",
513 "//third_party/codesighs:nm2tsv", 503 "//third_party/codesighs:nm2tsv",
514 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
515 ] 504 ]
516 505
517 if (!is_android) { 506 if (!is_android) {
518 deps += [ 507 deps += [
519 "//build/sanitizers:copy_llvm_symbolizer", 508 "//build/sanitizers:copy_llvm_symbolizer",
520 "//chrome/test:chrome_app_unittests", 509 "//chrome/test:chrome_app_unittests",
521 "//media/cast:cast_benchmarks", 510 "//media/cast:cast_benchmarks",
522 "//media/cast:tap_proxy", 511 "//media/cast:tap_proxy",
523 "//skia:filter_fuzz_stub", 512 "//skia:filter_fuzz_stub",
524 "//skia:image_operations_bench", 513 "//skia:image_operations_bench",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 group("gn_mojo_targets") { 734 group("gn_mojo_targets") {
746 testonly = true 735 testonly = true
747 if (is_linux && !is_chromeos) { 736 if (is_linux && !is_chromeos) {
748 # TODO(GYP): Figure out if any of these should be in gn_all 737 # TODO(GYP): Figure out if any of these should be in gn_all
749 # and figure out how cross-platform they are 738 # and figure out how cross-platform they are
750 deps = [ 739 deps = [
751 "//ipc/mojo:ipc_mojo_perftests", 740 "//ipc/mojo:ipc_mojo_perftests",
752 "//media/mojo:tests", 741 "//media/mojo:tests",
753 "//media/mojo/services:cdm_service", 742 "//media/mojo/services:cdm_service",
754 "//mojo:tests", 743 "//mojo:tests",
755
756 # TODO(use-new-edk):
757 #"//mojo/edk/js/tests:js_to_cpp_bindings_python",
758 ] 744 ]
759 } 745 }
760 } 746 }
761 747
762 group("gn_visibility") { 748 group("gn_visibility") {
763 deps = [ 749 deps = [
764 "//build/config/sanitizers:options_sources", 750 "//build/config/sanitizers:options_sources",
765 751
766 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? 752 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility?
767 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? 753 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 ] 861 ]
876 862
877 if (target_cpu == "x86") { 863 if (target_cpu == "x86") {
878 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] 864 deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
879 } 865 }
880 } else { 866 } else {
881 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] 867 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
882 } 868 }
883 } 869 }
884 } 870 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698