| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['OS=="android"', { | 8 ['OS=="android"', { |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'component_jni_registrar.h', | 30 'component_jni_registrar.h', |
| 31 'web_contents_delegate_android.cc', | 31 'web_contents_delegate_android.cc', |
| 32 'web_contents_delegate_android.h', | 32 'web_contents_delegate_android.h', |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'web_contents_delegate_android_java', | 36 'target_name': 'web_contents_delegate_android_java', |
| 37 'type': 'none', | 37 'type': 'none', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 '<(DEPTH)/base/base.gyp:base', | 39 '<(DEPTH)/base/base.gyp:base', |
| 40 '<(DEPTH)/content/content.gyp:content_java', |
| 40 ], | 41 ], |
| 41 'variables': { | 42 'variables': { |
| 42 'package_name': 'web_contents_delegate_android', | 43 'package_name': 'web_contents_delegate_android', |
| 43 'java_in_dir': 'java', | 44 'java_in_dir': 'java', |
| 44 }, | 45 }, |
| 45 'includes': [ '../../../../build/java.gypi' ], | 46 'includes': [ '../../../../build/java.gypi' ], |
| 46 }, | 47 }, |
| 47 ], | 48 ], |
| 48 }], | 49 }], |
| 49 ], | 50 ], |
| 50 } | 51 } |
| OLD | NEW |