| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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/variations | 8 # GN version: //components/variations |
| 9 'target_name': 'variations', | 9 'target_name': 'variations', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'variations', | 106 'variations', |
| 107 'version_info', | 107 'version_info', |
| 108 'web_resource', | 108 'web_resource', |
| 109 ], | 109 ], |
| 110 'sources': [ | 110 'sources': [ |
| 111 'variations/service/ui_string_overrider.h', | 111 'variations/service/ui_string_overrider.h', |
| 112 'variations/service/ui_string_overrider.cc', | 112 'variations/service/ui_string_overrider.cc', |
| 113 'variations/service/variations_service.cc', | 113 'variations/service/variations_service.cc', |
| 114 'variations/service/variations_service.h', | 114 'variations/service/variations_service.h', |
| 115 'variations/service/variations_service_client.h', | 115 'variations/service/variations_service_client.h', |
| 116 'variations/service/variations_service_client.cc', |
| 116 ], | 117 ], |
| 117 }, | 118 }, |
| 118 { | 119 { |
| 119 # GN version: //components/variations/net:net | 120 # GN version: //components/variations/net:net |
| 120 'target_name': 'variations_http_provider', | 121 'target_name': 'variations_http_provider', |
| 121 'type': 'static_library', | 122 'type': 'static_library', |
| 122 'include_dirs': [ | 123 'include_dirs': [ |
| 123 '..', | 124 '..', |
| 124 ], | 125 ], |
| 125 'dependencies': [ | 126 'dependencies': [ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 ], | 164 ], |
| 164 'variables': { | 165 'variables': { |
| 165 'jni_gen_package': 'variations', | 166 'jni_gen_package': 'variations', |
| 166 }, | 167 }, |
| 167 'includes': [ '../build/jni_generator.gypi' ], | 168 'includes': [ '../build/jni_generator.gypi' ], |
| 168 }, | 169 }, |
| 169 ], | 170 ], |
| 170 }], | 171 }], |
| 171 ] | 172 ] |
| 172 } | 173 } |
| OLD | NEW |