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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'variations', | 108 'variations', |
109 'version_info', | 109 'version_info', |
110 'web_resource', | 110 'web_resource', |
111 ], | 111 ], |
112 'sources': [ | 112 'sources': [ |
113 'variations/service/ui_string_overrider.h', | 113 'variations/service/ui_string_overrider.h', |
114 'variations/service/ui_string_overrider.cc', | 114 'variations/service/ui_string_overrider.cc', |
115 'variations/service/variations_service.cc', | 115 'variations/service/variations_service.cc', |
116 'variations/service/variations_service.h', | 116 'variations/service/variations_service.h', |
117 'variations/service/variations_service_client.h', | 117 'variations/service/variations_service_client.h', |
118 'variations/service/variations_service_client.cc', | |
119 ], | 118 ], |
120 }, | 119 }, |
121 { | 120 { |
122 # GN version: //components/variations/net:net | 121 # GN version: //components/variations/net:net |
123 'target_name': 'variations_http_provider', | 122 'target_name': 'variations_http_provider', |
124 'type': 'static_library', | 123 'type': 'static_library', |
125 'include_dirs': [ | 124 'include_dirs': [ |
126 '..', | 125 '..', |
127 ], | 126 ], |
128 'dependencies': [ | 127 'dependencies': [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 ], | 166 ], |
168 'variables': { | 167 'variables': { |
169 'jni_gen_package': 'variations', | 168 'jni_gen_package': 'variations', |
170 }, | 169 }, |
171 'includes': [ '../build/jni_generator.gypi' ], | 170 'includes': [ '../build/jni_generator.gypi' ], |
172 }, | 171 }, |
173 ], | 172 ], |
174 }], | 173 }], |
175 ] | 174 ] |
176 } | 175 } |
OLD | NEW |