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

Side by Side Diff: content/content.gyp

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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 | Annotate | Revision Log
« 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'dependencies': [ 284 'dependencies': [
285 '../base/base.gyp:base', 285 '../base/base.gyp:base',
286 '../net/net.gyp:net', 286 '../net/net.gyp:net',
287 '../ui/ui.gyp:ui_java', 287 '../ui/ui.gyp:ui_java',
288 'common_aidl', 288 'common_aidl',
289 'content_common', 289 'content_common',
290 ], 290 ],
291 'variables': { 291 'variables': {
292 'package_name': 'content', 292 'package_name': 'content',
293 'java_in_dir': '../content/public/android/java', 293 'java_in_dir': '../content/public/android/java',
294 'has_java_resources': 1,
295 'R_package': 'org.chromium.content',
296 'R_package_relpath': 'org/chromium/content',
294 }, 297 },
295 'includes': [ '../build/java.gypi' ], 298 'includes': [ '../build/java.gypi' ],
296 }, 299 },
297 { 300 {
298 'target_name': 'surface_texture_jni_headers', 301 'target_name': 'surface_texture_jni_headers',
299 'type': 'none', 302 'type': 'none',
300 'variables': { 303 'variables': {
301 'jni_gen_dir': 'content', 304 'jni_gen_dir': 'content',
302 'input_java_class': 'android/graphics/SurfaceTexture.class', 305 'input_java_class': 'android/graphics/SurfaceTexture.class',
303 'input_jar_file': '<(android_sdk)/android.jar', 306 'input_jar_file': '<(android_sdk)/android.jar',
(...skipping 16 matching lines...) Expand all
320 'dependencies': [ 323 'dependencies': [
321 'surface_texture_jni_headers', 324 'surface_texture_jni_headers',
322 'surface_jni_headers', 325 'surface_jni_headers',
323 ], 326 ],
324 'includes': [ 'content_jni.gypi' ], 327 'includes': [ 'content_jni.gypi' ],
325 }, 328 },
326 ], 329 ],
327 }], # OS == "android" 330 }], # OS == "android"
328 ], 331 ],
329 } 332 }
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