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

Side by Side Diff: components/variations.gypi

Issue 502163002: Fix GN toolchains to use proper out dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/variations 8 # GN version: //components/variations
9 'target_name': 'variations', 9 'target_name': 'variations',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'type': 'none', 87 'type': 'none',
88 'dependencies': [ 88 'dependencies': [
89 '../base/base.gyp:base', 89 '../base/base.gyp:base',
90 ], 90 ],
91 'variables': { 91 'variables': {
92 'java_in_dir': 'variations/android/java', 92 'java_in_dir': 'variations/android/java',
93 }, 93 },
94 'includes': [ '../build/java.gypi' ], 94 'includes': [ '../build/java.gypi' ],
95 }, 95 },
96 { 96 {
97 # GN version: //components/variations:variations_java
97 'target_name': 'variations_jni_headers', 98 'target_name': 'variations_jni_headers',
98 'type': 'none', 99 'type': 'none',
99 'sources': [ 100 'sources': [
100 'variations/android/java/src/org/chromium/components/variations/Vari ationsAssociatedData.java', 101 'variations/android/java/src/org/chromium/components/variations/Vari ationsAssociatedData.java',
101 ], 102 ],
102 'variables': { 103 'variables': {
103 'jni_gen_package': 'variations', 104 'jni_gen_package': 'variations',
104 }, 105 },
105 'includes': [ '../build/jni_generator.gypi' ], 106 'includes': [ '../build/jni_generator.gypi' ],
106 }, 107 },
107 ], 108 ],
108 }], 109 }],
109 ] 110 ]
110 } 111 }
OLDNEW
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698