blob: f26e51c622f94dd4375957a242856a968927aca4 [file] [log] [blame]
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'chromium_code': 1,
},
'targets': [
{
'target_name': 'bitmap_format_java',
'type': 'none',
'variables': {
'source_file': '../gfx/android/java_bitmap.h',
},
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'page_transition_types_java',
'type': 'none',
'variables': {
'source_file': '../base/page_transition_types.h',
},
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'window_open_disposition_java',
'type': 'none',
'variables': {
'source_file': '../base/window_open_disposition.h',
},
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'ui_java',
'type': 'none',
'variables': {
'java_in_dir': '../../ui/android/java',
'has_java_resources': 1,
'R_package': 'org.chromium.ui',
'R_package_relpath': 'org/chromium/ui',
},
'dependencies': [
'../../base/base.gyp:base_java',
'bitmap_format_java',
'page_transition_types_java',
'ui_strings_grd',
'window_open_disposition_java',
],
'includes': [ '../../build/java.gypi' ],
},
{
'target_name': 'ui_strings_grd',
# The android_webview/Android.mk file depends on this target directly.
'android_unmangled_name': 1,
'type': 'none',
'variables': {
'grd_file': '../../ui/android/java/strings/android_ui_strings.grd',
},
'includes': [
'../../build/java_strings_grd.gypi',
],
},
],
}