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

Side by Side Diff: content/content.gyp

Issue 10837143: Make java.gypi export jar path to input_jars_paths variable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 | « chrome/chrome_tests.gypi ('k') | content/content_tests.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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
9 'conditions': [ 9 'conditions': [
10 ['inside_chromium_build==0', { 10 ['inside_chromium_build==0', {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'includes': [ '../build/java_aidl.gypi' ], 239 'includes': [ '../build/java_aidl.gypi' ],
240 }, 240 },
241 { 241 {
242 'target_name': 'content_java', 242 'target_name': 'content_java',
243 'type': 'none', 243 'type': 'none',
244 'dependencies': [ 244 'dependencies': [
245 '../base/base.gyp:base_java', 245 '../base/base.gyp:base_java',
246 '../net/net.gyp:net_java', 246 '../net/net.gyp:net_java',
247 'content_common', 247 'content_common',
248 ], 248 ],
249 'export_dependent_settings': [
250 '../base/base.gyp:base_java',
251 '../net/net.gyp:net_java',
252 ],
249 'variables': { 253 'variables': {
250 'package_name': 'content', 254 'package_name': 'content',
251 'java_in_dir': '../content/public/android/java', 255 'java_in_dir': '../content/public/android/java',
252 }, 256 },
253 'includes': [ '../build/java.gypi' ], 257 'includes': [ '../build/java.gypi' ],
254 }, 258 },
255 { 259 {
256 'target_name': 'content_jni_headers', 260 'target_name': 'content_jni_headers',
257 'type': 'none', 261 'type': 'none',
258 'includes': [ 'content_jni.gypi' ], 262 'includes': [ 'content_jni.gypi' ],
259 }, 263 },
260 ], 264 ],
261 }], # OS == "android" 265 }], # OS == "android"
262 ], 266 ],
263 } 267 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698