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

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

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 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_browsertest.cc ('k') | content/test/run_all_unittests.cc » ('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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "//content/shell:pak", 242 "//content/shell:pak",
243 "//content/utility:for_content_tests", 243 "//content/utility:for_content_tests",
244 "//device/base/synchronization", 244 "//device/base/synchronization",
245 "//device/geolocation", 245 "//device/geolocation",
246 "//device/nfc:mojo_bindings", 246 "//device/nfc:mojo_bindings",
247 "//ipc:test_support", 247 "//ipc:test_support",
248 "//media", 248 "//media",
249 "//media/capture", 249 "//media/capture",
250 "//media/capture/mojo:image_capture", 250 "//media/capture/mojo:image_capture",
251 "//mojo/edk/system", 251 "//mojo/edk/system",
252 "//mojo/edk/test:test_support",
253 "//net:test_support", 252 "//net:test_support",
254 "//services/service_manager/public/cpp", 253 "//services/service_manager/public/cpp",
255 "//skia", 254 "//skia",
256 "//storage/browser", 255 "//storage/browser",
257 "//storage/common", 256 "//storage/common",
258 "//testing/gmock", 257 "//testing/gmock",
259 "//testing/gtest", 258 "//testing/gtest",
260 "//ui/accessibility:ax_gen", 259 "//ui/accessibility:ax_gen",
261 "//ui/base", 260 "//ui/base",
262 "//ui/base:test_support", 261 "//ui/base:test_support",
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "//gin", 710 "//gin",
712 "//gpu", 711 "//gpu",
713 "//gpu/ipc/host", 712 "//gpu/ipc/host",
714 "//ipc:mojom", 713 "//ipc:mojom",
715 "//ipc:test_support", 714 "//ipc:test_support",
716 "//media", 715 "//media",
717 "//media:test_support", 716 "//media:test_support",
718 "//media/audio:test_support", 717 "//media/audio:test_support",
719 "//media/base:test_support", 718 "//media/base:test_support",
720 "//mojo/edk/system", 719 "//mojo/edk/system",
721 "//mojo/edk/test:test_support",
722 "//mojo/public/cpp/bindings", 720 "//mojo/public/cpp/bindings",
723 "//mojo/public/js", 721 "//mojo/public/js",
724 "//net:test_support", 722 "//net:test_support",
725 "//ppapi/features", 723 "//ppapi/features",
726 "//services/service_manager/public/cpp", 724 "//services/service_manager/public/cpp",
727 "//services/ui/public/cpp/gpu", 725 "//services/ui/public/cpp/gpu",
728 "//storage/browser", 726 "//storage/browser",
729 "//testing/gmock", 727 "//testing/gmock",
730 "//testing/gtest", 728 "//testing/gtest",
731 "//third_party/WebKit/public:blink", 729 "//third_party/WebKit/public:blink",
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 "//ipc:test_support", 1442 "//ipc:test_support",
1445 "//media:shared_memory_support", 1443 "//media:shared_memory_support",
1446 "//media:test_support", 1444 "//media:test_support",
1447 "//media/audio:test_support", 1445 "//media/audio:test_support",
1448 "//media/base:test_support", 1446 "//media/base:test_support",
1449 "//media/blink", 1447 "//media/blink",
1450 "//media/capture", 1448 "//media/capture",
1451 "//media/capture/mojo:capture_types", 1449 "//media/capture/mojo:capture_types",
1452 "//media/midi:midi", 1450 "//media/midi:midi",
1453 "//media/midi:mojo", 1451 "//media/midi:mojo",
1454 "//mojo/edk/test:test_support", 1452 "//mojo/edk/system",
1455 "//mojo/public/cpp/bindings", 1453 "//mojo/public/cpp/bindings",
1456 "//net:extras", 1454 "//net:extras",
1457 "//net:test_support", 1455 "//net:test_support",
1458 "//ppapi/c", 1456 "//ppapi/c",
1459 "//ppapi/features", 1457 "//ppapi/features",
1460 "//printing", 1458 "//printing",
1461 "//services/file:lib", 1459 "//services/file:lib",
1462 "//services/file/public/interfaces", 1460 "//services/file/public/interfaces",
1463 "//services/service_manager/public/cpp:service_test_support", 1461 "//services/service_manager/public/cpp:service_test_support",
1464 "//skia", 1462 "//skia",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 if (is_android) { 1775 if (is_android) {
1778 deps += [ "//testing/android/native_test:native_test_native_code" ] 1776 deps += [ "//testing/android/native_test:native_test_native_code" ]
1779 } 1777 }
1780 } 1778 }
1781 1779
1782 group("fuzzers") { 1780 group("fuzzers") {
1783 deps = [ 1781 deps = [
1784 "//content/test/fuzzer", 1782 "//content/test/fuzzer",
1785 ] 1783 ]
1786 } 1784 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698