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

Unified Diff: sandbox/mac/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/test/BUILD.gn ('k') | sandbox/mac/sandbox_compiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/BUILD.gn
diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
index fd53131dbbd37777df8050c36b2f27589f7e8802..5174b54f812b016156045871a5013fc34bfcbc48 100644
--- a/sandbox/mac/BUILD.gn
+++ b/sandbox/mac/BUILD.gn
@@ -35,6 +35,8 @@ component("sandbox") {
component("seatbelt") {
sources = [
+ "sandbox_compiler.cc",
+ "sandbox_compiler.h",
"seatbelt.cc",
"seatbelt.h",
"seatbelt_export.h",
@@ -47,6 +49,8 @@ test("sandbox_mac_unittests") {
sources = [
"bootstrap_sandbox_unittest.mm",
"policy_unittest.cc",
+ "sandbox_mac_compiler_unittest.mm",
+ "sandbox_mac_compiler_v2_unittest.mm",
"xpc_message_server_unittest.cc",
]
@@ -57,6 +61,7 @@ test("sandbox_mac_unittests") {
deps = [
":sandbox",
+ ":seatbelt",
"//base",
"//base/test:run_all_unittests",
"//testing/gtest",
« no previous file with comments | « content/test/BUILD.gn ('k') | sandbox/mac/sandbox_compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698