commit | da02fb9b376e9607afe91e887164e58d607eb2bb | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <[email protected]> | Fri Nov 30 01:48:30 2018 |
committer | Commit Bot <[email protected]> | Fri Nov 30 01:48:30 2018 |
tree | e91bbb397a84d7b89a463677b7bbe1f0e1e674ad | |
parent | 4713ee490a04f5183b607a0b9c1706f0456c10af [diff] [blame] |
Fuchsia: Moved SandboxPolicyFuchsia to service/service_manager/sandbox This will allow to reuse the class in //webrunner when starting context process. Bug: 861853 Change-Id: I499850a7ba8df4b73e5f71b6a61568a5cfca1e6b Reviewed-on: https://chromium-review.googlesource.com/c/1355764 Reviewed-by: Tom Sepez <[email protected]> Reviewed-by: Wez <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Commit-Queue: Sergey Ulanov <[email protected]> Cr-Commit-Position: refs/heads/master@{#612494}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index e27ca34..df5eef6 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn
@@ -1938,6 +1938,7 @@ "child_process_launcher_helper_fuchsia.cc", "memory/memory_monitor_fuchsia.cc", ] + deps += [ "//third_party/fuchsia-sdk/sdk:zx" ] } else if (is_posix) { sources += [ "child_process_launcher_helper_posix.cc",