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

Side by Side Diff: base/base.gyp

Issue 10986094: Make java.gypi use all_dependent_settings for input_jars_paths (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_combine
Patch Set: Created 8 years, 2 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 | « no previous file | build/java.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'USE_SYMBOLIZE', 139 'USE_SYMBOLIZE',
140 ], 140 ],
141 'sources!': [ 141 'sources!': [
142 'debug/stack_trace_posix.cc', 142 'debug/stack_trace_posix.cc',
143 ], 143 ],
144 }], 144 }],
145 ['OS == "android" and _toolset == "target" and android_build_type == 0', { 145 ['OS == "android" and _toolset == "target" and android_build_type == 0', {
146 'dependencies': [ 146 'dependencies': [
147 'base_java', 147 'base_java',
148 ], 148 ],
149 'export_dependent_settings': [
150 'base_java',
151 ],
152 }], 149 }],
153 ['os_bsd==1', { 150 ['os_bsd==1', {
154 'include_dirs': [ 151 'include_dirs': [
155 '/usr/local/include', 152 '/usr/local/include',
156 ], 153 ],
157 'link_settings': { 154 'link_settings': {
158 'libraries': [ 155 'libraries': [
159 '-L/usr/local/lib -lexecinfo', 156 '-L/usr/local/lib -lexecinfo',
160 ], 157 ],
161 }, 158 },
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 '--result', '<@(_outputs)', 1056 '--result', '<@(_outputs)',
1060 '--isolate', 'base_unittests.isolate', 1057 '--isolate', 'base_unittests.isolate',
1061 ], 1058 ],
1062 }, 1059 },
1063 ], 1060 ],
1064 }, 1061 },
1065 ], 1062 ],
1066 }], 1063 }],
1067 ], 1064 ],
1068 } 1065 }
OLDNEW
« no previous file with comments | « no previous file | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698