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

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

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Doh... need to also change s/Default/Unspecified/ in chrome_content_browser_client.cc 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 ] 245 ]
246 deps = [ 246 deps = [
247 ":content_test_mojo_bindings", 247 ":content_test_mojo_bindings",
248 "//base/third_party/dynamic_annotations", 248 "//base/third_party/dynamic_annotations",
249 "//cc:test_support", 249 "//cc:test_support",
250 "//cc/blink", 250 "//cc/blink",
251 "//cc/ipc", 251 "//cc/ipc",
252 "//cc/ipc:interfaces", 252 "//cc/ipc:interfaces",
253 "//cc/surfaces", 253 "//cc/surfaces",
254 "//components/leveldb/public/interfaces", 254 "//components/leveldb/public/interfaces",
255 "//components/variations",
255 "//components/viz/common", 256 "//components/viz/common",
256 "//components/viz/host", 257 "//components/viz/host",
257 "//components/viz/service", 258 "//components/viz/service",
258 "//content/app:both_for_content_tests", 259 "//content/app:both_for_content_tests",
259 "//content/browser:for_content_tests", 260 "//content/browser:for_content_tests",
260 "//content/browser/speech/proto", 261 "//content/browser/speech/proto",
261 "//content/child:for_content_tests", 262 "//content/child:for_content_tests",
262 "//content/gpu", 263 "//content/gpu",
263 "//content/public/browser", 264 "//content/public/browser",
264 "//content/public/child", 265 "//content/public/child",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "../renderer/media/mock_peer_connection_impl.h", 344 "../renderer/media/mock_peer_connection_impl.h",
344 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", 345 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc",
345 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", 346 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h",
346 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", 347 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc",
347 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", 348 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h",
348 ] 349 ]
349 350
350 deps += [ 351 deps += [
351 "//third_party/webrtc/api:libjingle_peerconnection", 352 "//third_party/webrtc/api:libjingle_peerconnection",
352 "//third_party/webrtc/api:rtc_stats_api", 353 "//third_party/webrtc/api:rtc_stats_api",
353 "//third_party/webrtc/rtc_base:rtc_base_approved",
354 "//third_party/webrtc/media:rtc_media_base", 354 "//third_party/webrtc/media:rtc_media_base",
355 "//third_party/webrtc/modules/video_capture", 355 "//third_party/webrtc/modules/video_capture",
356 "//third_party/webrtc/rtc_base:rtc_base_approved",
356 "//third_party/webrtc/stats:rtc_stats", 357 "//third_party/webrtc/stats:rtc_stats",
357 "//third_party/webrtc_overrides:init_webrtc", 358 "//third_party/webrtc_overrides:init_webrtc",
358 ] 359 ]
359 } 360 }
360 361
361 if (use_glib) { 362 if (use_glib) {
362 configs += [ "//build/config/linux:glib" ] 363 configs += [ "//build/config/linux:glib" ]
363 } 364 }
364 365
365 if (use_aura) { 366 if (use_aura) {
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 "../renderer/p2p/filtering_network_manager_unittest.cc", 1693 "../renderer/p2p/filtering_network_manager_unittest.cc",
1693 "../renderer/p2p/ipc_network_manager_unittest.cc", 1694 "../renderer/p2p/ipc_network_manager_unittest.cc",
1694 ] 1695 ]
1695 deps += [ 1696 deps += [
1696 "//device/wake_lock/public/interfaces", 1697 "//device/wake_lock/public/interfaces",
1697 "//third_party/opus", 1698 "//third_party/opus",
1698 "//third_party/webrtc/api:libjingle_peerconnection", 1699 "//third_party/webrtc/api:libjingle_peerconnection",
1699 "//third_party/webrtc/api:rtc_stats_api", 1700 "//third_party/webrtc/api:rtc_stats_api",
1700 "//third_party/webrtc/api:video_frame_api", 1701 "//third_party/webrtc/api:video_frame_api",
1701 "//third_party/webrtc/api/video_codecs:video_codecs_api", 1702 "//third_party/webrtc/api/video_codecs:video_codecs_api",
1702 "//third_party/webrtc/rtc_base:rtc_base",
1703 "//third_party/webrtc/media:rtc_media", 1703 "//third_party/webrtc/media:rtc_media",
1704 "//third_party/webrtc/modules/desktop_capture:primitives", 1704 "//third_party/webrtc/modules/desktop_capture:primitives",
1705 "//third_party/webrtc/modules/video_capture", 1705 "//third_party/webrtc/modules/video_capture",
1706 "//third_party/webrtc/rtc_base:rtc_base",
1706 "//third_party/webrtc/stats:rtc_stats_test_utils", 1707 "//third_party/webrtc/stats:rtc_stats_test_utils",
1707 "//third_party/webrtc_overrides:init_webrtc", 1708 "//third_party/webrtc_overrides:init_webrtc",
1708 "//ui/shell_dialogs:shell_dialogs", 1709 "//ui/shell_dialogs:shell_dialogs",
1709 ] 1710 ]
1710 1711
1711 if (is_linux || is_mac || is_win) { 1712 if (is_linux || is_mac || is_win) {
1712 sources += 1713 sources +=
1713 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] 1714 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ]
1714 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 1715 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
1715 } 1716 }
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1905 if (is_android) { 1906 if (is_android) {
1906 deps += [ "//testing/android/native_test:native_test_native_code" ] 1907 deps += [ "//testing/android/native_test:native_test_native_code" ]
1907 } 1908 }
1908 } 1909 }
1909 1910
1910 group("fuzzers") { 1911 group("fuzzers") {
1911 deps = [ 1912 deps = [
1912 "//content/test/fuzzer", 1913 "//content/test/fuzzer",
1913 ] 1914 ]
1914 } 1915 }
OLDNEW
« content/public/test/test_utils.cc ('K') | « content/shell/browser/shell_content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698