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

Side by Side Diff: BUILD.gn

Issue 1093763002: Revert of Make a mojo:apptests GN meta-target, add apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | mojo/BUILD.gn » ('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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "//device/battery:mojo_bindings_dart", 677 "//device/battery:mojo_bindings_dart",
678 "//device/vibration:mojo_bindings_dart", 678 "//device/vibration:mojo_bindings_dart",
679 "//device/vibration:mojo_bindings_python", 679 "//device/vibration:mojo_bindings_python",
680 "//ipc/mojo:ipc_mojo_perftests", 680 "//ipc/mojo:ipc_mojo_perftests",
681 "//ipc/mojo:client_channel_dart", 681 "//ipc/mojo:client_channel_dart",
682 "//ipc/mojo:client_channel_python", 682 "//ipc/mojo:client_channel_python",
683 "//media/mojo/interfaces:interfaces_dart", 683 "//media/mojo/interfaces:interfaces_dart",
684 "//media/mojo/interfaces:interfaces_python", 684 "//media/mojo/interfaces:interfaces_python",
685 "//media/mojo/services:cdm_service", 685 "//media/mojo/services:cdm_service",
686 "//media/mojo:tests", 686 "//media/mojo:tests",
687 "//mojo:apptests",
688 "//net/interfaces:interfaces_dart", 687 "//net/interfaces:interfaces_dart",
689 "//net/interfaces:interfaces_python", 688 "//net/interfaces:interfaces_python",
690 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", 689 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
691 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_dart", 690 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_dart",
692 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", 691 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python",
693 "//third_party/mojo/src/mojo/public/python:packaged_application", 692 "//third_party/mojo/src/mojo/public/python:packaged_application",
694 "//third_party/mojo/src/mojo/public/python:packaged_bindings", 693 "//third_party/mojo/src/mojo/public/python:packaged_bindings",
695 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon e", 694 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon e",
696 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_dart", 695 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_dart",
697 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_python", 696 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_python",
698 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac es_dart", 697 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac es_dart",
699 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac es_python", 698 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac es_python",
700 ] 699 ]
701 700
702 if (!is_component_build) { 701 if (!is_debug) {
703 deps += [ "//mojo/services/html_viewer:tests" ] 702 deps += [
703 "//mojo/services/html_viewer:apptests",
704 "//mojo/services/html_viewer:tests",
705 "//mojo/services/network:apptests",
706 ]
704 } 707 }
705 } 708 }
706 } 709 }
707 710
708 group("gn_visibility") { 711 group("gn_visibility") {
709 deps = [ 712 deps = [
710 # "//build/config/sanitizers:options_sources", 713 # "//build/config/sanitizers:options_sources",
711 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? 714 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility?
712 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? 715 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
713 # "//ui/resources:repack_ui_test_mac_locale_pack", 716 # "//ui/resources:repack_ui_test_mac_locale_pack",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 781
779 # Note: 782 # Note:
780 # (*) Fails but failures match GYP build at time of testing. 783 # (*) Fails but failures match GYP build at time of testing.
781 ] 784 ]
782 785
783 if (enable_nacl) { 786 if (enable_nacl) {
784 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 787 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
785 } 788 }
786 } 789 }
787 } 790 }
OLDNEW
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698