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

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

Issue 2831683002: Introduce support for origins that require process isolation. (Closed)
Patch Set: Charlie's comments (round 3) Created 3 years, 7 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/public/common/content_switches.cc ('k') | no next file » | 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 "../browser/frame_host/render_frame_host_impl_browsertest.cc", 632 "../browser/frame_host/render_frame_host_impl_browsertest.cc",
633 "../browser/frame_host/render_frame_host_manager_browsertest.cc", 633 "../browser/frame_host/render_frame_host_manager_browsertest.cc",
634 "../browser/frame_host/render_frame_message_filter_browsertest.cc", 634 "../browser/frame_host/render_frame_message_filter_browsertest.cc",
635 "../browser/frame_host/render_widget_host_view_child_frame_browsertest.cc", 635 "../browser/frame_host/render_widget_host_view_child_frame_browsertest.cc",
636 "../browser/generic_sensor_browsertest.cc", 636 "../browser/generic_sensor_browsertest.cc",
637 "../browser/gpu/gpu_ipc_browsertests.cc", 637 "../browser/gpu/gpu_ipc_browsertests.cc",
638 "../browser/host_zoom_map_impl_browsertest.cc", 638 "../browser/host_zoom_map_impl_browsertest.cc",
639 "../browser/indexed_db/indexed_db_browsertest.cc", 639 "../browser/indexed_db/indexed_db_browsertest.cc",
640 "../browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc", 640 "../browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc",
641 "../browser/indexed_db/mock_browsertest_indexed_db_class_factory.h", 641 "../browser/indexed_db/mock_browsertest_indexed_db_class_factory.h",
642 "../browser/isolated_origin_browsertest.cc",
642 "../browser/loader/async_resource_handler_browsertest.cc", 643 "../browser/loader/async_resource_handler_browsertest.cc",
643 "../browser/loader/cross_site_resource_handler_browsertest.cc", 644 "../browser/loader/cross_site_resource_handler_browsertest.cc",
644 "../browser/loader/reload_cache_control_browsertest.cc", 645 "../browser/loader/reload_cache_control_browsertest.cc",
645 "../browser/loader/resource_dispatcher_host_browsertest.cc", 646 "../browser/loader/resource_dispatcher_host_browsertest.cc",
646 "../browser/manifest/manifest_browsertest.cc", 647 "../browser/manifest/manifest_browsertest.cc",
647 "../browser/media/encrypted_media_browsertest.cc", 648 "../browser/media/encrypted_media_browsertest.cc",
648 "../browser/media/media_browsertest.cc", 649 "../browser/media/media_browsertest.cc",
649 "../browser/media/media_browsertest.h", 650 "../browser/media/media_browsertest.h",
650 "../browser/media/media_canplaytype_browsertest.cc", 651 "../browser/media/media_canplaytype_browsertest.cc",
651 "../browser/media/media_capabilities_browsertest.cc", 652 "../browser/media/media_capabilities_browsertest.cc",
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 if (is_android) { 1857 if (is_android) {
1857 deps += [ "//testing/android/native_test:native_test_native_code" ] 1858 deps += [ "//testing/android/native_test:native_test_native_code" ]
1858 } 1859 }
1859 } 1860 }
1860 1861
1861 group("fuzzers") { 1862 group("fuzzers") {
1862 deps = [ 1863 deps = [
1863 "//content/test/fuzzer", 1864 "//content/test/fuzzer",
1864 ] 1865 ]
1865 } 1866 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698