| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/gcm_driver | 8 # GN version: //components/gcm_driver |
| 9 'target_name': 'gcm_driver', | 9 'target_name': 'gcm_driver', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 # TODO(johnme): Fix the layering violation of depending on content/ | 138 # TODO(johnme): Fix the layering violation of depending on content/ |
| 139 '../content/content.gyp:content_java', | 139 '../content/content.gyp:content_java', |
| 140 '../sync/sync.gyp:sync_java', | 140 '../sync/sync.gyp:sync_java', |
| 141 ], | 141 ], |
| 142 'variables': { | 142 'variables': { |
| 143 'java_in_dir': 'gcm_driver/android/java', | 143 'java_in_dir': 'gcm_driver/android/java', |
| 144 }, | 144 }, |
| 145 'includes': [ '../build/java.gypi' ], | 145 'includes': [ '../build/java.gypi' ], |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 # GN version: //components/gcm_driver:jni_headers |
| 148 'target_name': 'gcm_driver_jni_headers', | 149 'target_name': 'gcm_driver_jni_headers', |
| 149 'type': 'none', | 150 'type': 'none', |
| 150 'sources': [ | 151 'sources': [ |
| 151 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMD
river.java', | 152 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMD
river.java', |
| 152 ], | 153 ], |
| 153 'variables': { | 154 'variables': { |
| 154 'jni_gen_package': 'components/gcm_driver', | 155 'jni_gen_package': 'components/gcm_driver', |
| 155 }, | 156 }, |
| 156 'includes': [ '../build/jni_generator.gypi' ], | 157 'includes': [ '../build/jni_generator.gypi' ], |
| 157 }, | 158 }, |
| 158 ], | 159 ], |
| 159 }, | 160 }, |
| 160 ], | 161 ], |
| 161 ], | 162 ], |
| 162 } | 163 } |
| OLD | NEW |