| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'dependencies': [ | 43 'dependencies': [ |
| 44 '../../base/base.gyp:base_java', | 44 '../../base/base.gyp:base_java', |
| 45 'bitmap_format_java', | 45 'bitmap_format_java', |
| 46 'ui_strings_grd', | 46 'ui_strings_grd', |
| 47 'window_open_disposition_java', | 47 'window_open_disposition_java', |
| 48 ], | 48 ], |
| 49 'includes': [ '../../build/java.gypi' ], | 49 'includes': [ '../../build/java.gypi' ], |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'ui_strings_grd', | 52 'target_name': 'ui_strings_grd', |
| 53 # The android_webview/Android.mk file depends on this target directly. |
| 54 'android_unmangled_name': 1, |
| 53 'type': 'none', | 55 'type': 'none', |
| 54 'variables': { | 56 'variables': { |
| 55 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd', | 57 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd', |
| 56 }, | 58 }, |
| 57 'includes': [ | 59 'includes': [ |
| 58 '../../build/java_strings_grd.gypi', | 60 '../../build/java_strings_grd.gypi', |
| 59 ], | 61 ], |
| 60 }, | 62 }, |
| 61 ], | 63 ], |
| 62 } | 64 } |
| OLD | NEW |