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

Issue 2297993003: [linux] remove dependency between nacl_helper and media (Closed)

Created:
4 years, 3 months ago by rkuksin
Modified:
4 years, 3 months ago
Reviewers:
Mark Seaborn, piman
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[linux] remove dependency between nacl_helper and media nacl_helper depends on //content/common which depends on //media. That's why nacl_helper cannot start without libffmpeg.so. This commit removes such dependency adding target //content/common:sandbox_linux R=mseaborn@chromium.org,piman@chromium.org BUG=642306

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove some files from "sandbox_linux" target #

Total comments: 1

Patch Set 3 : export NACL_ENV_PASSTHROUGH in initial shell script #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M chrome/installer/linux/common/wrapper View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rkuksin
4 years, 3 months ago (2016-08-31 08:22:53 UTC) #1
Mark Seaborn
https://codereview.chromium.org/2297993003/diff/1/content/common/BUILD.gn File content/common/BUILD.gn (right): https://codereview.chromium.org/2297993003/diff/1/content/common/BUILD.gn#newcode233 content/common/BUILD.gn:233: "//content/public/common/child_process_sandbox_support_linux.h", This is duplicating too much in the GN ...
4 years, 3 months ago (2016-08-31 18:28:04 UTC) #2
rkuksin
> Maybe you could do the same for the other files? I referenced //content/public/common:static_switches and ...
4 years, 3 months ago (2016-09-01 05:46:55 UTC) #3
Mark Seaborn
https://codereview.chromium.org/2297993003/diff/20001/content/common/BUILD.gn File content/common/BUILD.gn (right): https://codereview.chromium.org/2297993003/diff/20001/content/common/BUILD.gn#newcode233 content/common/BUILD.gn:233: "//content/public/common/child_process_sandbox_support_linux.h", I'm afraid this is still duplicating more than ...
4 years, 3 months ago (2016-09-08 20:46:55 UTC) #4
rkuksin
4 years, 3 months ago (2016-09-09 12:09:32 UTC) #5
On 2016/09/08 20:46:55, Mark Seaborn wrote:
> https://codereview.chromium.org/2297993003/diff/20001/content/common/BUILD.gn
> File content/common/BUILD.gn (right):
> 
>
https://codereview.chromium.org/2297993003/diff/20001/content/common/BUILD.gn...
> content/common/BUILD.gn:233:
> "//content/public/common/child_process_sandbox_support_linux.h",
> I'm afraid this is still duplicating more than I am comfortable with.  I
> wouldn't want to give other people the burden of maintaining this.
> 
> Does my suggestion in https://crbug.com/642306 work for you instead?

Yes, it works
Thanks

Powered by Google App Engine
This is Rietveld 408576698