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

Side by Side Diff: BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes 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 | components/clipboard/BUILD.gn » ('j') | components/view_manager/public/cpp/keys.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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 } 648 }
649 } 649 }
650 650
651 group("gn_mojo_targets") { 651 group("gn_mojo_targets") {
652 testonly = true 652 testonly = true
653 if (is_linux && !is_chromeos) { 653 if (is_linux && !is_chromeos) {
654 # TODO(GYP): Figure out if any of these should be in gn_all 654 # TODO(GYP): Figure out if any of these should be in gn_all
655 # and figure out how cross-platform they are 655 # and figure out how cross-platform they are
656 deps = [ 656 deps = [
657 "//chrome/browser/ui/webui/omnibox:mojo_bindings_python", 657 "//chrome/browser/ui/webui/omnibox:mojo_bindings_python",
658 "//components/window_manager/public/interfaces:interfaces_python",
658 "//content/public/common:mojo_bindings_python", 659 "//content/public/common:mojo_bindings_python",
659 "//content/common:mojo_bindings_python", 660 "//content/common:mojo_bindings_python",
660 "//content/test:web_ui_test_mojo_bindings_python", 661 "//content/test:web_ui_test_mojo_bindings_python",
661 "//device/battery:mojo_bindings_python", 662 "//device/battery:mojo_bindings_python",
662 "//device/vibration:mojo_bindings_python", 663 "//device/vibration:mojo_bindings_python",
663 "//ipc/mojo:ipc_mojo_perftests", 664 "//ipc/mojo:ipc_mojo_perftests",
664 "//ipc/mojo:client_channel_python", 665 "//ipc/mojo:client_channel_python",
665 "//media/mojo/interfaces:interfaces_python", 666 "//media/mojo/interfaces:interfaces_python",
666 "//media/mojo/services:cdm_service", 667 "//media/mojo/services:cdm_service",
667 "//media/mojo:tests", 668 "//media/mojo:tests",
668 "//mojo/services:apptests", 669 "//mojo/services:apptests",
669 "//mojo/services:tests", 670 "//mojo/services:tests",
670 "//net/interfaces:interfaces_python", 671 "//net/interfaces:interfaces_python",
671 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", 672 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
672 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", 673 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python",
673 "//third_party/mojo/src/mojo/public/python:packaged_application", 674 "//third_party/mojo/src/mojo/public/python:packaged_application",
674 "//third_party/mojo/src/mojo/public/python:packaged_bindings", 675 "//third_party/mojo/src/mojo/public/python:packaged_bindings",
675 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon e", 676 "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalon e",
676 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_python", 677 "//third_party/mojo_services/src/accessibility/public/interfaces:interface s_python",
677 "//third_party/mojo_services/src/window_manager/public/interfaces:interfac es_python",
678 ] 678 ]
679 } 679 }
680 } 680 }
681 681
682 group("gn_visibility") { 682 group("gn_visibility") {
683 deps = [ 683 deps = [
684 # "//build/config/sanitizers:options_sources", 684 # "//build/config/sanitizers:options_sources",
685 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility? 685 # "//third_party/pdfium:pdfium_embeddertests", # TODO(GYP): visibility?
686 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility? 686 # "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
687 # "//ui/resources:repack_ui_test_mac_locale_pack", 687 # "//ui/resources:repack_ui_test_mac_locale_pack",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "//url:url_unittests", # PASSES 4/17/2015 821 "//url:url_unittests", # PASSES 4/17/2015
822 822
823 # TODO(GYP) installer_util_unittests 823 # TODO(GYP) installer_util_unittests
824 # TODO(GYP) app_installer_unittests 824 # TODO(GYP) app_installer_unittests
825 # TODO(GYP) nacl_integration 825 # TODO(GYP) nacl_integration
826 # TODO(GYP) telemetry_perf_unittests 826 # TODO(GYP) telemetry_perf_unittests
827 # TODO(GYP) telemetry_unittests 827 # TODO(GYP) telemetry_unittests
828 ] 828 ]
829 } 829 }
830 } 830 }
OLDNEW
« no previous file with comments | « no previous file | components/clipboard/BUILD.gn » ('j') | components/view_manager/public/cpp/keys.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698