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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", |
687 "//net/interfaces:interfaces_dart", | 688 "//net/interfaces:interfaces_dart", |
688 "//net/interfaces:interfaces_python", | 689 "//net/interfaces:interfaces_python", |
689 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", | 690 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", |
690 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_dart", | 691 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_dart", |
691 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", | 692 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", |
692 "//third_party/mojo/src/mojo/public/python:packaged_application", | 693 "//third_party/mojo/src/mojo/public/python:packaged_application", |
693 "//third_party/mojo/src/mojo/public/python:packaged_bindings", | 694 "//third_party/mojo/src/mojo/public/python:packaged_bindings", |
694 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon
e", | 695 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon
e", |
695 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_dart", | 696 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_dart", |
696 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", | 697 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", |
697 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac
es_dart", | 698 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac
es_dart", |
698 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac
es_python", | 699 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac
es_python", |
699 ] | 700 ] |
700 | 701 |
701 if (!is_debug) { | 702 if (!is_component_build) { |
702 deps += [ | 703 deps += [ "//mojo/services/html_viewer:tests" ] |
703 "//mojo/services/html_viewer:apptests", | |
704 "//mojo/services/html_viewer:tests", | |
705 "//mojo/services/network:apptests", | |
706 ] | |
707 } | 704 } |
708 } | 705 } |
709 } | 706 } |
710 | 707 |
711 group("gn_visibility") { | 708 group("gn_visibility") { |
712 deps = [ | 709 deps = [ |
713 # "//build/config/sanitizers:options_sources", | 710 # "//build/config/sanitizers:options_sources", |
714 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? | 711 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? |
715 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? | 712 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? |
716 # "//ui/resources:repack_ui_test_mac_locale_pack", | 713 # "//ui/resources:repack_ui_test_mac_locale_pack", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 | 778 |
782 # Note: | 779 # Note: |
783 # (*) Fails but failures match GYP build at time of testing. | 780 # (*) Fails but failures match GYP build at time of testing. |
784 ] | 781 ] |
785 | 782 |
786 if (enable_nacl) { | 783 if (enable_nacl) { |
787 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 | 784 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 |
788 } | 785 } |
789 } | 786 } |
790 } | 787 } |
OLD | NEW |