| 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 # GN version: //components/navigation_interception | 9 # GN version: //components/navigation_interception |
| 10 'target_name': 'navigation_interception', | 10 'target_name': 'navigation_interception', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'navigation_interception/navigation_params_android.cc', | 42 'navigation_interception/navigation_params_android.cc', |
| 43 ], | 43 ], |
| 44 }], | 44 }], |
| 45 ], | 45 ], |
| 46 }, | 46 }, |
| 47 ], | 47 ], |
| 48 'conditions': [ | 48 'conditions': [ |
| 49 ['OS=="android"', { | 49 ['OS=="android"', { |
| 50 'targets': [ | 50 'targets': [ |
| 51 { | 51 { |
| 52 # GN version: //components/navigation_intercaption/android:navigation_
interception_java |
| 52 'target_name': 'navigation_interception_java', | 53 'target_name': 'navigation_interception_java', |
| 53 'type': 'none', | 54 'type': 'none', |
| 54 'dependencies': [ | 55 'dependencies': [ |
| 55 '../base/base.gyp:base', | 56 '../base/base.gyp:base', |
| 56 ], | 57 ], |
| 57 'variables': { | 58 'variables': { |
| 58 'java_in_dir': 'navigation_interception/android/java', | 59 'java_in_dir': 'navigation_interception/android/java', |
| 59 }, | 60 }, |
| 60 'includes': [ '../build/java.gypi' ], | 61 'includes': [ '../build/java.gypi' ], |
| 61 }, | 62 }, |
| 62 { | 63 { |
| 63 # GN version: //components/navigation_intercaption:jni_headers | 64 # GN version: //components/navigation_intercaption:jni_headers |
| 64 'target_name': 'navigation_interception_jni_headers', | 65 'target_name': 'navigation_interception_jni_headers', |
| 65 'type': 'none', | 66 'type': 'none', |
| 66 'sources': [ | 67 'sources': [ |
| 67 # Note: sources list duplicated in GN build. | 68 # Note: sources list duplicated in GN build. |
| 68 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/InterceptNavigationDelegate.java', | 69 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/InterceptNavigationDelegate.java', |
| 69 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/NavigationParams.java', | 70 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/NavigationParams.java', |
| 70 ], | 71 ], |
| 71 'variables': { | 72 'variables': { |
| 72 'jni_gen_package': 'navigation_interception', | 73 'jni_gen_package': 'navigation_interception', |
| 73 }, | 74 }, |
| 74 'includes': [ '../build/jni_generator.gypi' ], | 75 'includes': [ '../build/jni_generator.gypi' ], |
| 75 }, | 76 }, |
| 76 ], | 77 ], |
| 77 }], | 78 }], |
| 78 ], | 79 ], |
| 79 } | 80 } |
| OLD | NEW |