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

Side by Side Diff: content/test/BUILD.gn

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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 | « content/renderer/render_thread_impl.cc ('k') | ipc/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "//device/generic_sensor", 712 "//device/generic_sensor",
713 "//device/power_save_blocker", 713 "//device/power_save_blocker",
714 "//device/screen_orientation/public/interfaces", 714 "//device/screen_orientation/public/interfaces",
715 "//device/sensors", 715 "//device/sensors",
716 "//device/sensors/public/cpp", 716 "//device/sensors/public/cpp",
717 "//device/vibration:mojo_bindings", 717 "//device/vibration:mojo_bindings",
718 "//device/wake_lock", 718 "//device/wake_lock",
719 "//gin", 719 "//gin",
720 "//gpu", 720 "//gpu",
721 "//gpu/ipc/host", 721 "//gpu/ipc/host",
722 "//ipc:mojom", 722 "//ipc",
723 "//ipc:test_support", 723 "//ipc:test_support",
724 "//media", 724 "//media",
725 "//media:test_support", 725 "//media:test_support",
726 "//media/audio:test_support", 726 "//media/audio:test_support",
727 "//media/base:test_support", 727 "//media/base:test_support",
728 "//mojo/edk/system", 728 "//mojo/edk/system",
729 "//mojo/public/cpp/bindings", 729 "//mojo/public/cpp/bindings",
730 "//mojo/public/js", 730 "//mojo/public/js",
731 "//net:test_support", 731 "//net:test_support",
732 "//ppapi/features", 732 "//ppapi/features",
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 if (is_android) { 1798 if (is_android) {
1799 deps += [ "//testing/android/native_test:native_test_native_code" ] 1799 deps += [ "//testing/android/native_test:native_test_native_code" ]
1800 } 1800 }
1801 } 1801 }
1802 1802
1803 group("fuzzers") { 1803 group("fuzzers") {
1804 deps = [ 1804 deps = [
1805 "//content/test/fuzzer", 1805 "//content/test/fuzzer",
1806 ] 1806 ]
1807 } 1807 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698