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 22 matching lines...) Expand all Loading... |
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 '<(DEPTH)/content/content.gyp:content_java', |
41 ], | 41 ], |
42 'variables': { | 42 'variables': { |
43 'package_name': 'web_contents_delegate_android', | |
44 'java_in_dir': 'java', | 43 'java_in_dir': 'java', |
45 }, | 44 }, |
46 'includes': [ '../../../../build/java.gypi' ], | 45 'includes': [ '../../../../build/java.gypi' ], |
47 }, | 46 }, |
48 ], | 47 ], |
49 }], | 48 }], |
50 ], | 49 ], |
51 } | 50 } |
OLD | NEW |