| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "//content/public/common:mojo_bindings_python", | 694 "//content/public/common:mojo_bindings_python", |
| 695 "//content/common:mojo_bindings_python", | 695 "//content/common:mojo_bindings_python", |
| 696 "//content/test:web_ui_test_mojo_bindings_python", | 696 "//content/test:web_ui_test_mojo_bindings_python", |
| 697 "//device/battery:mojo_bindings_python", | 697 "//device/battery:mojo_bindings_python", |
| 698 "//device/vibration:mojo_bindings_python", | 698 "//device/vibration:mojo_bindings_python", |
| 699 "//ipc/mojo:ipc_mojo_perftests", | 699 "//ipc/mojo:ipc_mojo_perftests", |
| 700 "//ipc/mojo:client_channel_python", | 700 "//ipc/mojo:client_channel_python", |
| 701 "//media/mojo/interfaces:interfaces_python", | 701 "//media/mojo/interfaces:interfaces_python", |
| 702 "//media/mojo/services:cdm_service", | 702 "//media/mojo/services:cdm_service", |
| 703 "//media/mojo:tests", | 703 "//media/mojo:tests", |
| 704 "//mojo/application/public/cpp:test_support_standalone", |
| 704 "//mojo:tests", | 705 "//mojo:tests", |
| 705 "//net/interfaces:interfaces_python", | 706 "//net/interfaces:interfaces_python", |
| 706 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", | 707 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", |
| 707 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", | 708 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", |
| 708 "//third_party/mojo/src/mojo/public/python:packaged_application", | 709 "//third_party/mojo/src/mojo/public/python:packaged_application", |
| 709 "//third_party/mojo/src/mojo/public/python:packaged_bindings", | 710 "//third_party/mojo/src/mojo/public/python:packaged_bindings", |
| 710 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon
e", | |
| 711 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", | 711 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", |
| 712 ] | 712 ] |
| 713 } | 713 } |
| 714 } | 714 } |
| 715 | 715 |
| 716 group("gn_visibility") { | 716 group("gn_visibility") { |
| 717 deps = [ | 717 deps = [ |
| 718 "//build/config/sanitizers:options_sources", | 718 "//build/config/sanitizers:options_sources", |
| 719 | 719 |
| 720 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? | 720 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 "//ui/views:views_unittests", # TooltipControllerTest failures | 908 "//ui/views:views_unittests", # TooltipControllerTest failures |
| 909 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 909 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
| 910 "//url:url_unittests", # PASSES 4/17/2015 | 910 "//url:url_unittests", # PASSES 4/17/2015 |
| 911 | 911 |
| 912 # TODO(GYP) nacl_integration | 912 # TODO(GYP) nacl_integration |
| 913 # TODO(GYP) telemetry_perf_unittests | 913 # TODO(GYP) telemetry_perf_unittests |
| 914 # TODO(GYP) telemetry_unittests | 914 # TODO(GYP) telemetry_unittests |
| 915 ] | 915 ] |
| 916 } | 916 } |
| 917 } | 917 } |
| OLD | NEW |