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

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: more fixes 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') | content/common/mojo/channel_init.h » ('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 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 group("gn_mojo_targets") { 731 group("gn_mojo_targets") {
743 testonly = true 732 testonly = true
744 if (is_linux && !is_chromeos) { 733 if (is_linux && !is_chromeos) {
745 # TODO(GYP): Figure out if any of these should be in gn_all 734 # TODO(GYP): Figure out if any of these should be in gn_all
746 # and figure out how cross-platform they are 735 # and figure out how cross-platform they are
747 deps = [ 736 deps = [
748 "//ipc/mojo:ipc_mojo_perftests", 737 "//ipc/mojo:ipc_mojo_perftests",
749 "//media/mojo:tests", 738 "//media/mojo:tests",
750 "//media/mojo/services:cdm_service", 739 "//media/mojo/services:cdm_service",
751 "//mojo:tests", 740 "//mojo:tests",
752
753 # TODO(use-new-edk):
754 #"//mojo/edk/js/tests:js_to_cpp_bindings_python",
755 ] 741 ]
756 } 742 }
757 } 743 }
758 744
759 group("gn_visibility") { 745 group("gn_visibility") {
760 deps = [ 746 deps = [
761 "//build/config/sanitizers:options_sources", 747 "//build/config/sanitizers:options_sources",
762 748
763 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? 749 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility?
764 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? 750 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 ] 858 ]
873 859
874 if (target_cpu == "x86") { 860 if (target_cpu == "x86") {
875 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] 861 deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
876 } 862 }
877 } else { 863 } else {
878 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] 864 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
879 } 865 }
880 } 866 }
881 } 867 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | content/common/mojo/channel_init.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698