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

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

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: comments addressed and updated Created 3 years, 5 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
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "../renderer/media/mock_peer_connection_impl.h", 341 "../renderer/media/mock_peer_connection_impl.h",
342 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", 342 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc",
343 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", 343 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h",
344 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", 344 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc",
345 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", 345 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h",
346 ] 346 ]
347 347
348 deps += [ 348 deps += [
349 "//third_party/webrtc/api:libjingle_peerconnection", 349 "//third_party/webrtc/api:libjingle_peerconnection",
350 "//third_party/webrtc/api:rtc_stats_api", 350 "//third_party/webrtc/api:rtc_stats_api",
351 "//third_party/webrtc/rtc_base:rtc_base_approved",
352 "//third_party/webrtc/media:rtc_media_base", 351 "//third_party/webrtc/media:rtc_media_base",
353 "//third_party/webrtc/modules/video_capture", 352 "//third_party/webrtc/modules/video_capture",
353 "//third_party/webrtc/rtc_base:rtc_base_approved",
chaopeng 2017/06/30 19:32:37 I got warning point to format this file.
354 "//third_party/webrtc/stats:rtc_stats", 354 "//third_party/webrtc/stats:rtc_stats",
355 "//third_party/webrtc_overrides:init_webrtc", 355 "//third_party/webrtc_overrides:init_webrtc",
356 ] 356 ]
357 } 357 }
358 358
359 if (use_glib) { 359 if (use_glib) {
360 configs += [ "//build/config/linux:glib" ] 360 configs += [ "//build/config/linux:glib" ]
361 } 361 }
362 362
363 if (use_aura) { 363 if (use_aura) {
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "//media", 790 "//media",
791 "//media:test_support", 791 "//media:test_support",
792 "//media/audio:test_support", 792 "//media/audio:test_support",
793 "//media/base:test_support", 793 "//media/base:test_support",
794 "//mojo/edk/system", 794 "//mojo/edk/system",
795 "//mojo/public/cpp/bindings", 795 "//mojo/public/cpp/bindings",
796 "//mojo/public/js", 796 "//mojo/public/js",
797 "//net:test_support", 797 "//net:test_support",
798 "//ppapi/features", 798 "//ppapi/features",
799 "//services/catalog:lib", 799 "//services/catalog:lib",
800 "//services/device/public/cpp:device_features",
800 "//services/device/public/interfaces", 801 "//services/device/public/interfaces",
801 "//services/device/public/interfaces:constants", 802 "//services/device/public/interfaces:constants",
802 "//services/service_manager/public/cpp", 803 "//services/service_manager/public/cpp",
803 "//services/ui/gpu/interfaces", 804 "//services/ui/gpu/interfaces",
804 "//services/ui/public/cpp/gpu", 805 "//services/ui/public/cpp/gpu",
805 "//services/video_capture/public/cpp", 806 "//services/video_capture/public/cpp",
806 "//services/video_capture/public/interfaces:constants", 807 "//services/video_capture/public/interfaces:constants",
807 "//storage/browser", 808 "//storage/browser",
808 "//testing/gmock", 809 "//testing/gmock",
809 "//testing/gtest", 810 "//testing/gtest",
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 "../renderer/p2p/filtering_network_manager_unittest.cc", 1691 "../renderer/p2p/filtering_network_manager_unittest.cc",
1691 "../renderer/p2p/ipc_network_manager_unittest.cc", 1692 "../renderer/p2p/ipc_network_manager_unittest.cc",
1692 ] 1693 ]
1693 deps += [ 1694 deps += [
1694 "//device/wake_lock/public/interfaces", 1695 "//device/wake_lock/public/interfaces",
1695 "//third_party/opus", 1696 "//third_party/opus",
1696 "//third_party/webrtc/api:libjingle_peerconnection", 1697 "//third_party/webrtc/api:libjingle_peerconnection",
1697 "//third_party/webrtc/api:rtc_stats_api", 1698 "//third_party/webrtc/api:rtc_stats_api",
1698 "//third_party/webrtc/api:video_frame_api", 1699 "//third_party/webrtc/api:video_frame_api",
1699 "//third_party/webrtc/api/video_codecs:video_codecs_api", 1700 "//third_party/webrtc/api/video_codecs:video_codecs_api",
1700 "//third_party/webrtc/rtc_base:rtc_base",
1701 "//third_party/webrtc/media:rtc_media", 1701 "//third_party/webrtc/media:rtc_media",
1702 "//third_party/webrtc/modules/desktop_capture:primitives", 1702 "//third_party/webrtc/modules/desktop_capture:primitives",
1703 "//third_party/webrtc/modules/video_capture", 1703 "//third_party/webrtc/modules/video_capture",
1704 "//third_party/webrtc/rtc_base:rtc_base",
1704 "//third_party/webrtc/stats:rtc_stats_test_utils", 1705 "//third_party/webrtc/stats:rtc_stats_test_utils",
1705 "//third_party/webrtc_overrides:init_webrtc", 1706 "//third_party/webrtc_overrides:init_webrtc",
1706 "//ui/shell_dialogs:shell_dialogs", 1707 "//ui/shell_dialogs:shell_dialogs",
1707 ] 1708 ]
1708 1709
1709 if (is_linux || is_mac || is_win) { 1710 if (is_linux || is_mac || is_win) {
1710 sources += 1711 sources +=
1711 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] 1712 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ]
1712 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 1713 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
1713 } 1714 }
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 if (is_android) { 1904 if (is_android) {
1904 deps += [ "//testing/android/native_test:native_test_native_code" ] 1905 deps += [ "//testing/android/native_test:native_test_native_code" ]
1905 } 1906 }
1906 } 1907 }
1907 1908
1908 group("fuzzers") { 1909 group("fuzzers") {
1909 deps = [ 1910 deps = [
1910 "//content/test/fuzzer", 1911 "//content/test/fuzzer",
1911 ] 1912 ]
1912 } 1913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698