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 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'navigation_interception', | 9 'target_name': 'navigation_interception', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'conditions': [ | 42 'conditions': [ |
43 ['OS=="android"', { | 43 ['OS=="android"', { |
44 'targets': [ | 44 'targets': [ |
45 { | 45 { |
46 'target_name': 'navigation_interception_java', | 46 'target_name': 'navigation_interception_java', |
47 'type': 'none', | 47 'type': 'none', |
48 'dependencies': [ | 48 'dependencies': [ |
49 '../../../base/base.gyp:base', | 49 '../../../base/base.gyp:base', |
50 ], | 50 ], |
51 'variables': { | 51 'variables': { |
52 'package_name': 'navigation_interception', | |
53 'java_in_dir': 'java', | 52 'java_in_dir': 'java', |
54 }, | 53 }, |
55 'includes': [ '../../../../build/java.gypi' ], | 54 'includes': [ '../../../../build/java.gypi' ], |
56 }, | 55 }, |
57 ], | 56 ], |
58 }], | 57 }], |
59 ], | 58 ], |
60 } | 59 } |
OLD | NEW |