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

Side by Side Diff: BUILD.gn

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « AUTHORS ('k') | components/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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 ] 499 ]
500 500
501 # TODO(GYP): Remove these when the targets below work and these 501 # TODO(GYP): Remove these when the targets below work and these
502 # are pulled in automatically. 502 # are pulled in automatically.
503 deps += [ 503 deps += [
504 "//cc/blink", 504 "//cc/blink",
505 "//components/ui/zoom:ui_zoom", 505 "//components/ui/zoom:ui_zoom",
506 "//content", 506 "//content",
507 "//content/test:test_support", 507 "//content/test:test_support",
508 "//device/battery", 508 "//device/battery",
509 "//device/device_sensors",
509 "//device/bluetooth", 510 "//device/bluetooth",
510 "//device/nfc", 511 "//device/nfc",
511 "//device/usb", 512 "//device/usb",
512 "//device/vibration", 513 "//device/vibration",
513 "//media/blink", 514 "//media/blink",
514 "//pdf", 515 "//pdf",
515 "//storage/browser", 516 "//storage/browser",
516 "//third_party/brotli", 517 "//third_party/brotli",
517 "//third_party/flac", 518 "//third_party/flac",
518 "//third_party/hunspell", 519 "//third_party/hunspell",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 if (is_linux && !is_chromeos) { 681 if (is_linux && !is_chromeos) {
681 # TODO(GYP): Figure out if any of these should be in gn_all 682 # TODO(GYP): Figure out if any of these should be in gn_all
682 # and figure out how cross-platform they are 683 # and figure out how cross-platform they are
683 deps = [ 684 deps = [
684 "//chrome/browser/ui/webui/omnibox:mojo_bindings_python", 685 "//chrome/browser/ui/webui/omnibox:mojo_bindings_python",
685 "//components/window_manager/public/interfaces:interfaces_python", 686 "//components/window_manager/public/interfaces:interfaces_python",
686 "//content/public/common:mojo_bindings_python", 687 "//content/public/common:mojo_bindings_python",
687 "//content/common:mojo_bindings_python", 688 "//content/common:mojo_bindings_python",
688 "//content/test:web_ui_test_mojo_bindings_python", 689 "//content/test:web_ui_test_mojo_bindings_python",
689 "//device/battery:mojo_bindings_python", 690 "//device/battery:mojo_bindings_python",
691 "//device/device_sensors:mojom_bindings_python",
690 "//device/vibration:mojo_bindings_python", 692 "//device/vibration:mojo_bindings_python",
691 "//ipc/mojo:ipc_mojo_perftests", 693 "//ipc/mojo:ipc_mojo_perftests",
692 "//ipc/mojo:client_channel_python", 694 "//ipc/mojo:client_channel_python",
693 "//media/mojo/interfaces:interfaces_python", 695 "//media/mojo/interfaces:interfaces_python",
694 "//media/mojo/services:cdm_service", 696 "//media/mojo/services:cdm_service",
695 "//media/mojo:tests", 697 "//media/mojo:tests",
696 "//mojo:tests", 698 "//mojo:tests",
697 "//net/interfaces:interfaces_python", 699 "//net/interfaces:interfaces_python",
698 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", 700 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
699 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", 701 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 "//ui/views:views_unittests", # TooltipControllerTest failures 855 "//ui/views:views_unittests", # TooltipControllerTest failures
854 "//ui/wm:wm_unittests", # PASSES 4/21/2015 856 "//ui/wm:wm_unittests", # PASSES 4/21/2015
855 "//url:url_unittests", # PASSES 4/17/2015 857 "//url:url_unittests", # PASSES 4/17/2015
856 858
857 # TODO(GYP) nacl_integration 859 # TODO(GYP) nacl_integration
858 # TODO(GYP) telemetry_perf_unittests 860 # TODO(GYP) telemetry_perf_unittests
859 # TODO(GYP) telemetry_unittests 861 # TODO(GYP) telemetry_unittests
860 ] 862 ]
861 } 863 }
862 } 864 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698