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

Side by Side Diff: content/content.gyp

Issue 12374036: Generate Java template enums into correct Java package hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 330 ],
331 'includes': [ '../build/java.gypi' ], 331 'includes': [ '../build/java.gypi' ],
332 }, 332 },
333 { 333 {
334 'target_name': 'page_transition_types_java', 334 'target_name': 'page_transition_types_java',
335 'type': 'none', 335 'type': 'none',
336 'sources': [ 336 'sources': [
337 'public/android/java/src/org/chromium/content/browser/PageTransition Types.template', 337 'public/android/java/src/org/chromium/content/browser/PageTransition Types.template',
338 ], 338 ],
339 'variables': { 339 'variables': {
340 'package_name': 'org.chromium.content.browser', 340 'package_name': 'org/chromium/content/browser',
341 'template_deps': ['public/common/page_transition_types_list.h'], 341 'template_deps': ['public/common/page_transition_types_list.h'],
342 }, 342 },
343 'includes': [ '../build/android/java_cpp_template.gypi' ], 343 'includes': [ '../build/android/java_cpp_template.gypi' ],
344 }, 344 },
345 { 345 {
346 'target_name': 'surface_texture_jni_headers', 346 'target_name': 'surface_texture_jni_headers',
347 'type': 'none', 347 'type': 'none',
348 'variables': { 348 'variables': {
349 'jni_gen_dir': 'content', 349 'jni_gen_dir': 'content',
350 'input_java_class': 'android/graphics/SurfaceTexture.class', 350 'input_java_class': 'android/graphics/SurfaceTexture.class',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'include_dirs': [ 385 'include_dirs': [
386 '<(SHARED_INTERMEDIATE_DIR)/content', 386 '<(SHARED_INTERMEDIATE_DIR)/content',
387 ], 387 ],
388 }, 388 },
389 'includes': [ 'content_jni.gypi' ], 389 'includes': [ 'content_jni.gypi' ],
390 }, 390 },
391 ], 391 ],
392 }], # OS == "android" 392 }], # OS == "android"
393 ], 393 ],
394 } 394 }
OLDNEW
« no previous file with comments | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698