diff options
author | Brett Wilson <brettw@chromium.org> | 2014-08-26 10:39:58 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-08-26 17:40:51 +0000 |
commit | d40ebfebd18d8fc41a0f5af61d28b6c252b66bea (patch) | |
tree | 52b6393c4c405fcfe33ab97e493f87dc9b8e768e /components/variations.gypi | |
parent | 5f35ed44b90c99e00eb67f1a5fea4f81a78269fc (diff) | |
download | chromium_src-d40ebfebd18d8fc41a0f5af61d28b6c252b66bea.zip chromium_src-d40ebfebd18d8fc41a0f5af61d28b6c252b66bea.tar.gz chromium_src-d40ebfebd18d8fc41a0f5af61d28b6c252b66bea.tar.bz2 |
Fix GN toolchains to use proper out dir.
Previously it put all toolchains' main link output into the root build directory, which doesn't work when there are multiple toolchains generating the same targets.
BUG=405686
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/502163002
Cr-Commit-Position: refs/heads/master@{#291927}
Diffstat (limited to 'components/variations.gypi')
-rw-r--r-- | components/variations.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/variations.gypi b/components/variations.gypi index 34f7840..55b8a72 100644 --- a/components/variations.gypi +++ b/components/variations.gypi @@ -94,6 +94,7 @@ 'includes': [ '../build/java.gypi' ], }, { + # GN version: //components/variations:variations_java 'target_name': 'variations_jni_headers', 'type': 'none', 'sources': [ |