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

Side by Side Diff: components/variations.gypi

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc Created 5 years, 3 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'target_name': 'variations_service', 92 'target_name': 'variations_service',
93 'type': 'static_library', 93 'type': 'static_library',
94 'include_dirs': [ 94 'include_dirs': [
95 '..', 95 '..',
96 ], 96 ],
97 'dependencies': [ 97 'dependencies': [
98 '../base/base.gyp:base', 98 '../base/base.gyp:base',
99 '../base/base.gyp:base_prefs', 99 '../base/base.gyp:base_prefs',
100 '../net/net.gyp:net', 100 '../net/net.gyp:net',
101 '../ui/base/ui_base.gyp:ui_base', 101 '../ui/base/ui_base.gyp:ui_base',
102 'data_use_measurement_core',
102 'metrics', 103 'metrics',
103 'network_time', 104 'network_time',
104 'pref_registry', 105 'pref_registry',
105 'variations', 106 'variations',
106 'version_info', 107 'version_info',
107 'web_resource', 108 'web_resource',
108 ], 109 ],
109 'sources': [ 110 'sources': [
110 'variations/service/variations_service.cc', 111 'variations/service/variations_service.cc',
111 'variations/service/variations_service.h', 112 'variations/service/variations_service.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 161 ],
161 'variables': { 162 'variables': {
162 'jni_gen_package': 'variations', 163 'jni_gen_package': 'variations',
163 }, 164 },
164 'includes': [ '../build/jni_generator.gypi' ], 165 'includes': [ '../build/jni_generator.gypi' ],
165 }, 166 },
166 ], 167 ],
167 }], 168 }],
168 ] 169 ]
169 } 170 }
OLDNEW
« no previous file with comments | « components/translate/core/browser/translate_url_fetcher.cc ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698