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

Unified Diff: content/test/BUILD.gn

Issue 2686433002: Move SandboxCompiler class into the sandbox library. (Closed)
Patch Set: Try getting rid of sysctl-read 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_mac_diraccess_unittest.mm ('k') | sandbox/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 22034a543fc30571583bd12c7590d45167310fb0..9b330d1deb52a7b601615cf598b784a8996370d8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1326,7 +1326,6 @@ test("content_unittests") {
"../common/quarantine/quarantine_linux_unittest.cc",
"../common/quarantine/quarantine_mac_unittest.mm",
"../common/quarantine/quarantine_win_unittest.cc",
- "../common/sandbox_mac_compiler_unittest.mm",
"../common/sandbox_mac_diraccess_unittest.mm",
"../common/sandbox_mac_fontloading_unittest.mm",
"../common/sandbox_mac_system_access_unittest.mm",
@@ -1640,6 +1639,7 @@ test("content_unittests") {
}
if (is_mac) {
deps += [
+ "//sandbox/mac:seatbelt",
"//third_party/mozilla",
"//third_party/ocmock",
"//ui/accelerated_widget_mac",
« no previous file with comments | « content/common/sandbox_mac_diraccess_unittest.mm ('k') | sandbox/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698