Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1594)

Side by Side Diff: components/variations.gypi

Issue 1363243004: Allow embedders to share code to override UI strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to test and class and fix typo Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../ui/base/ui_base.gyp:ui_base', 101 '../ui/base/ui_base.gyp:ui_base',
102 'data_use_measurement_core', 102 'data_use_measurement_core',
103 'metrics', 103 'metrics',
104 'network_time', 104 'network_time',
105 'pref_registry', 105 'pref_registry',
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',
112 'variations/service/ui_string_overrider.cc',
111 'variations/service/variations_service.cc', 113 'variations/service/variations_service.cc',
112 'variations/service/variations_service.h', 114 'variations/service/variations_service.h',
113 'variations/service/variations_service_client.h', 115 'variations/service/variations_service_client.h',
114 ], 116 ],
115 }, 117 },
116 { 118 {
117 # GN version: //components/variations/net:net 119 # GN version: //components/variations/net:net
118 'target_name': 'variations_http_provider', 120 'target_name': 'variations_http_provider',
119 'type': 'static_library', 121 'type': 'static_library',
120 'include_dirs': [ 122 'include_dirs': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ], 163 ],
162 'variables': { 164 'variables': {
163 'jni_gen_package': 'variations', 165 'jni_gen_package': 'variations',
164 }, 166 },
165 'includes': [ '../build/jni_generator.gypi' ], 167 'includes': [ '../build/jni_generator.gypi' ],
166 }, 168 },
167 ], 169 ],
168 }], 170 }],
169 ] 171 ]
170 } 172 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698